Update inputs to use mw-ui styles

Replaces many of the styles with the new standard ones in mw-ui, which is
present in v1.22 of Mediawiki, the current lowest supported version of
ULS.

Might require a follow-up to reduce the amount of redundant CSS present

Bug: T52599
Change-Id: Id186ece6513f154e0388bc4170c21bdabb59038a
This commit is contained in:
Evan McIntire
2015-02-26 23:41:23 -05:00
committed by Nikerabbit
parent 57b617f775
commit 30d26a4fd2
5 changed files with 33 additions and 32 deletions

View File

@@ -34,6 +34,7 @@ $wgResourceModules['ext.uls.displaysettings'] = array(
'ext.uls.mediawiki',
'ext.uls.webfonts',
'mediawiki.api.parse',
'mediawiki.ui.checkbox',
),
) + $resourcePaths;
@@ -101,6 +102,7 @@ $wgResourceModules['ext.uls.inputsettings'] = array(
'ext.uls.languagesettings',
'ext.uls.mediawiki',
'jquery.ime',
'mediawiki.ui.radio',
),
) + $resourcePaths;
@@ -129,7 +131,6 @@ $wgResourceModules['ext.uls.languagesettings'] = array(
'scripts' => 'resources/js/ext.uls.languagesettings.js',
'styles' => 'resources/css/ext.uls.languagesettings.css',
'dependencies' => array(
'ext.uls.buttons',
'ext.uls.messages',
'ext.uls.preferences',
// The grid styles are used here,
@@ -254,6 +255,7 @@ $wgResourceModules['jquery.uls'] = array(
'jquery.i18n',
'jquery.uls.data',
'jquery.uls.grid',
'mediawiki.ui.input',
),
) + $resourcePaths;