Merge branch 'MDL-85486-main' of https://github.com/roland04/moodle
This commit is contained in:
@@ -667,8 +667,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 */
|
||||
|
||||
@@ -30991,6 +30991,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 {
|
||||
|
||||
@@ -30991,6 +30991,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