From: Rotem Liss Date: Thu, 2 Aug 2007 19:00:53 +0000 (+0000) Subject: Toggles in RTL preferences indented to the right, hidden in IE in some cases. X-Git-Tag: 1.31.0-rc.0~51886 X-Git-Url: http://git.cyclocoop.org/%22.%24image2.%22?a=commitdiff_plain;h=384b88966e2f4afa66203334f3acd12bacae1f05;p=lhc%2Fweb%2Fwiklou.git Toggles in RTL preferences indented to the right, hidden in IE in some cases. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 543828731a..8805167e5c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -343,6 +343,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * (bug 8878) Changes to $dateFormats in German localization (removing unused, nonexistent formats, putting time after date) * (bug 10769) Database::update() should return boolean result +* Toggles in RTL preferences indented to the right, hidden in IE in some + cases. == API changes since 1.10 == diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d4b0b5ce2b..f802ac07a6 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1195,7 +1195,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches don't keep obsolete copies of global * styles. */ -$wgStyleVersion = '94'; +$wgStyleVersion = '95'; # Server-side caching: diff --git a/skins/monobook/rtl.css b/skins/monobook/rtl.css index ce87855d3a..9a3a956132 100644 --- a/skins/monobook/rtl.css +++ b/skins/monobook/rtl.css @@ -219,3 +219,8 @@ input#wpSave, input#wpDiff { p.mw-ipb-conveniencelinks { float: left; } + +.toggle { + margin-left: 0em; + margin-right: 2em; +}