Merge branch 'MDL-39835_M26' of github.com:lazydaisy/moodle

This commit is contained in:
Dan Poltawski 2013-06-04 14:44:35 +08:00
commit 20fe8676ea
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%; width: 100%;
margin: 0 auto; margin: 0 auto;
position: relative; position: relative;
max-width: 1664px;
} }
.pagelayout-admin #page-footer { .pagelayout-admin #page-footer {
float: none; float: none;

View File

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

View File

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