summaryrefslogtreecommitdiff
path: root/app/views/keys
diff options
context:
space:
mode:
authorAleksei Kvitinskii <aleksei.wm@gmail.com>2011-11-07 20:37:32 +0200
committerAleksei Kvitinskii <aleksei.wm@gmail.com>2011-11-07 20:37:32 +0200
commit9054f64c530625e5f6f555daf3f9d6a741c177bb (patch)
tree42531c25dba776f60c70d0d959027bdb57726370 /app/views/keys
parenteb5fa8344e573851fa1c84a262de84ab379b0e59 (diff)
downloadgitlab-ce-9054f64c530625e5f6f555daf3f9d6a741c177bb.tar.gz
correct padding in user, keys, password forms
Diffstat (limited to 'app/views/keys')
-rw-r--r--app/views/keys/_form.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/keys/_form.html.haml b/app/views/keys/_form.html.haml
index 7d3e14efc1e..a49164cf378 100644
--- a/app/views/keys/_form.html.haml
+++ b/app/views/keys/_form.html.haml
@@ -5,12 +5,12 @@
- @key.errors.full_messages.each do |msg|
%li= msg
- .span-6
+ .form-row
= f.label :title
= f.text_field :title, :style => "width:300px"
- .span-6
+ .form-row
= f.label :key
= f.text_area :key, :style => "width:300px; height:130px"
- .span-6
+ .form-row
= f.submit 'Save', :class => "lbutton vm"