-
Bug
-
Resolution: Fixed
-
Major
-
2.0, 2.0.1, 2.0.2
-
MOODLE_20_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
Moderate
-
If you have a .side-post-only course the right column disappears.
A possible solution seems to be:
/** Only side post **/
.side-post-only #page-content #region-main-box {
margin-left: 0px;
}
.side-post-only #page-content #region-post-box {
margin-left: -[[setting:regionpostwidth]];
}
.side-post-only #page-content #region-main {
margin-left: [[setting:regionpostwidth]];
}
.side-post-only #page-content #region-post {
/*** removed *** left: [[setting:regionsumwidth]]; ***/
left: [[setting:regionpostwidth]];
width: [[setting:regionpostwidth]];
}
/*** new ***/.pagelayout-frontpage.side-post-only #page-content #region-main-box #region-post-box #region-post,
.pagelayout-frontpage.has_dock.side-post-only #page-content #region-main-box #region-post-box #region-post,
.editing.has_dock.side-post-only #page-content #region-main-box #region-post-box #region-post {
left: [[setting:regionsumwidth]];
width: [[setting:regionpostwidth]];
}
.has_dock.side-post-only .page-middle #region-main-box #region-post-box #region-main-wrap #region-main {
margin-left: [[setting:regionprewidth]];
}
@Mary: I'm a little bit confused about the rendering problems. I hope we can find a fast solution!
I have the feeling that some body classes (.has_dock, .editing, .side-post-only, .drag) are not working together in the right way!? Dietmar
- has a non-specific relationship to
-
MDL-29781 Overlay theme FIX for side-post-only layout
-
- Closed
-