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