MDL-81597 theme_boost: Fix header bar alignment

- Refactot context_header class to implement named templatable so
render_context_header in core and theme_boost can be removed
- Refactor context_header to use templates
- Fix context header layout and styles
This commit is contained in:
Mikel Martín 2024-05-08 13:37:29 +02:00
parent e1d2a046d3
commit 78db6bbce8
8 changed files with 149 additions and 167 deletions

View file

@ -24954,20 +24954,13 @@ nav.navbar .logo img {
.page-context-header {
overflow: hidden;
padding: 0.25rem 0;
display: flex;
}
.page-context-header .page-header-image > a {
display: inline-block;
}
.page-context-header .page-header-headings,
.page-context-header .header-button-group {
position: relative;
line-height: 24px;
vertical-align: middle;
}
.page-context-header .header-button-group {
display: block;
float: left;
.page-context-header .page-header-image .userinitials,
.page-context-header .page-header-image .userpicture {
margin-right: 1rem;
}
ul.dragdrop-keyboard-drag li {