Fixed IE5 bug that made the simple search input area too large.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 21:37:03 +0000 (21:37 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 21:37:03 +0000 (21:37 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 3754a7e..e86fa5c 100644 (file)
@@ -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;
index 58fd0a3..c1e72f3 100644 (file)
@@ -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;