Better lining up of checkbox labels.

This commit is contained in:
Steven Miers 2014-11-03 14:15:36 -06:00
parent fdf42259f1
commit 0172f1c370
1 changed files with 5 additions and 2 deletions

View File

@ -29,11 +29,14 @@
display:inline-block;
position:relative;
top:1px;
margin-bottom:4px;
margin-top:3px;
margin-bottom:1px;
margin-right:2px;
}
label {
display: inline-block
display: inline-block;
margin-bottom:4px;
margin-right:2px;
}
clear: left;
}