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">