(bug 19759) successbox on Special:Preferences now correctly aligned on standard,...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 18 Jul 2009 21:23:18 +0000 (21:23 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sat, 18 Jul 2009 21:23:18 +0000 (21:23 +0000)
includes/DefaultSettings.php
includes/specials/SpecialPreferences.php
skins/common/oldshared.css

index 4420988..4ad8bbd 100644 (file)
@@ -1578,7 +1578,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '233';
+$wgStyleVersion = '234';
 
 
 # Server-side caching:
index adcaead..6930440 100644 (file)
@@ -30,7 +30,7 @@ class SpecialPreferences extends SpecialPage {
 
                if ( $wgRequest->getCheck( 'success' ) ) {
                        $wgOut->wrapWikiMsg(
-                               '<div class="successbox"><strong>$1</strong></div>',
+                               '<div class="successbox"><strong>$1</strong></div><div id="mw-pref-clear"></div>',
                                'savedprefs'
                        );
                }
index 92c7d01..ef47135 100644 (file)
@@ -144,6 +144,9 @@ img { border: none; }
 }
 
 /* preference page with js-genrated toc */
+#mw-pref-clear {
+       clear: both;
+}
 #preftoc {
     float: left;
     margin: 1em 1em 1em 1em;