New design for modals. Fix notification errors

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-03 13:43:59 -03:00
commit 93b935ee0a
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
11 changed files with 185 additions and 158 deletions

View file

@ -75,7 +75,7 @@ h4.title a {
.preferences h4, .modal-content h4, .walletHome h4, .glidera h4 {
background: #F6F7F9;
padding: 25px 0px 5px 20px;
padding: 25px 0px 5px 10px;
text-transform: uppercase;
color: #555;
font-size: 12px;
@ -272,9 +272,6 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
padding: 0.5rem;
border-radius: 2px;
background: #FFFFFF;
box-shadow: 1px 1px 0px 0px rgba(0,0,0,0.10);
margin: 0 auto;
margin-bottom: 1.6rem;
}
.box-notification .box-icon {
@ -482,6 +479,7 @@ ul.manage li {
.m0 {margin: 0;}
.p0i {padding: 0 !important;}
.db {display: block;}
.dib {display: inline-block;}
.size-10 { font-size: 10px; }
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
@ -529,6 +527,7 @@ ul.manage li {
.p25l {padding-left: 25px;}
.p15 {padding:15px;}
.p20 {padding:20px;}
.p20t {padding-top:20px;}
.p10 {padding:10px;}
.p10b {padding-bottom:10px;}
.p45t {padding-top:45px;}