Fixes to avoid fragmentation in the language list

Adjustments in the language layout to make it easy to scan through
the language list and distinguish the different script groups:

* Removed the empty spacing row between groups.
* Changed the maximum number of languages in a column.
* Changed the order of script groups for better discoverability.

Change-Id: If223ae65bfec256c56d6092628b3999dfd02a119
This commit is contained in:
pginer
2012-08-13 21:54:24 +02:00
committed by Amir E. Aharoni
parent adf80d8791
commit a870263ad9
4 changed files with 29 additions and 23 deletions

View File

@@ -122,7 +122,7 @@ $wgResourceModules['jquery.uls.data'] = array(
);
$wgResourceModules['jquery.webfonts'] = array(
'scripts' => 'lib/jquery.webfonts.js',
'localBasePath' => $dir,
'remoteExtPath' => 'UniversalLanguageSelector',
'scripts' => 'lib/jquery.webfonts.js',
'localBasePath' => $dir,
'remoteExtPath' => 'UniversalLanguageSelector',
);