form group alignment issue fixed in webhook index page

This commit is contained in:
Thirumal S
2015-10-30 19:26:56 +05:30
parent 72ececfab1
commit 74416daa66
2 changed files with 5 additions and 1 deletions
@@ -511,3 +511,7 @@ pre.light-well {
margin-top: -1px;
}
}
.form-control-padding-top {
padding-top: 10px;
}
+1 -1
View 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
.col-sm-10.form-control-padding-top
%div
= f.check_box :push_events, class: 'pull-left'
.prepend-left-20