From 536a64021875b908d743a0c00866229a895f4ba2 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 24 Nov 2006 18:52:16 +0000 Subject: [PATCH] Minor tweak to fieldset styles. --- theme/standard/styles_layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 0009c8abfd..e05b2825ae 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -294,9 +294,9 @@ form.mform { width: 80%; } form.mform fieldset { - border: 1px solid black; + border: 1px solid #DDDDDD; padding: 10px 0; - margin: 0; + margin: 0.7em 0; width:100%; } form.mform fieldset.hidden, form.mform fieldset.felement { @@ -307,6 +307,7 @@ form.mform fieldset.felement { } form.mform fieldset legend { font-weight: bold; + margin-left: 0.5em; } form.mform div.fitem { -- 2.39.5