mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-68858-master' of git://github.com/vmdef/moodle
This commit is contained in:
commit
0641366181
4 changed files with 10 additions and 5 deletions
|
@ -55,7 +55,12 @@
|
||||||
{{/typeeditorparams}}
|
{{/typeeditorparams}}
|
||||||
{{#typeeditorparams}}
|
{{#typeeditorparams}}
|
||||||
<a class="dropdown-item icon-size-4" href="{{{ baseurl }}}&{{{ typeeditorparams }}}">
|
<a class="dropdown-item icon-size-4" href="{{{ baseurl }}}&{{{ typeeditorparams }}}">
|
||||||
<img alt="" class="icon" src="{{{ typeicon }}}"> {{ typename }}
|
{{#typeicon}}
|
||||||
|
<img alt="" class="icon" src="{{{ typeicon }}}">
|
||||||
|
{{/typeicon}}
|
||||||
|
{{^typeicon}}
|
||||||
|
{{#pix}} b/h5p_library, core {{/pix}}
|
||||||
|
{{/typeicon}} {{ typename }}
|
||||||
</a>
|
</a>
|
||||||
{{/typeeditorparams}}
|
{{/typeeditorparams}}
|
||||||
{{/types}}
|
{{/types}}
|
||||||
|
|
|
@ -122,7 +122,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.cb-toolbar .dropdown-scrollable {
|
.cb-toolbar-container .dropdown-scrollable {
|
||||||
max-height: 190px;
|
max-height: 190px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
|
@ -13056,7 +13056,7 @@ table.calendartable caption {
|
||||||
.content-bank-container.view-list .cb-btnsort.dir-desc .desc {
|
.content-bank-container.view-list .cb-btnsort.dir-desc .desc {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
.cb-toolbar .dropdown-scrollable {
|
.cb-toolbar-container .dropdown-scrollable {
|
||||||
max-height: 190px;
|
max-height: 190px;
|
||||||
overflow-y: auto; }
|
overflow-y: auto; }
|
||||||
|
|
||||||
|
|
|
@ -13271,7 +13271,7 @@ table.calendartable caption {
|
||||||
.content-bank-container.view-list .cb-btnsort.dir-desc .desc {
|
.content-bank-container.view-list .cb-btnsort.dir-desc .desc {
|
||||||
display: block; }
|
display: block; }
|
||||||
|
|
||||||
.cb-toolbar .dropdown-scrollable {
|
.cb-toolbar-container .dropdown-scrollable {
|
||||||
max-height: 190px;
|
max-height: 190px;
|
||||||
overflow-y: auto; }
|
overflow-y: auto; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue