Properly aligned checkbox on signup page
This commit is contained in:
@ -37,6 +37,7 @@ body {
|
||||
border-color: #333;
|
||||
}
|
||||
|
||||
.form-horizontal .checkbox,
|
||||
.form-horizontal .radio,
|
||||
.form-horizontal .radio-inline {
|
||||
margin-top: 10px;
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user