-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.4.3, 2.5
-
None
-
IE8, IE9
-
MOODLE_24_STABLE, MOODLE_25_STABLE
Steps to reproduce
- In ie8/9/10
- Go to course edit page or module edit page
- Expand Restrict access and check padding between "Allow access from" label and date-time selector. It is more then others elements on page.
- Check "Add 2 grade conditions to form" button and it is aligned left, whereas it should have padding-left = 15%
This happens because of ie specific css in base/core.css
.ie .mform .fitem .felement {margin-left:0;text-align:left;float:left;}
|
.ie.dir-rtl .mform .fitem .felement {margin-right:0;text-align:right;float:right;}
|
|