From fa2331ebeb97a9dbe8d0b55291f2304403bb9692 Mon Sep 17 00:00:00 2001 From: Adam Miller Date: Wed, 18 Nov 2009 22:35:49 +0000 Subject: [PATCH] Fixing a spacing issue with RTL langauges and the dropdown menu --- skins/vector/main-ltr.css | 7 +++---- skins/vector/main-rtl.css | 9 ++++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 975be53a4d..a44e9b7deb 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -215,14 +215,13 @@ body { background-image: url(images/tab-break.png); background-position: bottom left; background-repeat: no-repeat; - padding-left: 1px; margin-left: -1px; } - /* IGNORED BY IE6 */ - #head div.vectorMenu > h5 { - background-image: none; + #head div.vectorMenu h5 { + margin-left: -1px; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ + /* @noflip */ div.vectorMenu h5 a { display: inline-block; width: 24px; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index ffbe1bec6f..ac1907c48a 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -215,21 +215,20 @@ body { background-image: url(images/tab-break.png); background-position: bottom left; background-repeat: no-repeat; - padding-left: 1px; margin-left: -1px; } - /* IGNORED BY IE6 */ - #head div.vectorMenu > h5 { - background-image: none; + #head div.vectorMenu h5 { + margin-right: -1px; } /* OVERRIDDEN BY COMPLIANT BROWSERS */ + /* @noflip */ div.vectorMenu h5 a { display: inline-block; width: 24px; height: 2.5em; text-decoration: none; background-image: url(images/tab-break.png); - background-position: bottom left; + background-position: bottom right; background-repeat: no-repeat; } /* IGNORED BY IE6 */ -- 2.20.1