summaryrefslogtreecommitdiff
path: root/app/views/profiles
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-07 10:35:17 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-07 10:35:17 -0800
commitbe3edeb6a1db341e5a10f9031c79f5fbc25e6f59 (patch)
tree1ba0099ced1d5bd8f516e587a7067d6ef71c36bd /app/views/profiles
parente2b8025abe929007fb82e952b0be954a7598e528 (diff)
downloadgitlab-ce-be3edeb6a1db341e5a10f9031c79f5fbc25e6f59.tar.gz
Small UI improvements after css refactoring
Diffstat (limited to 'app/views/profiles')
-rw-r--r--app/views/profiles/show.html.haml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml
index 459361a0d5b..1a7bc353bf3 100644
--- a/app/views/profiles/show.html.haml
+++ b/app/views/profiles/show.html.haml
@@ -56,7 +56,7 @@
.form-group
= f.label :bio, class: "control-label"
.col-sm-10
- = f.text_area :bio, rows: 6, class: "form-control", maxlength: 250
+ = f.text_area :bio, rows: 4, class: "form-control", maxlength: 250
%span.help-block Tell us about yourself in fewer than 250 characters.
.col-md-5
@@ -94,5 +94,7 @@
%p Your profile is publicly visible because you joined public project(s)
- .form-actions
- = f.submit 'Save changes', class: "btn btn-save"
+ .row
+ .col-md-7
+ .col-sm-2
+ = f.submit 'Save changes', class: "btn btn-success"