spectabular/options.css
2015-03-07 13:45:13 -05:00

9 lines
141 B
CSS

input[type='checkbox']{
margin-right: 5px;
}
label.optionLabel{
display: block;
}
label.optionLabel:not(:first-child){
margin-top: 10px;
}