CSS fixes for display settings
CSS fixes by Pau, based on If279f7a8 Change-Id: I33f63eef3f7aea26b9498c3c357930d8e6b54085
This commit is contained in:
committed by
Gerrit Code Review
parent
398f9ef949
commit
710146ef99
122
resources/css/ext.uls.languagesettings.css
Normal file
122
resources/css/ext.uls.languagesettings.css
Normal file
@@ -0,0 +1,122 @@
|
||||
#uls-current-language-nav { /* @embed */
|
||||
background: url('../images/cog-16x16-ltr.png') no-repeat scroll right
|
||||
top transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* From uls-menu, unchanged */
|
||||
#uls-current-language-nav a {
|
||||
color: #0088CC;
|
||||
}
|
||||
|
||||
#uls-current-language-nav h1 {
|
||||
font-weight: normal;
|
||||
padding-top: 1.25em;
|
||||
border: none;
|
||||
padding-bottom: 3px;
|
||||
font-size: 18pt;
|
||||
line-height: 1.25em;
|
||||
padding-left: 15px;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
#uls-current-language-nav h2 {
|
||||
font-size: 16pt;
|
||||
line-height: 1.5em;
|
||||
padding-left: 6px;
|
||||
margin-top: 0;
|
||||
margin-bottom: 15px;
|
||||
border-bottom: none;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.uls-menu h3 {
|
||||
border-bottom: medium none;
|
||||
font-size: 14pt;
|
||||
line-height: 1.5em;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.languagesettings-menu {
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
||||
.languagesettings-menu .settings-title {
|
||||
font-size: 13pt;
|
||||
}
|
||||
|
||||
.languagesettings-menu h1 {
|
||||
font-size: 16pt;
|
||||
line-height: 20pt;
|
||||
margin-top: 0;
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
.language-settings-buttons {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#languagesettings-settings-panel {
|
||||
padding-left: 5%;
|
||||
color: #252525;
|
||||
}
|
||||
|
||||
#languagesettings-settings-panel h3 {
|
||||
padding-top: 15px;
|
||||
margin-top: 1pt;
|
||||
line-height: 20pt;
|
||||
font-size: 16pt;
|
||||
}
|
||||
|
||||
#languagesettings-settings-panel h4 {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
#languagesettings-settings-panel h5 {
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
/* Buttons in the selector panel */
|
||||
.menu-section {
|
||||
color: #777;
|
||||
padding: 5px 0 5px 50px;
|
||||
border-left: 3px solid transparent;
|
||||
display: block;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.menu-section.active {
|
||||
color: black;
|
||||
background-color: #F6F6F6;
|
||||
border-left-color: #3366BB;
|
||||
}
|
||||
|
||||
.language-settings-buttons {
|
||||
border-top: 1px solid #F0F0F0;
|
||||
margin-top: 15px;
|
||||
padding: 15px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.language-settings-buttons button {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.checkbox {
|
||||
color: #555555;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
.checkbox input[type="checkbox"] {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.checkbox b {
|
||||
color: #252525;
|
||||
}
|
||||
|
||||
label.checkbox input[type="checkbox"] {
|
||||
float: left;
|
||||
}
|
||||
Reference in New Issue
Block a user