MDL-67810 core_contentbank: added dropdown menu to create content

This commit is contained in:
Víctor Déniz Falcón 2020-04-29 14:00:43 +01:00 committed by Victor Deniz Falcon
parent 68fd8d8bdf
commit 75f58cbfa2
16 changed files with 437 additions and 14 deletions

View file

@ -120,4 +120,9 @@
}
}
}
}
.cb-toolbar .dropdown-scrollable {
max-height: 190px;
overflow-y: auto;
}

View file

@ -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 {