(bug 18999) CSS update for RTL interwiki links
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 1 Jun 2009 16:48:14 +0000 (16:48 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Mon, 1 Jun 2009 16:48:14 +0000 (16:48 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/common/shared.css

index 400c511..f1a7979 100644 (file)
@@ -181,6 +181,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 19014) If user had deletedhistory right, but not undeleted right, then 
   show "view" instead of "view/restore" on logs.
 * (bug 19017) TOC level calculation error in an odd case
+* (bug 18999) CSS update for RTL interwiki links
 
 == API changes in 1.16 ==
 
index 5a49bfc..742f488 100644 (file)
@@ -1485,7 +1485,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '221';
+$wgStyleVersion = '222';
 
 
 # Server-side caching:
index c1af0d1..1f69b33 100644 (file)
@@ -166,6 +166,10 @@ div#mw-search-interwiki {
        margin-top: 2ex;
 }
 
+.rtl div#mw-search-interwiki {
+       float: left;
+}
+
 div#mw-search-interwiki li {
        font-size: 95%;
 }
@@ -175,6 +179,10 @@ div#mw-search-interwiki li {
        font-size: 90%;
 }
 
+.rtl .mw-search-interwiki-more {
+       float: left;
+}
+
 div#mw-search-interwiki-caption {
        text-align: center;
        font-weight: bold;
@@ -192,6 +200,9 @@ div#mw-search-interwiki-caption {
        border-top:1px solid #BBBBBB;
 }
 
+.rtl .mw-search-interwiki-project {
+       text-align: right;
+}
 
 span.searchalttitle {
        font-size: 95%;