Simple search auto-hiding label was rendering wrong in IE6 because IE6 was assuming...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 10 Nov 2009 19:39:19 +0000 (19:39 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Tue, 10 Nov 2009 19:39:19 +0000 (19:39 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index b6bfee9..6f80480 100644 (file)
@@ -208,6 +208,7 @@ body {
        body.rtl div.vectorMenu {
                direction: rtl;
        }
+       /* OVERRIDDEN BY COMPLIANT BROWSERS */
        /* @noflip */
        #head div.vectorMenu h5 {
                float: left;
@@ -218,6 +219,10 @@ body {
                margin-left: -1px;
                font-size:100% !important;
        }
+       /* IGNORED BY IE6 */
+       #head div.vectorMenu > h5 {
+               background-image: none;
+       }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div.vectorMenu h5 a {
                display: inline-block;
@@ -332,6 +337,7 @@ body {
        }
        #simpleSearch label {
                font-size: 0.8em;
+               top: 0.25em;
        }
        #simpleSearch input#searchInput {
                margin: 0;
index 438ca3b..75a7175 100644 (file)
@@ -208,6 +208,7 @@ body {
        body.rtl div.vectorMenu {
                direction: rtl;
        }
+       /* OVERRIDDEN BY COMPLIANT BROWSERS */
        /* @noflip */
        #head div.vectorMenu h5 {
                float: left;
@@ -218,6 +219,10 @@ body {
                margin-left: -1px;
                font-size:100% !important;
        }
+       /* IGNORED BY IE6 */
+       #head div.vectorMenu > h5 {
+               background-image: none;
+       }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div.vectorMenu h5 a {
                display: inline-block;
@@ -332,6 +337,7 @@ body {
        }
        #simpleSearch label {
                font-size: 0.8em;
+               top: 0.25em;
        }
        #simpleSearch input#searchInput {
                margin: 0;