diff --git a/course/templates/course_search_form.mustache b/course/templates/course_search_form.mustache index f8ec18620ca..c48f25026d0 100644 --- a/course/templates/course_search_form.mustache +++ b/course/templates/course_search_form.mustache @@ -36,7 +36,7 @@
- + {{#helpicon}} diff --git a/theme/boost/scss/moodle/course.scss b/theme/boost/scss/moodle/course.scss index 57c0b1922e6..54f5e9d5383 100644 --- a/theme/boost/scss/moodle/course.scss +++ b/theme/boost/scss/moodle/course.scss @@ -564,7 +564,7 @@ span.editinstructions { #coursesearch { margin-top: 1em; - text-align: center; + text-align: left; } #page-course-pending .pendingcourserequests { diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 330360e41f1..91f87b5841d 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -12921,7 +12921,7 @@ span.editinstructions { #coursesearch { margin-top: 1em; - text-align: center; } + text-align: left; } #page-course-pending .pendingcourserequests { margin-bottom: 1em; } diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 4802c1437a9..9a252daf903 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -13134,7 +13134,7 @@ span.editinstructions { #coursesearch { margin-top: 1em; - text-align: center; } + text-align: left; } #page-course-pending .pendingcourserequests { margin-bottom: 1em; }