Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.4, 2.1.1, 2.2
-
Component/s: Administration, Themes
-
Environment:Win7, XAMPP, FF or Chrome
-
Testing Instructions:
-
Workaround:
-
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:
-
Pull Master Diff URL:
Description
When using some themes, such as Standard, Afterburner and Anomaly, the list of user links for each participant as a single continuous line of text, whereas with other themes, such as Arialist, the list is formatted nicely with one link per line. This happens when viewing the participants list with user details shown.
I found that some themes control the display as "block" and some do not. The following CSS should probably be present in all themes...
core.css |
.userinfobox .links a {
|
display: block;
|
}
|
Replication instructions:
- Log in as admin
- Navigate to Site Administration -> Appearance -> Theme -> Theme selector.
- Click the button labelled "Select theme" in the default row
- Choose either Standard, Afterburner or Anomaly
- Navigate to Navigation -> Site pages -> Participants
- On the right, next to User list, choose User details
There are other ways to get to this view. It is used in courses.
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-46337 Make border colour lighter and add padding between user picture and user info in Group user list page
-
- Open
-