mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-39835 theme_sky_high: Fix for footer to display correctly in higher resolutions.
This commit is contained in:
parent
b6f8a93642
commit
5f831ca077
Binary file not shown.
Before Width: | Height: | Size: 13 KiB |
BIN
theme/sky_high/pix/footer-rtl.png
Normal file
BIN
theme/sky_high/pix/footer-rtl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 83 KiB |
Binary file not shown.
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 82 KiB |
@ -7,6 +7,7 @@ body.pagelayout-admin.has_dock {
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
max-width: 1664px;
|
||||
}
|
||||
.pagelayout-admin #page-footer {
|
||||
float: none;
|
||||
|
@ -10,9 +10,9 @@ body {
|
||||
}
|
||||
|
||||
#page {
|
||||
width:100%;
|
||||
max-width: 1600px;
|
||||
margin:0 auto;
|
||||
width: 100%;
|
||||
max-width: 1760px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
#page-content {
|
||||
|
@ -1,5 +1,8 @@
|
||||
/** Report layout **/
|
||||
|
||||
.pagelayout-report #page {
|
||||
max-width: 1664px;
|
||||
}
|
||||
#report-wrapper {
|
||||
background: #fff;
|
||||
margin: 20px 2% 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user