fix pref styles

This commit is contained in:
Matias Alejo Garcia 2015-10-08 11:58:55 -03:00
commit 6869d90986
18 changed files with 200 additions and 121 deletions

View file

@ -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%;