From 5a9f70b25fcf17366184f713ea8e4c5c99ee9913 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 18 Mar 2007 19:17:44 +0000 Subject: [PATCH] Add some space between the environment table and environment box. Merged from MOODLE_18_STABLE --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 1bbd8fb19b..87b181b03e 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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; } -- 2.39.5