Provide a view showing: - A feedback message where the current search term is displayed. - Suggested options: based on likely languages and languages with one additional level of editing distance than the used in the search algorithm. - Instructions for search and browse including links to all the sub-regions available. * Introduced success, noresults callbacks for language and region filters * Region filter can be a link for a region alone. Change-Id: I713b62911bb32e1b1427320ced767b144180c5c4
59 lines
903 B
CSS
59 lines
903 B
CSS
.uls-lcd-region-section h3 {
|
|
color: #999999;
|
|
}
|
|
.uls-lcd-region-section ul li:hover {
|
|
background-color: #eaeff7;
|
|
}
|
|
/* Language list */
|
|
.uls-language-list {
|
|
height: 21.5em;
|
|
overflow: auto;
|
|
margin: 10px;
|
|
width: auto;
|
|
}
|
|
|
|
.uls-language-block ul {
|
|
margin: 0px;
|
|
margin-bottom: 1.6em;
|
|
}
|
|
.uls-language-list ul li {
|
|
font-weight: normal;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.uls-language-list strong {
|
|
text-decoration: underline;
|
|
}
|
|
.uls-language-list a {
|
|
font-weight: normal;
|
|
color: #0088CC;
|
|
font-size: 14px;
|
|
line-height: 1.6em;
|
|
}
|
|
|
|
.uls-language-block .three.columns {
|
|
width: 22%;
|
|
}
|
|
|
|
.uls-language-list-footer .three.columns {
|
|
width: 22%;
|
|
}
|
|
|
|
.uls-language-block {
|
|
width: 100%;
|
|
}
|
|
|
|
.uls-no-results-view {
|
|
color: #777;
|
|
}
|
|
|
|
#uls-no-found-more {
|
|
font-size: 0.9em;
|
|
background: #F8F8F8;
|
|
display: inline-block;
|
|
width: 100%;
|
|
margin-top: 1.6em;
|
|
line-height: 1.6em;
|
|
}
|