MDL-85486 theme_boost: Fix single section page inplace editor
When course format is displayed as single section per page, the inplace editable in the section page heading was incorrectly displaye, and the instructions panel was not displayed. Adding some specific styles to fix that behaviour.
This commit is contained in:
@@ -682,8 +682,14 @@ $divider-hover-color: $primary !default;
|
||||
}
|
||||
}
|
||||
|
||||
.single-section-page .header-action {
|
||||
display: inline-block;
|
||||
.single-section-page {
|
||||
.header-action {
|
||||
display: inline-block;
|
||||
}
|
||||
// Revert page header styles to avoid conflict with inplace editable.
|
||||
.page-context-header {
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
/* Default activity completion page */
|
||||
|
||||
@@ -31152,6 +31152,9 @@ table.calendartable caption {
|
||||
.single-section-page .header-action {
|
||||
display: inline-block;
|
||||
}
|
||||
.single-section-page .page-context-header {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* Default activity completion page */
|
||||
.defaultactivitycompletion-item a {
|
||||
|
||||
@@ -31152,6 +31152,9 @@ table.calendartable caption {
|
||||
.single-section-page .header-action {
|
||||
display: inline-block;
|
||||
}
|
||||
.single-section-page .page-context-header {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
/* Default activity completion page */
|
||||
.defaultactivitycompletion-item a {
|
||||
|
||||
Reference in New Issue
Block a user