From 4649ac84361b7661e2ef1de5c571638e6b5073b1 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Thu, 30 Nov 2006 12:12:34 +0000 Subject: [PATCH] 'added clear:left and a little top distance to the htmlarea in adminsettings. If this works in all places a more general rule for all quickforms should be entered' --- theme/standard/styles_layout.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 5c6e53f8a0..a16f54404c 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -390,8 +390,10 @@ form.mform div.error,form.mform fieldset.error { padding: 5px; color: inherit; } - - +form#adminsettings div.htmlarea { + clear: left; + padding-top: 5px; +} /*** -- 2.39.5