mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
MDL-34835 theme_fusion: fixed displaced navbar by extending #region-header.inside bottom margin by 70px in style/pagelayout.css
This commit is contained in:
parent
87e9331d93
commit
8fc89387f6
1 changed files with 50 additions and 46 deletions
|
@ -102,3 +102,7 @@ body {
|
|||
|
||||
.pagelayout-report #page-content #region-main {overflow:auto;}
|
||||
.pagelayout-report #page-content #region-main .region-content {overflow:visible;}
|
||||
|
||||
#page-enrol-manual-unenrolself #region-main .region-content #region-header.inside {
|
||||
margin-bottom: 110px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue