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

@ -1,5 +1,5 @@
<a ng-click="index.setTab(item, false, 0, true)" ng-class="{'background-color': index.tab == item.link}" id="menu-{{item.link}}">
<i class="size-24 {{item.icon}} db"></i>
<i class="size-18 {{item.icon}} db"></i>
<div class="size-10 tu">
{{ item.title|translate }}
<span class="label alert round" ng-if="item.link=='walletHome' && index.pendingTxProposalsCountForUs > 0">

View file

@ -107,7 +107,7 @@
</div>
</div> <!-- amount -->
<div class="pr columns line-b">
<div class="avatar-name columns line-b">
<div class="avatar-wallet left"
ng-style="{'background-color':index.backgroundColor}">{{ (index.alias || index.walletName) | limitTo: 1}}
</div>
@ -265,7 +265,7 @@
-->
<div id="send" class="send tab-view">
<div class="pr p20b">
<div class="pr p25b">
<h4 class="title m0">
<available-balance></available-balance>
<a

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;