Stable Bugfix Release 2.1.2 to roll out immediately in compensation of previous overdue, as a goodwill gesture

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2422035 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2020-11-20 05:40:03 +00:00
parent 0520655f1c
commit 860c7dc3c3
14 changed files with 616 additions and 489 deletions

View file

@ -4,12 +4,12 @@
* Created-Date: 15.05.14
* Created-Time: 16:21
* Since: 1.0
* Version: 2.1.1
* Version: 2.1.2
*
* Last modified: 2020-11-18T0137+0100
* Last modified: 2020-11-20T0620+0100
*/
/*
MCI Footnotes logo
The classes with 'heading' fix display in dashboard
@ -54,8 +54,8 @@ templates/public/footnote-alternative.html
.main-content .footnote_referrer a:link,
.footnote_plugin_tooltip_text {
text-decoration: none !important;
border-bottom: none !important;
line-height: 0;
border-bottom: none !important;
line-height: 0;
cursor: pointer;
}
.footnote_referrer:hover,
@ -218,10 +218,9 @@ when hovered in some themes, not in others:
.footnote_plugin_index.pointer:hover,
*/
.footnote_backlink:hover,
.footnote_plugin_index_combi:hover,
.footnote_plugin_link:hover,
.footnote_plugin_text a:hover {
text-decoration: unset;
text-decoration: unset;
text-decoration: underline !important;
}
.footnote_plugin_index {

View file

@ -4,9 +4,9 @@
* Created-Date: 15.05.14
* Created-Time: 16:21
* Since: 1.0
* Version: 2.1.1
* Version: 2.1.2
*
* Last modified: 2020-11-18T0136+0100
* Last modified: 2020-11-20T0620+0100
*/
@ -38,7 +38,10 @@
left: 96px;
}
/*
On User Request: limited to a number of IDs to not affect all dashboards
<https://wordpress.org/support/topic/all-input-have-width-80/>
*/
#footnote_inputfield_placeholder_start_user_defined,
#footnote_inputfield_placeholder_end_user_defined,
#footnote_inputfield_readon_label,
@ -96,3 +99,35 @@ span.footnote_highlight_placeholder {
margin: 20px auto !important;
text-align: center !important;
}
/*
initialized from style attributes in templates
IE doesnt support nth child, but these are not critical
*/
.expert-lookup tr th:first-child,
.expert-lookup tr td:first-child {
width: 170px !important;
}
.expert-lookup tr th:nth-child(2),
.expert-lookup tr td:nth-child(2) {
width: 65px !important;
}
.expert-lookup tr th:nth-child(3),
.expert-lookup tr td:nth-child(3) {
width: 200px !important;
}
.expert-lookup tr td:nth-child(3) input {
width: 190px;
}
.expert-lookup tr th:last-child,
.expert-lookup tr td:last-child {
white-space: nowrap;
}
.footnotes-description {
padding: 0 10%;
}
.footnotes-description p {
font-size: 1.4em;
font-style: italic;
}