Index: trunk/extensions/Translate/tag/PageTranslationHooks.php |
— | — | @@ -452,7 +452,7 @@ |
453 | 453 | |
454 | 454 | $legend = Html::rawElement( |
455 | 455 | 'div', |
456 | | - array( 'style' => 'font-size: x-small; text-align: center;' ), |
| 456 | + array( 'class' => 'mw-pt-translate-header' ), |
457 | 457 | $wgLang->semicolonList( $actions ) |
458 | 458 | ) . Html::element( 'hr' ); |
459 | 459 | |
Index: trunk/extensions/Translate/resources/ext.translate.css |
— | — | @@ -27,3 +27,8 @@ |
28 | 28 | .mw-pt-languages-list { |
29 | 29 | padding: 0.5em; |
30 | 30 | } |
| 31 | + |
| 32 | +.mw-pt-translate-header { |
| 33 | + font-size: x-small; |
| 34 | + text-align: center; |
| 35 | +} |