Vector - fix for bug 24190
authorAdam Miller <adam@users.mediawiki.org>
Wed, 30 Jun 2010 22:20:18 +0000 (22:20 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Wed, 30 Jun 2010 22:20:18 +0000 (22:20 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index eba4219..ac7b308 100644 (file)
@@ -351,6 +351,7 @@ div#mw-head h5 {
        div#simpleSearch {
                margin-top: 0.65em;
                position: relative;
+               min-height: 1px; /* Gotta trigger hasLayout for IE7 */
                border: solid 1px #AAAAAA;
                background-color: white;
                background-image: url(images/search-fade.png?1);
index 2d22451..d3bccaa 100644 (file)
@@ -351,6 +351,7 @@ div#mw-head h5 {
        div#simpleSearch {
                margin-top: 0.65em;
                position: relative;
+               min-height: 1px; /* Gotta trigger hasLayout for IE7 */
                border: solid 1px #AAAAAA;
                background-color: white;
                background-image: url(images/search-fade.png?1);