mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-67166 theme_classic: H5P embedded styles
This commit is contained in:
parent
01aa126848
commit
5092133b8f
@ -2282,6 +2282,9 @@ $switch-transition: .2s all !default;
|
||||
}
|
||||
|
||||
body.h5p-embed {
|
||||
#page-content {
|
||||
display: inherit;
|
||||
}
|
||||
#maincontent {
|
||||
display: none;
|
||||
}
|
||||
|
@ -11475,6 +11475,9 @@ div.editor_atto_toolbar button .icon {
|
||||
.paged-content-page-container {
|
||||
min-height: 3.125rem; }
|
||||
|
||||
body.h5p-embed #page-content {
|
||||
display: inherit; }
|
||||
|
||||
body.h5p-embed #maincontent {
|
||||
display: none; }
|
||||
|
||||
|
@ -11730,6 +11730,9 @@ div.editor_atto_toolbar button .icon {
|
||||
.paged-content-page-container {
|
||||
min-height: 3.125rem; }
|
||||
|
||||
body.h5p-embed #page-content {
|
||||
display: inherit; }
|
||||
|
||||
body.h5p-embed #maincontent {
|
||||
display: none; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user