From 73ae3fe7d81678c5adb1a05dc14507325770bcef Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Tue, 29 Jun 2010 22:02:20 +0000 Subject: [PATCH] SimpleSearch - fixing positioning problems with the button --- skins/vector/main-ltr.css | 10 +++------- skins/vector/main-rtl.css | 10 +++------- 2 files changed, 6 insertions(+), 14 deletions(-) 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; -- 2.20.1