Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.7.2, 3.5.1
-
Fix Version/s: 3.6
-
Component/s: Course
-
Testing Instructions:
- test in clean and boost
- go to course/search.php?search=
- cross check the bullet points have been replaced by a help icon with the help content
-
Affected Branches:MOODLE_27_STABLE, MOODLE_35_STABLE
-
Fixed Branches:MOODLE_36_STABLE
-
Pull from Repository:
-
Pull 3.5 Branch:
MDL-47899-35 -
Pull Master Branch:
MDL-47899-master -
Pull Master Diff URL:
Description
go to course/search.php?search=
the bullet points are not centered (they are displayed on the left when everything else is centered).
A way to center them is:
.searchhelp ul
{ list-style-position: inside; }