diff options
author | Anika Henke <a.c.henke@arcor.de> | 2006-02-04 19:14:46 +0100 |
---|---|---|
committer | Anika Henke <a.c.henke@arcor.de> | 2006-02-04 19:14:46 +0100 |
commit | 42250238dbb9a2a919a008d3b03dfa8b2fe8454f (patch) | |
tree | 03585cd905c53caf11a9d2171f5214bb48971533 | |
parent | 140c93f3d5b3773cf7b464de8bcec4c4d970cda7 (diff) | |
download | rpg-42250238dbb9a2a919a008d3b03dfa8b2fe8454f.tar.gz rpg-42250238dbb9a2a919a008d3b03dfa8b2fe8454f.tar.bz2 |
fix for FS#646
darcs-hash:20060204181446-d5083-5f17c37d5585f5c04c2827c75cb6449bb8c2fd38.gz
-rw-r--r-- | lib/tpl/default/design.css | 22 | ||||
-rw-r--r-- | lib/tpl/default/layout.css | 2 |
2 files changed, 9 insertions, 15 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index d16232cd2..0369a19a1 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -92,26 +92,24 @@ textarea.edit { input.edit,select.edit { font-size: 100%; border: 1px solid __dark__; - height: 18px !important; - max-height: 22px !important; - min-height: 22px !important; + height: 1.65em; color: Black; background-color: __white__; vertical-align: middle; - padding: 1px; + margin: 1px; + padding: 0 5px; display: inline; } input.missing { font-size: 100%; border: 1px solid __dark__; - height: 18px !important; - max-height: 22px !important; - min-height: 22px !important; + height: 1.65em; color: Black; background-color: #ffcccc; vertical-align: middle; - padding: 1px; + margin: 1px; + padding: 0 5px; display: inline; } @@ -126,10 +124,9 @@ input.button, button.button{ text-decoration:none; font-size: 100%; cursor: pointer; - height: 22px !important; - max-height: 22px !important; - min-height: 22px !important; + height: 1.8em; margin: 1px; + padding: 0 5px; display: inline-block; /* Mac IE will not see this and continue with inline-block */ @@ -148,9 +145,6 @@ div.secedit input.button { padding: 0px; font-size: 10px; cursor: pointer; - height: 15px !important; - max-height: 15px !important; - min-height: 15px !important; float:right; display: inline; } diff --git a/lib/tpl/default/layout.css b/lib/tpl/default/layout.css index d541fa2f9..d893af9b8 100644 --- a/lib/tpl/default/layout.css +++ b/lib/tpl/default/layout.css @@ -44,7 +44,7 @@ /* --------------- top and bottom bar ---------------- */ .bar { - height:25px; + height:2.0em; border-top:1px solid __dark__; border-bottom:1px solid __dark__; background: __medium__; |