Merge branch 'MDL-79231-403' of https://github.com/davewoloszyn/moodle into MOODLE_403_STABLE
This commit is contained in:
@@ -1141,6 +1141,11 @@
|
||||
float: none;
|
||||
margin: 0 auto 10px;
|
||||
}
|
||||
|
||||
/* Bug fix for TinyMCE menu when in fullscreen mode (small screens). */
|
||||
body.tox-fullscreen.path-mod-assign [data-region="grading-navigation"] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/** Start of CSS to make forms vertical in the grading panel (taken from theme/bootstrapbase/less/moodle/forms.less). */
|
||||
@@ -1216,3 +1221,13 @@ div[id*='mod_assign-timer-'] {
|
||||
font-weight: 600;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
/* Bug fix for TinyMCE menu when in fullscreen mode. */
|
||||
body.tox-fullscreen.path-mod-assign [data-region="grade-panel"] {
|
||||
position: unset;
|
||||
}
|
||||
|
||||
/* Bug fix for TinyMCE menu when in fullscreen mode and when editor is nested in a popout.*/
|
||||
body.path-mod-assign [data-region="grade-panel"] .mform .fitem.has-popout .felement[data-fieldtype="editor"] {
|
||||
overflow: unset;
|
||||
}
|
||||
|
||||
@@ -29,3 +29,24 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Bug fix for TinyMCE menu when in fullscreen mode. */
|
||||
body.tox-fullscreen .modal-dialog {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
|
||||
.modal-header {
|
||||
height: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.tox-tinymce-aux {
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
/* Bug fix TinyMCE menu width dropdowns when in fullscreen mode. */
|
||||
body.tox-fullscreen .tox.tox-tinymce-aux {
|
||||
position: relative !important; // stylelint-disable-line declaration-no-important
|
||||
}
|
||||
|
||||
@@ -36949,6 +36949,25 @@ span[data-flexitour=container][x-placement=right] div[data-role=arrow]:after, sp
|
||||
opacity: inherit;
|
||||
}
|
||||
|
||||
/* Bug fix for TinyMCE menu when in fullscreen mode. */
|
||||
body.tox-fullscreen .modal-dialog {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
body.tox-fullscreen .modal-dialog .modal-header {
|
||||
height: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body.tox-fullscreen .modal-dialog .tox-tinymce-aux {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Bug fix TinyMCE menu width dropdowns when in fullscreen mode. */
|
||||
body.tox-fullscreen .tox.tox-tinymce-aux {
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.layout.fullscreen {
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
|
||||
@@ -36883,6 +36883,25 @@ span[data-flexitour=container][x-placement=right] div[data-role=arrow]:after, sp
|
||||
opacity: inherit;
|
||||
}
|
||||
|
||||
/* Bug fix for TinyMCE menu when in fullscreen mode. */
|
||||
body.tox-fullscreen .modal-dialog {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
body.tox-fullscreen .modal-dialog .modal-header {
|
||||
height: 0;
|
||||
padding: 0;
|
||||
}
|
||||
body.tox-fullscreen .modal-dialog .tox-tinymce-aux {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* Bug fix TinyMCE menu width dropdowns when in fullscreen mode. */
|
||||
body.tox-fullscreen .tox.tox-tinymce-aux {
|
||||
position: relative !important;
|
||||
}
|
||||
|
||||
.layout.fullscreen {
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user