Non-aligned checkboxes in modal
Created by: JoshSchreuder
Please see my question here: http://stackoverflow.com/questions/10186158/align-checkboxes-within-modal-popup
Using checkboxes inside a modal dialog causes the first checkbox to not be aligned:
I believe this relates to:
.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-left:10px;}
Not applying the margin-left
to the first checkbox.
If I move margin-left:10px
into the first checkbox selector everything lines up: