mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
Merge branch 'MDL-73369-master' of https://github.com/bmbrands/moodle
This commit is contained in:
commit
c6c2ad8360
@ -59,7 +59,7 @@
|
||||
{{>core_contentbank/bankcontent/toolbar_dropdown}}
|
||||
{{/dropdown}}
|
||||
{{^dropdown}}
|
||||
<a href="{{ link }}" class="icon-no-margin btn btn-secondary" title="{{ name }}" data-action="{{ action }}">
|
||||
<a href="{{ link }}" class="icon-no-margin btn btn-secondary text-nowrap" title="{{ name }}" data-action="{{ action }}">
|
||||
{{#pix}} {{{ icon }}} {{/pix}} {{{ name }}}
|
||||
</a>
|
||||
{{/dropdown}}
|
||||
|
@ -165,3 +165,6 @@
|
||||
max-height: 190px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.cb-navigation-container .singleselect .custom-select {
|
||||
width: 100%;
|
||||
}
|
||||
|
@ -13665,6 +13665,9 @@ table.calendartable caption {
|
||||
max-height: 190px;
|
||||
overflow-y: auto; }
|
||||
|
||||
.cb-navigation-container .singleselect .custom-select {
|
||||
width: 100%; }
|
||||
|
||||
/* course.less */
|
||||
/* COURSE CONTENT */
|
||||
.section_add_menus {
|
||||
|
@ -13665,6 +13665,9 @@ table.calendartable caption {
|
||||
max-height: 190px;
|
||||
overflow-y: auto; }
|
||||
|
||||
.cb-navigation-container .singleselect .custom-select {
|
||||
width: 100%; }
|
||||
|
||||
/* course.less */
|
||||
/* COURSE CONTENT */
|
||||
.section_add_menus {
|
||||
|
Loading…
x
Reference in New Issue
Block a user