summaryrefslogtreecommitdiff
path: root/app/views/projects/hooks
diff options
context:
space:
mode:
authorThirumal S <thirumals@spritle.com>2015-11-05 20:21:46 +0530
committerThirumal S <thirumals@spritle.com>2015-11-05 20:21:46 +0530
commit6fcd5127a316ce3abf1e5c5dde5b1901e8c7941f (patch)
tree4bb63df5a2358e0e15c91266dbd1299c18b9bd26 /app/views/projects/hooks
parentc12a4b2a319f9d56db5170ecff736f5463c9d334 (diff)
downloadgitlab-ce-6fcd5127a316ce3abf1e5c5dde5b1901e8c7941f.tar.gz
defined class prepend-top-10 used for alignment issue
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 65e00b38ad4..3702aeaecba 100644
--- a/app/views/projects/hooks/index.html.haml
+++ b/app/views/projects/hooks/index.html.haml
@@ -19,7 +19,7 @@
= f.text_field :url, class: "form-control", placeholder: 'http://example.com/trigger-ci.json'
.form-group
= f.label :url, "Trigger", class: 'control-label'
- .col-sm-10.form-control-padding-top
+ .col-sm-10.prepend-top-10
%div
= f.check_box :push_events, class: 'pull-left'
.prepend-left-20