From 1668b700ea08cb46246cd12f3624868153540f94 Mon Sep 17 00:00:00 2001 From: Ben Ramey Date: Tue, 24 Jun 2014 21:23:41 -0500 Subject: [PATCH] button color consistency --- assets/linker/styles/forms.less | 8 ++++---- assets/linker/styles/run.less | 1 + assets/linker/templates/run/create.jade | 2 +- assets/linker/templates/run/show.jade | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/assets/linker/styles/forms.less b/assets/linker/styles/forms.less index 48422d3..1515e12 100644 --- a/assets/linker/styles/forms.less +++ b/assets/linker/styles/forms.less @@ -20,10 +20,6 @@ form { top: 9px; right: 5px; } - - .btn-primary { - font-size: 4em; - } } .create-run-form { .invitees { @@ -31,6 +27,10 @@ form { margin-top: 20px; } } + + .submit button { + font-size: 4em; + } } .update-order-form { textarea { diff --git a/assets/linker/styles/run.less b/assets/linker/styles/run.less index 853c25d..f8367dc 100644 --- a/assets/linker/styles/run.less +++ b/assets/linker/styles/run.less @@ -33,6 +33,7 @@ .run-show-actions a.back-to-run { display: none; } + .invitee { .deletebtn-wrapper { padding-left: 0; diff --git a/assets/linker/templates/run/create.jade b/assets/linker/templates/run/create.jade index 0362540..675f6ea 100644 --- a/assets/linker/templates/run/create.jade +++ b/assets/linker/templates/run/create.jade @@ -86,5 +86,5 @@ block interiorcontent |  Invite another! section.submit - button.btn.btn-lg.btn-primary.btn-block(ng-click="create(run,invitees)",ng-disabled="form.$invalid") + button.btn.btn-lg.btn-success.btn-block(ng-click="create(run,invitees)",ng-disabled="form.$invalid") | Create diff --git a/assets/linker/templates/run/show.jade b/assets/linker/templates/run/show.jade index edf9629..c6a0e79 100644 --- a/assets/linker/templates/run/show.jade +++ b/assets/linker/templates/run/show.jade @@ -23,7 +23,7 @@ block interiorcontent | {{ i.name }} .order.col-sm-7 {{ i.order }} .fill.col-sm-2 - a.btn.btn-default.btn-sm.btn-block(href='#/order/{{ i.id }}') + a.btn.btn-primary.btn-sm.btn-block(href='#/order/{{ i.id }}') span.glyphicon.glyphicon-pencil block modals