mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-10604:
Add ability to add sub categories directly from category screens. Merged from STABLE_18
This commit is contained in:
parent
7d59f03afd
commit
ba5c5f210a
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user