diff options
author | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2005-06-06 18:51:06 +0200 |
---|---|---|
committer | matthiasgrimm <matthiasgrimm@users.sourceforge.net> | 2005-06-06 18:51:06 +0200 |
commit | ed956383c3a142f0466a61732469a6a73274744c (patch) | |
tree | 85ab46c941f4760ee2ff9397c1250ac466e68bdb | |
parent | ea19fb8733bc51d12149295c28b1ec59b3facd19 (diff) | |
download | rpg-ed956383c3a142f0466a61732469a6a73274744c.tar.gz rpg-ed956383c3a142f0466a61732469a6a73274744c.tar.bz2 |
IE text entry height adjustment
The height of text entry field look different in height between
IE and Firefox. This patch adjusts the CSS files that both look
the same.
darcs-hash:20050606165106-7ef76-38c3e0f61d0f4ae7bdcebb8acd7a77ee54784868.gz
-rw-r--r-- | lib/tpl/default/design.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tpl/default/design.css b/lib/tpl/default/design.css index 14c419df4..e492dfec3 100644 --- a/lib/tpl/default/design.css +++ b/lib/tpl/default/design.css @@ -90,7 +90,7 @@ textarea.edit { input.edit,select.edit { font-size: 100%; border: 1px solid #8cacbb; - height: 22px !important; + height: 18px !important; max-height: 22px !important; min-height: 22px !important; color: Black; @@ -103,7 +103,7 @@ input.edit,select.edit { input.missing { font-size: 100%; border: 1px solid #8cacbb; - height: 22px !important; + height: 18px !important; max-height: 22px !important; min-height: 22px !important; color: Black; |