Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.0, 2.1.1, 2.2
-
Component/s: Themes
-
Labels:
-
Environment:Chrome 7.0.517.44-r64615
-
Testing Instructions:
- Log in as an admin
- Browse to a course
- Turn editing on
- Check the alignment of the editing icons in several browsers
- Check the alignment in several theme's as well.
-
Affected Branches:MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
Fixed Branches:MOODLE_20_STABLE, MOODLE_21_STABLE
-
Pull from Repository:
-
Pull Master Branch:wip-
MDL-25697-master -
Pull Master Diff URL:
Description
Under Chrome, icons of img class 'iconsmall' have a vertical alignment of 'middle' which means that they're rendered relative to the bottom of the line (or so it appears).
theme/base/style/core.css defines img.iconsmall with a vertical-alignment of middle.