diff --git a/edbob/pyramid/static/css/forms.css b/edbob/pyramid/static/css/forms.css index b698cfd..ff17b12 100644 --- a/edbob/pyramid/static/css/forms.css +++ b/edbob/pyramid/static/css/forms.css @@ -78,6 +78,15 @@ div.field-wrapper div.field textarea { width: 320px; } +label input[type=checkbox] { + margin-right: 8px; +} + + +/****************************** + * Buttons + ******************************/ + div.buttons { clear: both; margin-top: 10px;