Cleanup settings-* rules in ext.uls.css

`font-size: 11pt` was always overrules by another style. Removed it
and moved rest of settings-* styles to languagesettings.css where
they belong.

Bug: T136273
Change-Id: I4d8fa6ff9f4fc2b6e2ee577d795a28cb8197b3cb
This commit is contained in:
Niklas Laxström
2016-05-26 14:16:06 +02:00
committed by Santhosh
parent ce54168a7e
commit a0859320ea
2 changed files with 10 additions and 14 deletions

View File

@@ -53,19 +53,6 @@ button.uls-more-languages {
width: auto;
}
.settings-title {
font-size: 11pt;
}
.settings-text {
color: #555;
font-size: 9pt;
}
div.display-settings-block:hover .settings-text {
color: #252525;
}
.uls-search-wrapper-wrapper {
position: relative;
padding-left: 40px;

View File

@@ -27,10 +27,19 @@
padding-right: 0;
}
.languagesettings-menu .settings-title {
.settings-title {
font-size: 13pt;
}
.settings-text {
color: #555;
font-size: 9pt;
}
.display-settings-block:hover .settings-text {
color: #252525;
}
.languagesettings-menu h1 {
font-size: 16pt;
line-height: 20pt;