-
Bug
-
Resolution: Fixed
-
Major
-
2.0.5, 2.1.2, 2.2
-
all browsers
-
MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
As well as adding the following CSS rule to pagelayout.css
.side-post-only #page-content #region-main-box #region-post-box #region-pre
{ left: 0; width: 0;}The position of right column in the file pagelayout.css must be changed from
.side-post-only #page-content #region-main-box #region-post-box #region-post
{ left: [[setting:regionwidthdouble]]; width: [[setting:regionwidth]];}
to
.side-post-only #page-content #region-main-box #region-post-box #region-post
{ left: [[setting:regionwidth]]; width: [[setting:regionwidth]];}The "header" should be changed from
/*********************************************************************************************
left column: 230px
right column: 330px
padding left/right column: 10px
padding center column: 30px
**********************************************************************************************/
to
/*********************************************************************************************
column width: [[setting:regionwidth]]
**********************************************************************************************/
In the attachment you can find my proposal for a new pagelayout.css!