-
Bug
-
Resolution: Fixed
-
Minor
-
3.9.2
-
MOODLE_39_STABLE
-
MOODLE_38_STABLE, MOODLE_39_STABLE
-
MDL-69995-master -
On backup and restore pages that list activities, the icon is placed after the name, but the margin is added to it on the wrong side, so it attaches directly to the text.
They have the .icon-post class which appears to be intended for exactly this case, but as far as I can tell there's not styles attached.
Reversing the icon margin so it's on the left hand side if icon-post is used seems like it would be a nice visual improvement.
Something like:
.icon.icon-post
{ margin-right: 0; margin-left: 6px; }