Update jquery.uls to 34df56f
* Translation updates, including new languages * Improved styling to match WikimediaUI style guide * Improved handling of "no search results" Change-Id: Ic74025dad4b81f0377af217ed6ba2f88264dca2f
This commit is contained in:
@@ -7,13 +7,13 @@
|
||||
*/
|
||||
|
||||
.uls-lcd {
|
||||
background-color: #fcfcfc;
|
||||
height: 20em;
|
||||
/* Work around Chrome bug where it places scrollbar on the left in
|
||||
* in RTL mode but actually reserves the place on the right side */
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
width: auto;
|
||||
background: #FCFCFC;
|
||||
padding: 0 16px;
|
||||
}
|
||||
|
||||
@@ -61,8 +61,7 @@
|
||||
* Bug because overflow: hidden is incompatible with bullets, also render
|
||||
* the bullets inside the list in case there should be any.
|
||||
*/
|
||||
list-style-image: none;
|
||||
list-style-type: none;
|
||||
list-style: none none;
|
||||
}
|
||||
|
||||
.uls-language-block > ul > li {
|
||||
@@ -88,7 +87,7 @@
|
||||
.uls-language-block a {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
color: #3366bb;
|
||||
color: #36c;
|
||||
font-size: 14px;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
@@ -104,24 +103,17 @@
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
/* TODO: ugly hack that forces last matching search results to shift down.
|
||||
* They should be hidden properly.
|
||||
*/
|
||||
.uls-no-results-view {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.uls-no-results-found-title {
|
||||
font-size: 16px;
|
||||
padding: 0 16px 0 28px;
|
||||
border-bottom: none;
|
||||
border-bottom: 0;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.uls-no-found-more {
|
||||
background: #f8f8f8;
|
||||
padding: 0 16px 0 44px;
|
||||
font-size: 0.9em;
|
||||
background: #F8F8F8;
|
||||
width: 100%;
|
||||
margin-top: 1.6em;
|
||||
line-height: 1.6em;
|
||||
|
||||
Reference in New Issue
Block a user