Standardize on btn-flat button style.

This commit is contained in:
Ivan Filippov
2016-05-10 18:11:17 -06:00
parent dc41a55da7
commit 2b80339753
12 changed files with 31 additions and 31 deletions

View File

@ -141,9 +141,9 @@
<p></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left"
<button type="button" class="btn btn-flat btn-default pull-left"
data-dismiss="modal">Close</button>
<button type="button" class="btn btn-danger" id="button_revoke_confirm">Revoke</button>
<button type="button" class="btn btn-flat btn-danger" id="button_revoke_confirm">Revoke</button>
</div>
</div>
<!-- /.modal-content -->
@ -164,9 +164,9 @@
<p></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-left"
<button type="button" class="btn btn-flat btn-default pull-left"
data-dismiss="modal">Close</button>
<button type="button" class="btn btn-danger" id="button_delete_confirm">Delete</button>
<button type="button" class="btn btn-flat btn-danger" id="button_delete_confirm">Delete</button>
</div>
</div>
<!-- /.modal-content -->