decrease "reset" button size

This commit is contained in:
Tyler Renelle 2013-02-28 10:59:39 -05:00
parent 39a98446b9
commit b1c770c0f9

View file

@ -28,7 +28,7 @@
<p>This is highly discouraged because you'll lose historical data, which is useful for graphing your progress over time. However, some people find it useful in the beginning after playing with the app for a while.</p>
<@footer>
<button class="btn" data-dismiss="modal" aria-hidden="true">Close</button>
<button data-dismiss="modal" x-bind=click:reset class="btn btn-danger btn-large">Reset</button>
<button data-dismiss="modal" x-bind=click:reset class="btn btn-danger">Reset</button>
</@footer>
</app:modals:modal>