* One more dropdown for content language( if it differs from UI language ) * Save the font preferences for both ui and content language * many refactoring, variable renaming for this change * Marked many TODOs and FIXMEs Change-Id: I93ae5eced5938667af186be51bc8a5b5cd1d7eaf
35 lines
501 B
CSS
35 lines
501 B
CSS
.uls-font-label,.uls-font-select {
|
|
font-size: 10pt;
|
|
line-height: 16pt;
|
|
}
|
|
|
|
.uls-font-select {
|
|
height: 16pt;
|
|
}
|
|
|
|
.uls-ui-languages button {
|
|
width: 23%;
|
|
text-overflow: ellipsis;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.uls-ui-languages button#uls-more-languages {
|
|
width: auto;
|
|
}
|
|
|
|
.uls-content-fonts,.uls-ui-fonts {
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.uls-content-fonts:hover,.uls-ui-fonts:hover {
|
|
background-color: #F6F6F6;
|
|
}
|
|
|
|
.uls-font-label strong {
|
|
color: #252525;
|
|
}
|
|
|
|
.uls-font-label {
|
|
color: #555555;
|
|
font-size: 10pt;
|
|
} |