Move “Language settings” dialog headline up

Moving “Language settings” dialog headline up to put on a
virtual line with ToggleButton and apply `#000` to it as
dialog titles elsewhere.

Bug: T175295
Change-Id: Id2d7a7b90996ec7be96e8bafd7bbe78eb8f0e1c9
This commit is contained in:
Volker E
2017-11-01 22:10:44 -07:00
committed by Santhosh
parent 16b7411fc7
commit e3ad0f3be5

View File

@@ -37,13 +37,13 @@
}
.languagesettings-menu h1 {
color: #000;
font-size: 16pt;
line-height: 20pt;
margin-top: 0;
font-weight: normal;
border: 0;
padding: 15px 0 3px 15px;
color: #54595d;
padding: 8px 0 3px 15px;
}
#languagesettings-settings-panel {