summaryrefslogtreecommitdiff
path: root/app/views/projects/hooks
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-08 11:57:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-08 11:57:34 +0300
commitacc21d30fb7a38e8ae069116a37d67b535da3996 (patch)
tree0f130d429a62f33095f5e2f8761ef9387bb07951 /app/views/projects/hooks
parentf79b210061724fa1460fbb10853467182031c2c5 (diff)
downloadgitlab-ce-acc21d30fb7a38e8ae069116a37d67b535da3996.tar.gz
Increase input padding. Minor ui fixes
Diffstat (limited to 'app/views/projects/hooks')
-rw-r--r--app/views/projects/hooks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hooks/index.html.haml b/app/views/projects/hooks/index.html.haml
index eed76a7366d..53e54103617 100644
--- a/app/views/projects/hooks/index.html.haml
+++ b/app/views/projects/hooks/index.html.haml
@@ -14,7 +14,7 @@
.control-group
= f.label :url, "URL:"
.controls
- = f.text_field :url, class: "text_field xxlarge input-xpadding", placeholder: 'http://example.com/trigger-ci.json'
+ = f.text_field :url, class: "text_field input-xxlarge input-xpadding", placeholder: 'http://example.com/trigger-ci.json'
&nbsp;
= f.submit "Add Web Hook", class: "btn btn-create"
%hr