Skip to content

Commit

Permalink
center text
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-faiz committed Jul 15, 2014
1 parent 43b8c12 commit 13c27b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/partials/wallet_cancel_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ <h3 class="text-center"> Confirm Sale Cancellation </h3>
</div>
<br>
<div class="row">
<div ng-show="sendSuccess">
<div ng-show="sendSuccess" class="text-center">
<h4 class="pull-right col-xs-12" style="color:green"> Sale cancelled successfully,
check your transaction <a target="_blank" href="{{url}}">here.</a></h4> <br> <h5><small>It can take up to 20 minutes to update the wallet, please do not make another cancellation during this time.</small></h5>
</div>
<div ng-show="sendError">
<div ng-show="sendError" class="text-center">
<h4 class="col-xs-12" style="color:red;"> Sale not cancelled:
{{error}} </h4>
</div>
Expand Down

0 comments on commit 13c27b8

Please sign in to comment.