tweak checkbox labels in forms.css

This commit is contained in:
Lance Edgar 2012-11-28 15:48:29 -08:00
parent 092e325adc
commit 4bb4143daa

View file

@ -78,6 +78,15 @@ div.field-wrapper div.field textarea {
width: 320px; width: 320px;
} }
label input[type=checkbox] {
margin-right: 8px;
}
/******************************
* Buttons
******************************/
div.buttons { div.buttons {
clear: both; clear: both;
margin-top: 10px; margin-top: 10px;