From ed956383c3a142f0466a61732469a6a73274744c Mon Sep 17 00:00:00 2001 From: matthiasgrimm Date: Mon, 6 Jun 2005 18:51:06 +0200 Subject: 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 --- lib/tpl/default/design.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/tpl/default') 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; -- cgit v1.2.3