Introduced foundation based grid css Related changes in example, template html Change-Id: I8b1c1bae1c733ea0ed997d8317b9954592cf6eca
49 lines
721 B
CSS
49 lines
721 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%;
|
|
}
|