fix text centered

This commit is contained in:
bechi 2015-10-20 17:16:47 -03:00
commit d8f90e362d

View file

@ -156,7 +156,7 @@
</div> </div>
</div> </div>
<div class="row columns text-center m20t" ng-if="tx.canBeRemoved"> <div class="columns text-center m20t" ng-if="tx.canBeRemoved">
<div class="text-gray size-12 m20b" ng-if="!tx.isGlidera" translate> <div class="text-gray size-12 m20b" ng-if="!tx.isGlidera" translate>
* A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created. * A payment proposal can be deleted if 1) you are the creator, and no other copayer has signed, or 2) 24 hours have passed since the proposal was created.
</div> </div>