Tweak checkbox placement

This commit is contained in:
calzoneman 2015-05-14 11:25:31 -05:00
parent 86bd20d5cc
commit 2c90d28919
1 changed files with 3 additions and 3 deletions

View File

@ -180,9 +180,9 @@ html(lang="en")
button.close(data-dismiss="modal", aria-hidden="true") × button.close(data-dismiss="modal", aria-hidden="true") ×
h4 Emote List h4 Emote List
.modal-body .modal-body
form.form-inline(action="javascript:void(0)") .pull-left
.form-group input#emotelist-search.form-control(type="text", placeholder="Search")
input#emotelist-search.form-control(type="text", placeholder="Search") .pull-right
.checkbox .checkbox
label label
input#emotelist-alphabetical(type="checkbox") input#emotelist-alphabetical(type="checkbox")