MDL-39835 theme_sky_high: Fix for footer to display correctly in higher resolutions.

This commit is contained in:
Mary Evans 2013-06-01 21:36:58 +01:00
parent b6f8a93642
commit 5f831ca077
6 changed files with 7 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

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

View File

@ -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;

View File

@ -10,9 +10,9 @@ body {
}
#page {
width:100%;
max-width: 1600px;
margin:0 auto;
width: 100%;
max-width: 1760px;
margin: 0 auto;
}
#page-content {

View File

@ -1,5 +1,8 @@
/** Report layout **/
.pagelayout-report #page {
max-width: 1664px;
}
#report-wrapper {
background: #fff;
margin: 20px 2% 0;