From: Trevor Parscal Date: Fri, 7 Aug 2009 21:37:03 +0000 (+0000) Subject: Fixed IE5 bug that made the simple search input area too large. X-Git-Tag: 1.31.0-rc.0~40427 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/fiche.php?a=commitdiff_plain;h=9fbab18901ef1b5bec41eee801bcad4b8e85e1e2;p=lhc%2Fweb%2Fwiklou.git Fixed IE5 bug that made the simple search input area too large. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 3754a7eb9c..e86fa5ca86 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -311,7 +311,7 @@ body { border-width: 0; padding: 0.25em; line-height: 1em; - font-size: 9.75pt; + font-size: 0.9em; width: 9em; background-color: transparent; } @@ -320,7 +320,7 @@ body { margin: 0; padding: 0; width: 1.75em; - height: 2em; + height: 1.5em; border: none; cursor: pointer; background-color: transparent; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 58fd0a3090..c1e72f3dd7 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -311,7 +311,7 @@ body { border-width: 0; padding: 0.25em; line-height: 1em; - font-size: 9.75pt; + font-size: 0.9em; width: 9em; background-color: transparent; } @@ -320,7 +320,7 @@ body { margin: 0; padding: 0; width: 1.75em; - height: 2em; + height: 1.5em; border: none; cursor: pointer; background-color: transparent;