Updating main-ltr.css for Vector skin to ensure the RTL stylesheet mirros all items...
authorHuji <huji@users.mediawiki.org>
Sat, 7 Aug 2010 05:20:45 +0000 (05:20 +0000)
committerHuji <huji@users.mediawiki.org>
Sat, 7 Aug 2010 05:20:45 +0000 (05:20 +0000)
skins/vector/main-ltr.css

index c75f768..ae33b24 100644 (file)
@@ -405,6 +405,7 @@ div#mw-panel {
 }
        div#mw-panel div.portal {
                padding-bottom: 1.5em;
+               direction: ltr;
        }
        div#mw-panel div.portal h5 {
                font-weight: normal;
@@ -453,6 +454,7 @@ div#footer {
        background-image: url(images/border.png?1);
        background-position: top left;
        background-repeat: repeat-x;
+       direction: ltr;
 }
 div#footer ul {
        list-style: none;
@@ -705,6 +707,7 @@ h5 { font-size: 100%; }
 h5 .editsection { font-weight: normal; }
 h6 { font-size: 80%;  }
 h6 .editsection { font-size: 125%; font-weight: normal; }
+.editsection { float: right; }
 p {
        margin: .4em 0 .5em 0;
        line-height: 1.5em;
@@ -1149,3 +1152,9 @@ div.vectorTabs ul {
        background-position:right bottom;
        background-repeat:no-repeat;
 }
+
+/* Convenience links to edit block, delete and protect reasons */
+p.mw-ipb-conveniencelinks, p.mw-protect-editreasons,
+p.mw-filedelete-editreasons, p.mw-delete-editreasons {
+       float: right;
+}