From: Trevor Parscal Date: Wed, 15 Jul 2009 18:35:12 +0000 (+0000) Subject: Improved the consistency of preferences tabs between browsers. X-Git-Tag: 1.31.0-rc.0~40918 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=dcc9290b6eaf274030b878a9cc54230365ec9857;p=lhc%2Fweb%2Fwiklou.git Improved the consistency of preferences tabs between browsers. --- 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;