From dcc9290b6eaf274030b878a9cc54230365ec9857 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Wed, 15 Jul 2009 18:35:12 +0000 Subject: [PATCH] Improved the consistency of preferences tabs between browsers. --- skins/vector/main-ltr.css | 2 +- skins/vector/main-rtl.css | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index c75bad2706..5c0e1474a3 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -471,9 +471,9 @@ div#p-logo a { } #preferences { float: left; - zoom: 1; width: 100%; margin: 0; + margin-top: -2px; clear: both; border: solid 1px #cccccc; background-color: #f9f9f9; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index a10f4770a6..47268abc31 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -298,6 +298,9 @@ div#head h5 { height: 1.25em; width: 10em; padding: 0.33em; + background-image: url(images/search-fade.png); + background-repeat: repeat-x; + background-position: top right; } div#p-search div#simpleSearch input#searchButton { border: none; @@ -468,9 +471,9 @@ div#p-logo a { } #preferences { float: right; - zoom: 1; width: 100%; margin: 0; + margin-top: -2px; clear: both; border: solid 1px #cccccc; background-color: #f9f9f9; -- 2.20.1