From 4bd256a20fb949cd0d802d2c5ccee9374e2c87a8 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Tue, 3 Oct 2006 00:17:52 +0000 Subject: #85166: div around radios (checkboxes) and tweak margins --- modules/system/system.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'modules') diff --git a/modules/system/system.css b/modules/system/system.css index 2632bcf04..f1a18ac3f 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -103,6 +103,13 @@ tr.merge-up, tr.merge-up td, tr.merge-up th { display: inline; font-weight: normal; } +.form-checkboxes, .form-radios { + margin: 1em 0; +} +.form-checkboxes .form-item, .form-radios .form-item { + margin-top: 0.4em; + margin-bottom: 0.4em; +} .marker, .form-required { color: #f00; } -- cgit v1.2.3