From 9a74e2aa26d65db9ac69a7039994f0672ebeab8a Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Thu, 16 Jul 2009 18:11:51 +0000 Subject: [PATCH] Improved simple search apearance in IE5 and IE6. --- skins/vector/main-ltr.css | 7 ++++++- skins/vector/main-rtl.css | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 9252ddbffe..d7a30d74cc 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -310,6 +310,7 @@ div#head h5 { width: 10em; background-color: transparent; } + /* OVERRIDDEN BY COMPLIANT BROWSERS */ div#p-search div#simpleSearch input#searchButton { position: absolute; top: 0; @@ -317,7 +318,7 @@ div#head h5 { margin: 0; padding: 0; width: 1.75em; - height: 100%; + height: 2em; border: none; cursor: pointer; background-color: transparent; @@ -325,6 +326,10 @@ div#head h5 { background-position: center center; background-repeat: no-repeat; } + /* IGNORED BY IE6 */ + div#p-search div#simpleSearch > input#searchButton { + height: 100%; + } /* Panel */ div#panel { position: absolute; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 472b51f931..fc09c12bd8 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -310,6 +310,7 @@ div#head h5 { width: 10em; background-color: transparent; } + /* OVERRIDDEN BY COMPLIANT BROWSERS */ div#p-search div#simpleSearch input#searchButton { position: absolute; top: 0; @@ -317,7 +318,7 @@ div#head h5 { margin: 0; padding: 0; width: 1.75em; - height: 100%; + height: 2em; border: none; cursor: pointer; background-color: transparent; @@ -325,6 +326,10 @@ div#head h5 { background-position: center center; background-repeat: no-repeat; } + /* IGNORED BY IE6 */ + div#p-search div#simpleSearch > input#searchButton { + height: 100%; + } /* Panel */ div#panel { position: absolute; -- 2.20.1