-
Sub-task
-
Resolution: Won't Fix
-
Blocker
-
None
-
2.5
-
MOODLE_25_STABLE
-
The Moodle "labels" resource in courses are marked up with a "label" class which clashes with the Bootstrap "label" class.
The only core use of this is to set the opacity of dimmed text with in the label.
theme/base/style/core.css, line 45 |
.activity.label .dimmed_text {
|
But the MyMobile theme seems to use it to do something too:
theme/mymobile/javascript/custom.js, line 265 |
$(this).find(".ithumb .course-content .summary img, .ithumb .course-content .activity.label img, .ithumb .sitetopic .no-overflow img").click(function() {
|
theme/mymobile/style/core.css |
324:
|
.path-site li.activity.label > div,
|
...
|
325:
|
.path-course-view li.activity.label > div {
|
...
|
390:
|
.ithumb .course-content .summary img, .ithumb .course-content .activity.label img, .ithumb .sitetopic .no-overflow img {
|
...
|
427:
|
li.activity.label {
|
...
|
431:
|
li.activity.label form.togglecompletion { position: relative; }
|
...
|
- blocks
-
MDL-38318 Update MyMobile to use latest version of jQueryMobile
-
- Closed
-
- has a non-specific relationship to
-
MDL-60408 On smaller screens there is too much padding on the course page
-
- Closed
-
- has been marked as being related by
-
MDL-59575 Label alignment issues
-
- Closed
-
- will be (partly) resolved by
-
MDL-41717 Completion checkbox and editing icons are not aligned properly for Label resource
-
- Closed
-
- will help resolve
-
MDL-39299 CSS issues on a course page using Bootstrap (Clean theme)
-
- Closed
-