* (bug 14590) Vertical align cells of Special:Preferences
[lhc/web/wiklou.git] / includes / specials / Preferences.php
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 = '';