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

@ -96,9 +96,9 @@
<p>Are you sure you want to remove all history?</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" onclick="applyChanges('', '/admin/history');location.reload();">Clear
<button type="button" class="btn btn-flat btn-danger" onclick="applyChanges('', '/admin/history');location.reload();">Clear
History</button>
</div>
</div>
@ -120,7 +120,7 @@
<p></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default pull-right"
<button type="button" class="btn btn-flat btn-default pull-right"
data-dismiss="modal">Close</button>
</div>
</div>