mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 10:56:56 +02:00
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:
parent
e1d2a046d3
commit
78db6bbce8
8 changed files with 149 additions and 167 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue