diff --git a/theme/sky_high/pix/footer-rtl.jpg b/theme/sky_high/pix/footer-rtl.jpg deleted file mode 100644 index f33775b95f1..00000000000 Binary files a/theme/sky_high/pix/footer-rtl.jpg and /dev/null differ diff --git a/theme/sky_high/pix/footer-rtl.png b/theme/sky_high/pix/footer-rtl.png new file mode 100644 index 00000000000..7ba37031434 Binary files /dev/null and b/theme/sky_high/pix/footer-rtl.png differ diff --git a/theme/sky_high/pix/footer.png b/theme/sky_high/pix/footer.png index 34365a8fbad..f2d649ceb8d 100644 Binary files a/theme/sky_high/pix/footer.png and b/theme/sky_high/pix/footer.png differ diff --git a/theme/sky_high/style/admin.css b/theme/sky_high/style/admin.css index 949de967735..253d3208dab 100644 --- a/theme/sky_high/style/admin.css +++ b/theme/sky_high/style/admin.css @@ -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; diff --git a/theme/sky_high/style/pagelayout.css b/theme/sky_high/style/pagelayout.css index d243e8ef2f4..644fb491144 100644 --- a/theme/sky_high/style/pagelayout.css +++ b/theme/sky_high/style/pagelayout.css @@ -10,9 +10,9 @@ body { } #page { - width:100%; - max-width: 1600px; - margin:0 auto; + width: 100%; + max-width: 1760px; + margin: 0 auto; } #page-content { diff --git a/theme/sky_high/style/report.css b/theme/sky_high/style/report.css index a9bdbb3d784..0859374cd93 100644 --- a/theme/sky_high/style/report.css +++ b/theme/sky_high/style/report.css @@ -1,5 +1,8 @@ /** Report layout **/ +.pagelayout-report #page { + max-width: 1664px; +} #report-wrapper { background: #fff; margin: 20px 2% 0;