Commit 6fcd5127 authored by Thirumal S's avatar Thirumal S

defined class prepend-top-10 used for alignment issue

parent c12a4b2a
......@@ -552,8 +552,4 @@ pre.light-well {
z-index: 100;
position: relative;
}
}
.form-control-padding-top {
padding-top: 10px;
}
\ No newline at end of file
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment