fix some details
This commit is contained in:
parent
6f32927a72
commit
acff47b4ef
4 changed files with 14 additions and 8 deletions
|
|
@ -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}}">
|
<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">
|
<div class="size-10 tu">
|
||||||
{{ item.title|translate }}
|
{{ item.title|translate }}
|
||||||
<span class="label alert round" ng-if="item.link=='walletHome' && index.pendingTxProposalsCountForUs > 0">
|
<span class="label alert round" ng-if="item.link=='walletHome' && index.pendingTxProposalsCountForUs > 0">
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- amount -->
|
</div> <!-- amount -->
|
||||||
|
|
||||||
<div class="pr columns line-b">
|
<div class="avatar-name columns line-b">
|
||||||
<div class="avatar-wallet left"
|
<div class="avatar-wallet left"
|
||||||
ng-style="{'background-color':index.backgroundColor}">{{ (index.alias || index.walletName) | limitTo: 1}}
|
ng-style="{'background-color':index.backgroundColor}">{{ (index.alias || index.walletName) | limitTo: 1}}
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -265,7 +265,7 @@
|
||||||
|
|
||||||
-->
|
-->
|
||||||
<div id="send" class="send tab-view">
|
<div id="send" class="send tab-view">
|
||||||
<div class="pr p20b">
|
<div class="pr p25b">
|
||||||
<h4 class="title m0">
|
<h4 class="title m0">
|
||||||
<available-balance></available-balance>
|
<available-balance></available-balance>
|
||||||
<a
|
<a
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ h4 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.send h4.title, .glidera h4.title {
|
.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;
|
background: #fff;
|
||||||
padding: 0.8rem;
|
padding: 0.8rem;
|
||||||
color: #4B6178;
|
color: #4B6178;
|
||||||
|
|
@ -525,6 +525,7 @@ ul.manage li {
|
||||||
.p20h {padding: 0 20px;}
|
.p20h {padding: 0 20px;}
|
||||||
.p20v {padding: 20px 0;}
|
.p20v {padding: 20px 0;}
|
||||||
.p20b {padding-bottom: 20px;}
|
.p20b {padding-bottom: 20px;}
|
||||||
|
.p25b {padding-bottom: 25px;}
|
||||||
.p25l {padding-left: 25px;}
|
.p25l {padding-left: 25px;}
|
||||||
.p15 {padding:15px;}
|
.p15 {padding:15px;}
|
||||||
.p20 {padding:20px;}
|
.p20 {padding:20px;}
|
||||||
|
|
@ -625,7 +626,7 @@ input[type=number]::-webkit-outer-spin-button {
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-modal {
|
.header-modal {
|
||||||
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.10);
|
border-bottom: 1px solid #E2E7ED;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 0.8rem;
|
padding: 0.8rem;
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@ _:-ms-fullscreen, :root .main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.20);
|
border-top: 1px solid #E2E7ED;
|
||||||
}
|
}
|
||||||
|
|
||||||
.second-bottom-bar {
|
.second-bottom-bar {
|
||||||
|
|
@ -172,7 +172,6 @@ _:-ms-fullscreen, :root .main {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 1.5rem 1rem 1.5rem 1rem;
|
padding: 1.5rem 1rem 1.5rem 1rem;
|
||||||
margin-bottom: 11px;
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
height: 175px;
|
height: 175px;
|
||||||
}
|
}
|
||||||
|
|
@ -196,12 +195,18 @@ _:-ms-fullscreen, :root .main {
|
||||||
height:100%;
|
height:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.avatar-name {
|
||||||
|
position: relative;
|
||||||
|
padding-top: 10px;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
.walletHome .avatar-wallet {
|
.walletHome .avatar-wallet {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
width: 75px;
|
width: 75px;
|
||||||
height: 75px;
|
height: 75px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -33px;
|
top: -22px;
|
||||||
font-size: 2.2rem;
|
font-size: 2.2rem;
|
||||||
border: 3px solid #fff;
|
border: 3px solid #fff;
|
||||||
background: #1ABC9C;
|
background: #1ABC9C;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue