Bugfixes for the coming version 1.0.6

- Updated uninstall function to delete all plugin settings (bugfix)
- Updated counter style internal name in the reference container to correctly link to the right footnote on the page above (bugfix)
- Updated footnote hover box styling to not wrap the footnote text on mouse over (bugfix)
- Changed 'Love Me' text in the page footer if admin excepts it and set its default value to 'no'

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@918065 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Aricura 2014-05-20 17:08:51 +00:00
parent cab06f8097
commit 4aa6dd4b50
11 changed files with 113 additions and 81 deletions

View file

@ -3,7 +3,7 @@
* User: Stefan
* Date: 15.05.14
* Time: 16:21
* Version: 1.0-beta
* Version: 1.0.6
* Since: 1.0
*/
@ -105,12 +105,17 @@
cursor: default;
}
/*
* added width and white-space styling in version 1.0.6
*/
.footnote_plugin_tooltip:hover span, .footnote_plugin_tooltip span:hover {
display: inline !important;
position: absolute !important;
color: #474747 !important;
border: 1px solid #ddccaa !important;
background: #fffaf0 !important;
width: auto;
white-space: nowrap;
}
.callout {