diff options
author | Anika Henke <anika@selfthinker.org> | 2010-12-04 15:26:46 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2010-12-04 15:26:46 +0000 |
commit | c21fe1fab827d3d35d3cf59b0f6403f005e86df2 (patch) | |
tree | 6faddf436ed47c7eeb2be7bfa3de86939b3c2b8b | |
parent | ac045c3d94e562298116af49fee172d69870477d (diff) | |
download | rpg-c21fe1fab827d3d35d3cf59b0f6403f005e86df2.tar.gz rpg-c21fe1fab827d3d35d3cf59b0f6403f005e86df2.tar.bz2 |
changed font sizes of license and section edit buttons
-rw-r--r-- | css/_edit.css | 3 | ||||
-rw-r--r-- | css/content.css | 27 | ||||
-rw-r--r-- | css/design.css | 2 |
3 files changed, 4 insertions, 28 deletions
diff --git a/css/_edit.css b/css/_edit.css index b308a45bf..88ebcf15c 100644 --- a/css/_edit.css +++ b/css/_edit.css @@ -106,6 +106,9 @@ div.picker button.pickerbutton { float: right; margin-top: -1.4em; } +.dokuwiki .secedit input.button { + font-size: 75%; +} .dokuwiki .section_highlight { background-color: __background_alt__ !important; color: inherit; diff --git a/css/content.css b/css/content.css index fae5dc1c1..57c313d6c 100644 --- a/css/content.css +++ b/css/content.css @@ -100,30 +100,3 @@ margin: 0; } - -/*____________ misc ____________*/ - -/* license note in footer and under edit window */ -.dokuwiki div.license { - font-size: 90%; -} - -#IE6 .dokuwiki input.button, #IE6 .dokuwiki button, -#IE7 .dokuwiki input.button, #IE7 .dokuwiki button { - line-height: 1.4; -} - -/*____________ JS popup ____________*/ - -.JSpopup { - background-color: __background__; - color: __text__; - border: 1px solid __border__; - line-height: 1.2; - padding: 0 .2em; -} - -.JSpopup ul, -.JSpopup ol { - padding-left: 0; -} diff --git a/css/design.css b/css/design.css index d3ef4e29a..37a5625d6 100644 --- a/css/design.css +++ b/css/design.css @@ -194,7 +194,7 @@ /* license note in footer and under edit window */ .dokuwiki div.license { - font-size: 90%; + font-size: 93.75%; } #IE6 .dokuwiki input.button, #IE6 .dokuwiki button, |