fix some details

This commit is contained in:
bechi 2015-12-02 16:51:56 -03:00
commit acff47b4ef
4 changed files with 14 additions and 8 deletions

View file

@ -46,7 +46,7 @@ h4 {
}
.send h4.title, .glidera h4.title {
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
border-bottom: 1px solid #E2E7ED;
background: #fff;
padding: 0.8rem;
color: #4B6178;
@ -525,6 +525,7 @@ ul.manage li {
.p20h {padding: 0 20px;}
.p20v {padding: 20px 0;}
.p20b {padding-bottom: 20px;}
.p25b {padding-bottom: 25px;}
.p25l {padding-left: 25px;}
.p15 {padding:15px;}
.p20 {padding:20px;}
@ -625,7 +626,7 @@ input[type=number]::-webkit-outer-spin-button {
}
.header-modal {
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
border-bottom: 1px solid #E2E7ED;
background: #fff;
width: 100%;
padding: 0.8rem;

View file

@ -151,7 +151,7 @@ _:-ms-fullscreen, :root .main {
width: 100%;
z-index: 5;
background: #FFFFFF;
box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.20);
border-top: 1px solid #E2E7ED;
}
.second-bottom-bar {
@ -172,7 +172,6 @@ _:-ms-fullscreen, :root .main {
width: 100%;
text-align: center;
padding: 1.5rem 1rem 1.5rem 1rem;
margin-bottom: 11px;
color: #fff;
height: 175px;
}
@ -196,12 +195,18 @@ _:-ms-fullscreen, :root .main {
height:100%;
}
.avatar-name {
position: relative;
padding-top: 10px;
background-color: #fff;
}
.walletHome .avatar-wallet {
padding: 0.5rem;
width: 75px;
height: 75px;
position: absolute;
top: -33px;
top: -22px;
font-size: 2.2rem;
border: 3px solid #fff;
background: #1ABC9C;