Merge pull request #1973 from bechi/history-modal-01

fix history columns
This commit is contained in:
Matias Alejo Garcia 2014-12-04 16:21:53 -03:00
commit b6583c7405
1 changed files with 2 additions and 2 deletions

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>