From: thepurpleblob Date: Wed, 25 Jul 2007 13:57:26 +0000 (+0000) Subject: MDL-10604: X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ba5c5f210ada81f68b0a1bfec047df64dd1183e9;p=moodle.git MDL-10604: Add ability to add sub categories directly from category screens. Merged from STABLE_18 --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 31b0f8bc82..1aa4b5ece9 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;