Fixed positioning of search icon in IE6, and other browsers as well.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 12 Jan 2011 19:37:06 +0000 (19:37 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 12 Jan 2011 19:37:06 +0000 (19:37 +0000)
skins/vector/screen.css

index e0cb9a3..461f663 100644 (file)
@@ -403,8 +403,14 @@ div#mw-head h5 {
                border: none;
                margin: 0;
                padding: 0;
+               padding-top: 0.5em;
                vertical-align: middle;
        }
+       /* IGNORED BY IE6 */
+       div#simpleSearch button#searchButton > img {
+               padding-top: 0;
+               margin-top: -1px;
+       }
 /* Panel */
 div#mw-panel {
        position: absolute;