From 9fbab18901ef1b5bec41eee801bcad4b8e85e1e2 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 7 Aug 2009 21:37:03 +0000 Subject: [PATCH] Fixed IE5 bug that made the simple search input area too large. --- skins/vector/main-ltr.css | 4 ++-- skins/vector/main-rtl.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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; -- 2.20.1