Properly aligned checkbox on signup page
This commit is contained in:
@ -37,6 +37,7 @@ body {
|
|||||||
border-color: #333;
|
border-color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-horizontal .checkbox,
|
||||||
.form-horizontal .radio,
|
.form-horizontal .radio,
|
||||||
.form-horizontal .radio-inline {
|
.form-horizontal .radio-inline {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
@ -22,7 +22,7 @@ block content
|
|||||||
input.form-control(type='password', name='confirmPassword', id='confirmPassword', placeholder='Confirm Password')
|
input.form-control(type='password', name='confirmPassword', id='confirmPassword', placeholder='Confirm Password')
|
||||||
.help-block
|
.help-block
|
||||||
label.checkbox
|
label.checkbox
|
||||||
input(type='checkbox', id='tos', name='tos')
|
input(type='checkbox', id='tos', name='tos', data-toggle='checkbox')
|
||||||
| I agree to
|
| I agree to
|
||||||
a(href='#') terms and conditions
|
a(href='#') terms and conditions
|
||||||
.form-group
|
.form-group
|
||||||
|
Reference in New Issue
Block a user