]> git.mjollnir.org Git - moodle.git/commitdiff
'added clear:left and a little top distance to the htmlarea in adminsettings. If...
authorurs_hunkler <urs_hunkler>
Thu, 30 Nov 2006 12:12:34 +0000 (12:12 +0000)
committerurs_hunkler <urs_hunkler>
Thu, 30 Nov 2006 12:12:34 +0000 (12:12 +0000)
theme/standard/styles_layout.css

index 5c6e53f8a0930b2f34636c35b89e1ece996a6e0e..a16f54404cfde0fb763eec66c207cfbcf44cecd4 100644 (file)
@@ -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;
+}
 
 
 /***