Fixing a spacing issue with RTL langauges and the dropdown menu
authorAdam Miller <adam@users.mediawiki.org>
Wed, 18 Nov 2009 22:35:49 +0000 (22:35 +0000)
committerAdam Miller <adam@users.mediawiki.org>
Wed, 18 Nov 2009 22:35:49 +0000 (22:35 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 975be53..a44e9b7 100644 (file)
@@ -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;
index ffbe1be..ac1907c 100644 (file)
@@ -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 */