Skip to content

Commit

Permalink
Fix button above line
Browse files Browse the repository at this point in the history
  • Loading branch information
khan-faiz committed Jul 15, 2014
1 parent 13c27b8 commit 072ca42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions www/partials/wallet_cancel_modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ <h3 class="text-center"> Confirm Sale Cancellation </h3>
You're about to cancel this sale. If this is correct, please press Cancel Sale below.
If you encounter an error or change your mind feel free to click away from the dialog and try again.
</p>
</div>
<div class="modal-footer">
<div class="row">
<div class="pull-right">
<button ng-disabled="clicked" class="btn btn-primary" ng-click="ok()">Yes, cancel this sale</button>
<img class="" src="/assets/img/34-1.gif" ng-show="waiting">
</div>
<br>
</div>
<br>
</div>
<div class="modal-footer">
<div class="row">
<div ng-show="sendSuccess" class="text-center">
<h4 class="pull-right col-xs-12" style="color:green"> Sale cancelled successfully,
Expand Down

0 comments on commit 072ca42

Please sign in to comment.