Cleaning main screen

This commit is contained in:
Gustavo Maximiliano Cortez 2016-02-03 18:24:13 -03:00
commit f5dabcc218
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
11 changed files with 40 additions and 51 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 10px;
padding: 15px 0px 5px 10px;
text-transform: uppercase;
color: #555;
font-size: 12px;
@ -1004,7 +1004,9 @@ a.button.postfix {
}
.walletHome .icon-wallet {
margin-top: 14px;
display: inline-block;
margin: 0;
vertical-align: baseline;
}
.icon-input {

View file

@ -192,7 +192,8 @@ _:-ms-fullscreen, :root .main {
text-align: center;
padding: 1.5rem 1rem 1.5rem 1rem;
color: #fff;
height: 175px;
height: 150px;
margin-bottom: 25px;
}
.alternative-amount {
@ -219,12 +220,6 @@ _:-ms-fullscreen, :root .main {
height:100%;
}
.avatar-name {
position: relative;
padding-top: 10px;
background-color: #fff;
}
.walletHome .avatar-wallet {
padding: 0.5rem;
width: 75px;
@ -242,10 +237,12 @@ _:-ms-fullscreen, :root .main {
}
.walletHome .wallet-info {
margin-left: 85px;
line-height: 110%;
height: 60px;
overflow: hidden;
position: absolute;
top: inherit;
left: 10px;
bottom: 30px;
font-size: 20px;
color: #fff;
}
.camera-icon a {
@ -258,7 +255,7 @@ _:-ms-fullscreen, :root .main {
border-radius: 100%;
top: inherit;
right: 15px;
bottom: 45px;
bottom: 2px;
line-height: 12px;
}
@ -807,7 +804,7 @@ textarea:focus
transform: translate3d(-100%, 0, 0);
width:100%;
position: absolute;
top: 45px;
top: 44px;
bottom: 37px;
overflow: auto;
padding-bottom: 40px;