fix pref styles
This commit is contained in:
parent
0cb4b6b2a3
commit
6869d90986
18 changed files with 200 additions and 121 deletions
|
|
@ -62,6 +62,43 @@ h4.title a {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.preferences {
|
||||
background: #f1f3f5;
|
||||
}
|
||||
|
||||
.preferences form {
|
||||
background: white;
|
||||
padding-top:10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.preferences .switch {
|
||||
top:-5px !important;
|
||||
}
|
||||
|
||||
|
||||
.preferences h4 {
|
||||
background: #F1F3F5;
|
||||
padding: 25px 0px 5px 20px;
|
||||
text-transform: uppercase;
|
||||
color: #777;
|
||||
font-size: 10px;
|
||||
font-weight:200;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
|
||||
.preferences ul {
|
||||
font-size:14px;
|
||||
background: white;
|
||||
}
|
||||
|
||||
.preferences ul li {
|
||||
padding:10px 20px;
|
||||
border-bottom: 1px solid #E9E9EC;
|
||||
}
|
||||
|
||||
|
||||
body, html{
|
||||
height:100%;
|
||||
width:100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue