Changed button styles
Styles for buttons are changed to match user expectations.
This commit is contained in:
parent
c6860a5828
commit
cb65a3f1d9
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue