From ccc1e9315ca1b9dee044ecb4ab724758a3ef529a Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 12 Jan 2011 19:37:06 +0000 Subject: [PATCH] Fixed positioning of search icon in IE6, and other browsers as well. --- skins/vector/screen.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/skins/vector/screen.css b/skins/vector/screen.css index e0cb9a39b7..461f663a6f 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -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; -- 2.20.1