CSS fixes for display settings

CSS fixes by Pau, based on If279f7a8

Change-Id: I33f63eef3f7aea26b9498c3c357930d8e6b54085
This commit is contained in:
Santhosh Thottingal
2012-08-15 17:55:15 +05:30
committed by Gerrit Code Review
parent 398f9ef949
commit 710146ef99
5 changed files with 130 additions and 78 deletions

View File

@@ -0,0 +1,18 @@
.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;
}