Changed button styles

Styles for buttons are changed to match user expectations.
This commit is contained in:
Sabba Petri 2015-02-23 15:48:00 -08:00
parent c6860a5828
commit cb65a3f1d9
3 changed files with 3 additions and 3 deletions

View file

@ -57,7 +57,7 @@
%p.light
= user_url(@user)
%div
= f.submit 'Save username', class: "btn btn-save"
= f.submit 'Save username', class: "btn btn-create"
- if show_profile_remove_tab?
%fieldset.remove-account

View file

@ -51,7 +51,7 @@
%p You will receive all notifications from projects in which you participate
.form-actions
= f.submit 'Save changes', class: "btn btn-save"
= f.submit 'Save changes', class: "btn btn-create"
.clearfix
%hr

View file

@ -35,4 +35,4 @@
.col-sm-10
= f.password_field :password_confirmation, required: true, class: 'form-control'
.form-actions
= f.submit 'Save password', class: "btn btn-save"
= f.submit 'Save password', class: "btn btn-create"