Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.3.1
-
Fix Version/s: 2.3.2
-
Component/s: Themes
-
Labels:
-
Testing Instructions:
-
Workaround:
-
Affected Branches:MOODLE_23_STABLE
-
Fixed Branches:MOODLE_23_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-34370_master -
Pull Master Diff URL:
Description
in FF (haven't tested it in other browsers), when in a course in weekly format, it is not possible to move weeks as the ajax move icon, which is supposed to show on the left of the week section, is hidden (OK in Topics format though).
It's due to line 279 & following in fusion core.css:
.course-content .weeks .section.main .left {
display: none;
}
It states that the left margin of a week should be hidden (probably because the margin is defined as 0 in line 276:
.course-content .weeks .section.main .content {
margin-left: 0;
}
See screenshots