From: Adam Miller Date: Tue, 29 Jun 2010 22:02:20 +0000 (+0000) Subject: SimpleSearch - fixing positioning problems with the button X-Git-Tag: 1.31.0-rc.0~36342 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=73ae3fe7d81678c5adb1a05dc14507325770bcef;p=lhc%2Fweb%2Fwiklou.git SimpleSearch - fixing positioning problems with the button --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index a3fbcf6852..eba4219d11 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -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; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index cce53181c6..2d22451e89 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -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;