fix details

This commit is contained in:
bechi 2015-12-04 12:27:16 -03:00
commit 5e279ee872
3 changed files with 10 additions and 3 deletions

View file

@ -3,7 +3,7 @@
<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' }">
{{ 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 }}
</span>
<span class="menu-activity hide-for-large-only" ng-if="item.link=='walletHome'">

View file

@ -18,11 +18,11 @@
<div class="header-modal size-36 text-center">
<div ng-show="btx.action != 'invalid'">
<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>
</div>
<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>
</div>
<div ng-show="btx.action == 'moved'">

View file

@ -200,6 +200,13 @@ _:-ms-fullscreen, :root .main {
margin-top: 18px;
}
.label.activity {
position: absolute;
top: 11px;
font-size: 9px;
padding: 0.15rem 0.25rem;
}
.amount {
width: 100%;
text-align: center;