Merge pull request #2381 from bechi/home/structure

New structure
This commit is contained in:
Gustavo Maximiliano Cortez 2015-02-02 17:25:43 -03:00
commit 5150df6615
7 changed files with 97 additions and 86 deletions

View file

@ -248,26 +248,35 @@ input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill, inpu
color: #FFF;
}
.side-nav.wallets .avatar-wallet,
.wallet-selection.wallets .avatar-wallet
.home-wallet .wallet-info {
margin-left: 0;
line-height: 110%;
float: left;
}
.side-nav.wallets .avatar-wallet
{
background-color: #1ABC9C;
color: #fff;
padding: 0.35rem 0.5rem;
text-align: center;
margin-top: 3px;
margin-top: 5px;
width: 35px;
}
header .avatar-wallet {
background-color: #fff;
color: #1ABC9C;
}
.avatar-wallet {
background-color: #1ABC9C;
color: #fff;
font-size: 20px;
font-weight: 700;
margin-top: 10px;
margin-left: 10px;
margin-right: 8px;
padding: 0.5rem 0.65rem;
background-color: #fff;
color: #1ABC9C;
line-height: 24px;
text-align: center;
}

View file

@ -143,6 +143,14 @@
text-align: center;
}
.amount {
background-color: #F1F3F5;
width: 100%;
text-align: center;
padding: 2.4rem 1rem;
margin-bottom: 15px;
}
.scroll-section {
position: absolute;
top: 120px;
@ -184,15 +192,19 @@
height:100%;
}
.avatar-wallet {
background-color: #1ABC9C;
color: #fff;
margin-top: 5px;
margin-left: 5px;
margin-right: 13px;
padding: 0.35rem 0.65rem;
.home-wallet .avatar-wallet {
padding: 1.7rem;
width: 90px;
height: 90px;
position: absolute;
top: -43px;
font-size: 35px;
border: 3px solid #fff;
}
.home-wallet .wallet-info {
margin-left: 100px;
}
.copayers {
position: relative;
@ -321,9 +333,13 @@
background: #E4E8EC;
}
.sidebar-mobile-wallets .avatar-wallet {
margin-top: 5px;
}
.sidebar-mobile-wallets li {
overflow: hidden;
padding:0.4rem;
padding:.6rem 0.4rem;
border-bottom: 1px solid #DDE2E7;
}