mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-67810 core_contentbank: added dropdown menu to create content
This commit is contained in:
parent
68fd8d8bdf
commit
75f58cbfa2
16 changed files with 437 additions and 14 deletions
|
@ -120,4 +120,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.cb-toolbar .dropdown-scrollable {
|
||||
max-height: 190px;
|
||||
overflow-y: auto;
|
||||
}
|
|
@ -12944,6 +12944,10 @@ table.calendartable caption {
|
|||
.content-bank-container.view-list .cb-btnsort.dir-desc .desc {
|
||||
display: block; }
|
||||
|
||||
.cb-toolbar .dropdown-scrollable {
|
||||
max-height: 190px;
|
||||
overflow-y: auto; }
|
||||
|
||||
/* course.less */
|
||||
/* COURSE CONTENT */
|
||||
.section_add_menus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue