MDL-67166 theme_classic: H5P embedded styles

This commit is contained in:
Bas Brands 2019-11-07 10:57:39 +01:00
parent 01aa126848
commit 5092133b8f
3 changed files with 9 additions and 0 deletions

View File

@ -2282,6 +2282,9 @@ $switch-transition: .2s all !default;
}
body.h5p-embed {
#page-content {
display: inherit;
}
#maincontent {
display: none;
}

View File

@ -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; }

View File

@ -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; }