diff options
Diffstat (limited to 'modules/system')
-rw-r--r-- | modules/system/system.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/system/system.css b/modules/system/system.css index fe9fa5d76..acfc50716 100644 --- a/modules/system/system.css +++ b/modules/system/system.css @@ -150,6 +150,9 @@ tr.merge-up, tr.merge-up td, tr.merge-up th { margin-top: 0.4em; margin-bottom: 0.4em; } +.form-type-radio .description, .form-type-checkbox .description { + margin-left: 2.4em; +} .marker, .form-required { color: #f00; } |