From: urs_hunkler Date: Thu, 30 Nov 2006 12:12:34 +0000 (+0000) Subject: 'added clear:left and a little top distance to the htmlarea in adminsettings. If... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4649ac84361b7661e2ef1de5c571638e6b5073b1;p=moodle.git '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' --- 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; +} /***