From: Siebrand Mazeland Date: Mon, 1 Jun 2009 16:48:14 +0000 (+0000) Subject: (bug 18999) CSS update for RTL interwiki links X-Git-Tag: 1.31.0-rc.0~41558 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=0e24dba6bab4115fffb369eda2441024e9252983;p=lhc%2Fweb%2Fwiklou.git (bug 18999) CSS update for RTL interwiki links --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 400c511b2e..f1a7979193 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 5a49bfc128..742f488e17 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: diff --git a/skins/common/shared.css b/skins/common/shared.css index c1af0d17c0..1f69b33939 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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%;