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/tags/2.1.2@2422035 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2020-11-20 05:40:03 +00:00
commit 1eb1ddb6aa
13 changed files with 525 additions and 492 deletions

View file

@ -6,10 +6,10 @@
* Since: 1.0
* Version: 2.1.2
*
* Last modified: 2020-11-19T1444+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

@ -6,7 +6,7 @@
* Since: 1.0
* Version: 2.1.2
*
* Last modified: 2020-11-19T1445+0100
* Last modified: 2020-11-20T0620+0100
*/
@ -106,27 +106,28 @@ 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;
width: 170px !important;
}
.expert-lookup tr th:nth-child(2),
.expert-lookup tr td:nth-child(2) {
width: 65px !important;
width: 65px !important;
}
.expert-lookup tr th:nth-child(3),
.expert-lookup tr td:nth-child(3) {
width: 200px !important;
width: 200px !important;
}
.expert-lookup tr td:nth-child(3) input {
width: 190px;
width: 190px;
}
.expert-lookup tr th:last-child,
.expert-lookup tr td:last-child {
white-space: nowrap;
white-space: nowrap;
}
.footnotes-description {
padding: 0 10px;
padding: 0 10%;
}
.footnotes-description p {
font-size: 1.4em;
font-size: 1.4em;
font-style: italic;
}