fix details
This commit is contained in:
parent
641a10d3b9
commit
5e279ee872
3 changed files with 10 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
<i class="size-18 {{item.icon}} db" ng-class="{ 'icon-activity': item.link=='walletHome' }"></i>
|
<i class="size-18 {{item.icon}} db" ng-class="{ 'icon-activity': item.link=='walletHome' }"></i>
|
||||||
<div class="size-10 tu" ng-class="{ 'name-activity': item.link=='walletHome' }">
|
<div class="size-10 tu" ng-class="{ 'name-activity': item.link=='walletHome' }">
|
||||||
{{ item.title|translate }}
|
{{ item.title|translate }}
|
||||||
<span class="label alert round" ng-if="item.link=='walletHome' && index.pendingTxProposalsCountForUs > 0">
|
<span class="label activity round" ng-style="{'background-color': index.tab == item.link" ng-if="item.link=='walletHome' && index.pendingTxProposalsCountForUs > 0">
|
||||||
{{ index.pendingTxProposalsCountForUs }}
|
{{ index.pendingTxProposalsCountForUs }}
|
||||||
</span>
|
</span>
|
||||||
<span class="menu-activity hide-for-large-only" ng-if="item.link=='walletHome'">
|
<span class="menu-activity hide-for-large-only" ng-if="item.link=='walletHome'">
|
||||||
|
|
|
||||||
|
|
@ -18,11 +18,11 @@
|
||||||
<div class="header-modal size-36 text-center">
|
<div class="header-modal size-36 text-center">
|
||||||
<div ng-show="btx.action != 'invalid'">
|
<div ng-show="btx.action != 'invalid'">
|
||||||
<div ng-show="btx.action == 'received'">
|
<div ng-show="btx.action == 'received'">
|
||||||
<img src="img/icon-receive.svg" alt="sync" width="50">
|
<img src="img/icon-receive-history.svg" alt="sync" width="50">
|
||||||
<p class="m0 text-gray size-14" translate>Received</p>
|
<p class="m0 text-gray size-14" translate>Received</p>
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="btx.action == 'sent'">
|
<div ng-show="btx.action == 'sent'">
|
||||||
<img src="img/icon-sent.svg" alt="sync" width="50">
|
<img src="img/icon-sent-history.svg" alt="sync" width="50">
|
||||||
<p class="m0 text-gray size-14" translate>Sent</p>
|
<p class="m0 text-gray size-14" translate>Sent</p>
|
||||||
</div>
|
</div>
|
||||||
<div ng-show="btx.action == 'moved'">
|
<div ng-show="btx.action == 'moved'">
|
||||||
|
|
|
||||||
|
|
@ -200,6 +200,13 @@ _:-ms-fullscreen, :root .main {
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.label.activity {
|
||||||
|
position: absolute;
|
||||||
|
top: 11px;
|
||||||
|
font-size: 9px;
|
||||||
|
padding: 0.15rem 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
.amount {
|
.amount {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue