From 4bb4143daaaf4f7a9ed9fac7222004248b1a7a79 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 28 Nov 2012 15:48:29 -0800 Subject: [PATCH] tweak checkbox labels in forms.css --- edbob/pyramid/static/css/forms.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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;