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:
Santhosh Thottingal
2012-06-27 19:01:08 +05:30
parent 7d899696d0
commit 7a9b801a79
10 changed files with 302 additions and 90 deletions

View File

@@ -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;
}

View 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;
}