-
Improvement
-
Resolution: Fixed
-
Trivial
-
2.7.2, 3.5.1
-
MOODLE_27_STABLE, MOODLE_35_STABLE
-
MOODLE_36_STABLE
-
MDL-47899-master -
- 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
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; }