From ba5c5f210ada81f68b0a1bfec047df64dd1183e9 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 25 Jul 2007 13:57:26 +0000 Subject: [PATCH] MDL-10604: Add ability to add sub categories directly from category screens. Merged from STABLE_18 --- theme/standard/styles_layout.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 31b0f8bc8..1aa4b5ece 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -1,3 +1,4 @@ +/* @override http://moodle18.userver.lan/theme/standard/styles_layout.css */ /******************************************************************* styles_layout.css @@ -1118,7 +1119,6 @@ body#admin-modules table.generaltable td.c0 display: block; } - /*** *** Blocks ***/ @@ -1860,6 +1860,11 @@ body#course-category .rolelink { padding:10px; } +body#course-category .addcategory { + text-align: center; + padding: 10px; +} + body#course-index #middle-column .editcourse { margin-left:auto; margin-right:auto; -- 2.11.4.GIT