CSS fixes by Pau, based on If279f7a8 Change-Id: I33f63eef3f7aea26b9498c3c357930d8e6b54085
18 lines
264 B
CSS
18 lines
264 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;
|
|
} |