mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
Merge branch 'MDL-67883-squash' of https://github.com/Chocolate-lightning/moodle
This commit is contained in:
commit
618b13e1f5
87 changed files with 5262 additions and 41 deletions
|
@ -1631,6 +1631,18 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
|||
}
|
||||
}
|
||||
|
||||
.modchooser .modal-footer {
|
||||
height: 70px;
|
||||
background: $modal-content-bg;
|
||||
.moodlenet-logo {
|
||||
.icon {
|
||||
height: 2.5rem;
|
||||
width: 6rem;
|
||||
margin-bottom: .6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.modchoosercontainer.noscroll {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
@ -1678,7 +1690,7 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
|||
background-color: $white;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
min-height: 640px;
|
||||
height: 640px;
|
||||
|
||||
.content {
|
||||
overflow-y: auto;
|
||||
|
@ -2441,6 +2453,10 @@ body.h5p-embed {
|
|||
overflow-wrap: break-word !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
|
||||
.z-index-0 {
|
||||
z-index: 0 !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
|
||||
.z-index-1 {
|
||||
z-index: 1 !important; /* stylelint-disable-line declaration-no-important */
|
||||
}
|
||||
|
|
|
@ -10993,6 +10993,14 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
|||
.modchooser .modal-body .carousel-item .loading-icon .icon {
|
||||
margin: 1em auto; }
|
||||
|
||||
.modchooser .modal-footer {
|
||||
height: 70px;
|
||||
background: #fff; }
|
||||
.modchooser .modal-footer .moodlenet-logo .icon {
|
||||
height: 2.5rem;
|
||||
width: 6rem;
|
||||
margin-bottom: .6rem; }
|
||||
|
||||
.modchoosercontainer.noscroll {
|
||||
overflow-y: hidden; }
|
||||
|
||||
|
@ -11030,7 +11038,7 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
|||
background-color: #fff;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
min-height: 640px; }
|
||||
height: 640px; }
|
||||
.modchooser .modal-body .optionsummary .content {
|
||||
overflow-y: auto; }
|
||||
.modchooser .modal-body .optionsummary .content .heading .icon {
|
||||
|
@ -11623,6 +11631,10 @@ body.h5p-embed .h5pmessages {
|
|||
overflow-wrap: break-word !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.z-index-0 {
|
||||
z-index: 0 !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.z-index-1 {
|
||||
z-index: 1 !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
|
|
@ -11200,6 +11200,14 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
|||
.modchooser .modal-body .carousel-item .loading-icon .icon {
|
||||
margin: 1em auto; }
|
||||
|
||||
.modchooser .modal-footer {
|
||||
height: 70px;
|
||||
background: #fff; }
|
||||
.modchooser .modal-footer .moodlenet-logo .icon {
|
||||
height: 2.5rem;
|
||||
width: 6rem;
|
||||
margin-bottom: .6rem; }
|
||||
|
||||
.modchoosercontainer.noscroll {
|
||||
overflow-y: hidden; }
|
||||
|
||||
|
@ -11237,7 +11245,7 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
|||
background-color: #fff;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
min-height: 640px; }
|
||||
height: 640px; }
|
||||
.modchooser .modal-body .optionsummary .content {
|
||||
overflow-y: auto; }
|
||||
.modchooser .modal-body .optionsummary .content .heading .icon {
|
||||
|
@ -11834,6 +11842,10 @@ body.h5p-embed .h5pmessages {
|
|||
overflow-wrap: break-word !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.z-index-0 {
|
||||
z-index: 0 !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
||||
.z-index-1 {
|
||||
z-index: 1 !important;
|
||||
/* stylelint-disable-line declaration-no-important */ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue