Version 1.0.2

* New setting to collapse the reference container by default
* Added link behind the footnotes to automatically jump to the reference container
* New function to easy output input fields for the settings page
* Updated translation for the new setting

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@917811 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
Aricura 2014-05-20 11:38:36 +00:00
parent 2e8614908f
commit ab368ba787
16 changed files with 655 additions and 60 deletions

View file

@ -3,7 +3,7 @@
* User: Stefan
* Date: 15.05.14
* Time: 16:21
* Version: 1.0
* Version: 1.0-beta
* Since: 1.0
*/
@ -33,6 +33,11 @@
.footnote_container_prepare > p > span {
padding-left: 20px !important;
text-align: left !important;
cursor: pointer;
}
.footnote_hide_box {
display:none;
}
/* container for the footnote in the bottom */

View file

@ -3,15 +3,17 @@
* User: Stefan
* Date: 15.05.14
* Time: 16:21
* Version: 1.0
* Version: 1.0-beta
* Since: 1.0
*/
/* overwrite some styling for inputs [type=text] and select-boxes */
input[type=text], select {
input[type=text], input[type=checkbox], input[type=password], textarea, select {
margin-left: 12px !important;
}
input[type=text], input[type=password], textarea, select {
padding-left: 8px !important;
padding-right: 8px !important;
margin-left: 12px !important;
}
/* overwrite link layout on the settings page */