Commit d6c13ec0 authored by Marin Jankovski's avatar Marin Jankovski

Merge branch 'button_changes' into 'master'

Change button styles

Styles for buttons are changed to match user expectations.

Fixes #2004

See merge request !1580
parents dbb514e7 1e42cd20
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
%p.light %p.light
= user_url(@user) = user_url(@user)
%div %div
= f.submit 'Save username', class: "btn btn-save" = f.submit 'Save username', class: "btn btn-warning"
- if show_profile_remove_tab? - if show_profile_remove_tab?
%fieldset.remove-account %fieldset.remove-account
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
%p You will receive all notifications from projects in which you participate %p You will receive all notifications from projects in which you participate
.form-actions .form-actions
= f.submit 'Save changes', class: "btn btn-save" = f.submit 'Save changes', class: "btn btn-create"
.clearfix .clearfix
%hr %hr
......
...@@ -35,4 +35,4 @@ ...@@ -35,4 +35,4 @@
.col-sm-10 .col-sm-10
= f.password_field :password_confirmation, required: true, class: 'form-control' = f.password_field :password_confirmation, required: true, class: 'form-control'
.form-actions .form-actions
= f.submit 'Save password', class: "btn btn-save" = f.submit 'Save password', class: "btn btn-create"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment