Added a utility callback function to sort languages by autonym. Added CSS fix for group separatos. Change-Id: I73c7c6518a85e4ea7999be3ef92a121e877610e8
59 lines
919 B
CSS
59 lines
919 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-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;
|
|
}
|
|
|
|
.uls-lcd-region-section ul li.uls-column-break:hover{
|
|
background: none;
|
|
}
|