Introduce Language Category Display (LCD)
Introduce $.fn.lcd - displaying languages by categories. Added the jquery.viewport.js module by Mika Tuupola (MIT license). More tests for language utils. Change-Id: I804b6da8ab0a2d518e17ae8bbd35e1c1da4bab3f
This commit is contained in:
@@ -100,14 +100,6 @@
|
||||
margin-top: 2%;
|
||||
}
|
||||
|
||||
.uls-language-list ul {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
-moz-column-count: 3;
|
||||
-webkit-column-count: 3;
|
||||
column-count: 3;
|
||||
}
|
||||
|
||||
.uls-language-list ul li {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
16
resources/css/ext.uls.lcd.css
Normal file
16
resources/css/ext.uls.lcd.css
Normal file
@@ -0,0 +1,16 @@
|
||||
.uls-lcd-region-section h3 {
|
||||
color: #999999;
|
||||
}
|
||||
|
||||
.uls-lcd-region-section ul {
|
||||
list-style: none;
|
||||
margin-left: 0;
|
||||
float: left;
|
||||
width: 150px;
|
||||
padding: 10px;
|
||||
clear: right;
|
||||
}
|
||||
|
||||
.uls-lcd-region-section {
|
||||
clear: both;
|
||||
}
|
||||
Reference in New Issue
Block a user