noresultsview is part of uls.lcd now, moved the html template too. Change-Id: I9aee0ab1b62e61c3ec0e2c89f7d07b7a4432ef33
70 lines
1.0 KiB
CSS
70 lines
1.0 KiB
CSS
.uls-lcd-region-section h3 {
|
|
color: #777;
|
|
}
|
|
|
|
.uls-lcd-region-section ul li:hover {
|
|
background-color: #eaeff7;
|
|
}
|
|
/* Language list */
|
|
.uls-language-list {
|
|
height: 22em;
|
|
overflow: auto;
|
|
margin: 10px;
|
|
width: auto;
|
|
}
|
|
|
|
.uls-language-block ul {
|
|
margin: 0px 0px 1.6em;
|
|
}
|
|
|
|
.uls-language-list ul li {
|
|
cursor: pointer;
|
|
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;
|
|
text-decoration: none;
|
|
color: #3366bb;
|
|
font-size: 14px;
|
|
line-height: 1.6em;
|
|
}
|
|
|
|
.uls-language-block .three.columns {
|
|
width: 22%;
|
|
}
|
|
|
|
.uls-language-block {
|
|
width: 100%;
|
|
}
|
|
|
|
.uls-no-results-view {
|
|
color: #555;
|
|
height: 100%;
|
|
}
|
|
|
|
.uls-no-results-view h2{
|
|
font-weight: bold;
|
|
}
|
|
|
|
#uls-no-found-more {
|
|
font-size: 0.9em;
|
|
background: #F8F8F8;
|
|
width: 100%;
|
|
margin-top: 1.6em;
|
|
line-height: 1.6em;
|
|
position:absolute;
|
|
bottom:0;
|
|
left:0;
|
|
}
|
|
|
|
.uls-lcd-region-section ul li.uls-column-break:hover {
|
|
background: none;
|
|
} |