summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-10-03 00:17:52 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-10-03 00:17:52 +0000
commit4bd256a20fb949cd0d802d2c5ccee9374e2c87a8 (patch)
treefd14bd22ae0f15addee26dc70be4e105be45af10 /modules
parentf24e304fa3f455fdfbce0f94c43a20f8fb4a3a21 (diff)
downloadbrdo-4bd256a20fb949cd0d802d2c5ccee9374e2c87a8.tar.gz
brdo-4bd256a20fb949cd0d802d2c5ccee9374e2c87a8.tar.bz2
#85166: div around radios (checkboxes) and tweak margins
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.css7
1 files changed, 7 insertions, 0 deletions
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;
}