-
Improvement
-
Resolution: Fixed
-
Minor
-
3.0
-
MOODLE_30_STABLE
-
MOODLE_31_STABLE
-
MDL-51818_M30 -
While fixing MDL-51127 it was suggested that the 'message' button be placed nearer to the User image, by changing the float direction in the CSS.
.page-context-header .header-button-group { float: left;}
|
and for RTL languages:
.dir-rtl .page-context-header .header-button-group { float: right; }
|