Monobook's CSS shouldn't change ULS language name case

Adds a skin specific css

Bug: 46725
Change-Id: I85e29515280ea2af6262c20937a0d9bd960244b3
This commit is contained in:
Santhosh Thottingal
2013-04-02 16:28:40 +05:30
parent 6ead4b9e12
commit 38e1ab2e5d
2 changed files with 7 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ $wgResourceModules['ext.uls.ime'] = array(
$wgResourceModules['ext.uls.init'] = array(
'scripts' => 'resources/js/ext.uls.init.js',
'styles' => 'resources/css/ext.uls.css',
'skinStyles' => array(
'monobook' => 'resources/css/ext.uls-monobook.css',
),
'localBasePath' => $dir,
'remoteExtPath' => 'UniversalLanguageSelector',
'dependencies' => array(