Properly aligned checkbox on signup page

This commit is contained in:
Sahat Yalkabov
2013-12-18 14:38:10 -05:00
parent 9cc86c43d4
commit 08f56a44f5
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ body {
border-color: #333;
}
.form-horizontal .checkbox,
.form-horizontal .radio,
.form-horizontal .radio-inline {
margin-top: 10px;

View File

@ -22,7 +22,7 @@ block content
input.form-control(type='password', name='confirmPassword', id='confirmPassword', placeholder='Confirm Password')
.help-block
label.checkbox
input(type='checkbox', id='tos', name='tos')
input(type='checkbox', id='tos', name='tos', data-toggle='checkbox')
| I agree to 
a(href='#') terms and conditions
.form-group