Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 10:06:25 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-17 10:06:25 +0300
commit409097bd7e0f5857cf0bc5462bd47484980ec787 (patch)
tree77cb75b9dbd32cbbde6feff7cc1b1c3791da99bd /app
parent3a324d9c6d52b7605e8b701ac70eddc2528b408b (diff)
Properly align save user profile button
Diffstat (limited to 'app')
-rw-r--r--app/views/profiles/show.html.haml6
1 files changed, 4 insertions, 2 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml
index e6b204451c4..409b6b5a193 100644
--- a/app/views/profiles/show.html.haml
+++ b/app/views/profiles/show.html.haml
@@ -96,5 +96,7 @@
.row
.col-md-7
- .col-sm-2
- = f.submit 'Save changes', class: "btn btn-success"
+ .form-group
+ .col-sm-2 &nbsp;
+ .col-sm-10
+ = f.submit 'Save changes', class: "btn btn-success"