My current CSS:
.DataForm input
{
margin-right:9px;
display: inline-block;
width:21%;
min-width:30px;
}
works fine for all inputs except checkbox, because checkboxes are annoying and split themselves into an input and a label.
Is there a way to CSS the input based on its type? (the type field is checkbox for checkboxes).