Fix padding

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-04 00:41:05 -03:00
commit ba5124fe1c
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 7 additions and 3 deletions

View file

@ -73,9 +73,9 @@ h4.title a {
}
.preferences h4, .modal-content h4, .walletHome h4, .glidera h4 {
.preferences h4, .modal-content h4, .glidera h4 {
background: #F6F7F9;
padding: 15px 0px 5px 10px;
padding: 25px 0px 5px 10px;
text-transform: uppercase;
color: #555;
font-size: 12px;
@ -83,6 +83,10 @@ h4.title a {
margin:0;
}
.walletHome h4 {
padding: 15px 0px 5px 10px;
}
.preferences ul, .modal-content ul {
font-size:14px;

View file

@ -240,7 +240,7 @@ _:-ms-fullscreen, :root .main {
position: absolute;
top: inherit;
left: 10px;
bottom: 30px;
bottom: 26px;
font-size: 20px;
color: #fff;
}