some changes on history

This commit is contained in:
bechi 2015-04-17 15:27:48 -03:00
commit c419ff5947
2 changed files with 5 additions and 5 deletions

View file

@ -20,10 +20,10 @@
ng-click="history.openTxModal(btx)"
class="row collapse last-transactions-content">
<div class="large-3 medium-3 small-3 columns">
<span class="label tu" ng-show="btx.action == 'received'"
<span class="label tu radius" ng-show="btx.action == 'received'"
ng-style="{'background-color':index.backgroundColor}">Received</span>
<span class="label tu gray" ng-show="btx.action == 'sent'">Sent</span>
<span class="label tu gray" ng-show="btx.action == 'moved'">Moved</span>
<span class="label tu gray radius" ng-show="btx.action == 'sent'">Sent</span>
<span class="label tu gray radius" ng-show="btx.action == 'moved'">Moved</span>
</div>
<div class="large-5 medium-5 small-5 columns">

View file

@ -55,11 +55,11 @@
</li>
<li ng-if="btx.time" class="line-b p10">
<span class="text-gray" translate>Confirmations:</span>
<span class="right">
<span class="right" >
<span class="text-warning" ng-show="!btx.confirmations || btx.confirmations == 0" translate>
Unconfirmed
</span>
<span class="text-secondary" ng-show="btx.confirmations>0">
<span class="label gray radius" ng-show="btx.confirmations>0">
{{btx.confirmations}}
</span>
</span>