Update from upstream jquery.uls

Allow configurable panel width instead of
hardcoded 4 columns of languages.

Change-Id: I163d7501598bdf6098a00432f53d56babe10a1a9
This commit is contained in:
Amir E. Aharoni
2014-12-04 11:25:40 +02:00
parent a76737f2ab
commit dff15dbb5a
3 changed files with 72 additions and 10 deletions

View File

@@ -31,6 +31,26 @@
width: 45%;
}
.uls-medium {
min-width: 360px;
width: 30%;
}
/* Override the grid */
.uls-medium.grid .row {
min-width: 300px;
}
.uls-narrow {
min-width: 180px;
width: 20%;
}
/* Override the grid */
.uls-narrow.grid .row {
min-width: 150px;
}
.uls-title-region a {
padding-left: 15px;
}
@@ -221,6 +241,10 @@ div.uls-region {
float: right;
}
.uls-menu.uls-narrow .uls-search-label {
background-size: 20px;
}
.uls-menu .uls-languagefilter-clear {
/* @embed */
background: transparent url('../images/clear.png') no-repeat scroll left center;