From 384b88966e2f4afa66203334f3acd12bacae1f05 Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Thu, 2 Aug 2007 19:00:53 +0000 Subject: [PATCH] Toggles in RTL preferences indented to the right, hidden in IE in some cases. --- RELEASE-NOTES | 2 ++ includes/DefaultSettings.php | 2 +- skins/monobook/rtl.css | 5 +++++ 3 files changed, 8 insertions(+), 1 deletion(-) 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; +} -- 2.20.1