* (bug 14590) Vertical align cells of Special:Preferences
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 19 Jun 2008 09:00:43 +0000 (09:00 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 19 Jun 2008 09:00:43 +0000 (09:00 +0000)
RELEASE-NOTES
includes/specials/Preferences.php

index af4f631..46a787a 100644 (file)
@@ -381,6 +381,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   and multiple servers
 * (bug 14572) Redirects listed on file links on image pages no longer redirect.
 * (bug 14537) Change interwiki name for Old Church Slavonic (cu)
+* (bug 14590) Vertical align cells of Special:Preferences
 
 === API changes in 1.13 ===
 
index cdff571..5215e3e 100644 (file)
@@ -489,6 +489,7 @@ class PreferencesForm {
                global $wgContLang;
 
                $align['align'] = $wgContLang->isRtl() ? 'right' : 'left';
+               $align['style'] = 'vertical-align:top;';
 
                if ( is_null( $td3 ) ) {
                        $td3 = '';