From 2efa8aa39710870ba01b348fa9e80d4ebcef9f65 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 4 Mar 2005 02:19:05 +0000 Subject: [PATCH] Styles on enrol page --- theme/standard/styles_layout.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 3bd1fe64413..5fe77692d0e 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -936,3 +936,9 @@ body#admin-config .confighelp { display: block; padding-bottom: 20px; } +body#course-enrol .generalbox { + margin-top: 20px; +} +body#course-enrol .coursebox { + margin-top: 20px; +}