]> git.mjollnir.org Git - moodle.git/commitdiff
Add some space between the environment table and environment box.
authorstronk7 <stronk7>
Sun, 18 Mar 2007 19:17:44 +0000 (19:17 +0000)
committerstronk7 <stronk7>
Sun, 18 Mar 2007 19:17:44 +0000 (19:17 +0000)
Merged from MOODLE_18_STABLE

theme/standard/styles_layout.css

index 1bbd8fb19bf96ce6ba576e32e2b3840d1574b385..87b181b03eed63fe61cc9ed96c64aa0347c5a6a5 100644 (file)
@@ -930,6 +930,10 @@ body#admin-modules table.generaltable td.c0
   padding: 0.3em 0 1.5em 0;
 }
 
+.environmentbox {
+    margin-top: 1em;
+}
+
 .form-buttons {
   margin: 10px 0 0 160px;
 }