From: Trevor Parscal Date: Wed, 12 Jan 2011 19:37:06 +0000 (+0000) Subject: Fixed positioning of search icon in IE6, and other browsers as well. X-Git-Tag: 1.31.0-rc.0~32593 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=ccc1e9315ca1b9dee044ecb4ab724758a3ef529a;p=lhc%2Fweb%2Fwiklou.git Fixed positioning of search icon in IE6, and other browsers as well. --- 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;