SimpleSearch - fixing positioning problems with the button
authorAdam Miller <adam@users.mediawiki.org>
Tue, 29 Jun 2010 22:02:20 +0000 (22:02 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Tue, 29 Jun 2010 22:02:20 +0000 (22:02 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index a3fbcf6..eba4219 100644 (file)
@@ -380,10 +380,10 @@ div#mw-head h5 {
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div#simpleSearch button#searchButton {
-               margin: 0;
                padding: 0;
-               width: 1.75em;
-               height: 16px;
+               margin: 5px 5px 0 5px;
+               height: 13px;
+               width: 12px;
                border: none;
                cursor: pointer;
                background-color: transparent;
@@ -391,10 +391,6 @@ div#mw-head h5 {
                background-position: center center;
                background-repeat: no-repeat;
        }
-       /* IGNORED BY IE6 */
-       div#simpleSearch > button#searchButton {
-               height: 100%;
-       }
 /* Panel */
 div#mw-panel {
        position: absolute;
index cce5318..2d22451 100644 (file)
@@ -380,10 +380,10 @@ div#mw-head h5 {
        }
        /* OVERRIDDEN BY COMPLIANT BROWSERS */
        div#simpleSearch button#searchButton {
-               margin: 0;
                padding: 0;
-               width: 1.75em;
-               height: 16px;
+               margin: 5px 5px 0 5px;
+               height: 13px;
+               width: 12px;
                border: none;
                cursor: pointer;
                background-color: transparent;
@@ -391,10 +391,6 @@ div#mw-head h5 {
                background-position: center center;
                background-repeat: no-repeat;
        }
-       /* IGNORED BY IE6 */
-       div#simpleSearch > button#searchButton {
-               height: 100%;
-       }
 /* Panel */
 div#mw-panel {
        position: absolute;