fix history columns

This commit is contained in:
bechi 2014-12-04 16:19:39 -03:00
commit 2332e6776f

View file

@ -25,7 +25,7 @@
</div>
</div>
<div class="large-3 medium-9 small-8 columns text-right">
<div class="large-4 medium-9 small-8 columns text-right">
<span class="tx-amount " ng-class="{
'text-primary' : btx.action == 'received',
'text-warning': btx.action == 'sent',
@ -49,7 +49,7 @@
</span>
</div>
<div class="large-7 medium-12 small-12 columns text-gray">
<div class="large-6 medium-12 small-12 columns text-gray">
<div class="tx-comment" ng-show="btx.comment">
<i class="fi-comment-quotes"></i> {{btx.comment}}
</div>