From ae31e9dfa873e07fe769085b1df9ef0e75db1b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luca=20B=C3=B6sch?= Date: Sat, 26 Oct 2019 17:24:48 +0200 Subject: [PATCH] MDL-64686 theme: align course search form for small screens sizes. --- course/templates/course_search_form.mustache | 2 +- theme/boost/scss/moodle/course.scss | 2 +- theme/boost/style/moodle.css | 2 +- theme/classic/style/moodle.css | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/course/templates/course_search_form.mustache b/course/templates/course_search_form.mustache index c2e729a4cab..359860a0515 100644 --- a/course/templates/course_search_form.mustache +++ b/course/templates/course_search_form.mustache @@ -17,7 +17,7 @@
- + {{#helpicon}} {{>core/help_icon}} diff --git a/theme/boost/scss/moodle/course.scss b/theme/boost/scss/moodle/course.scss index 50b2eefc384..2f372c2e92e 100644 --- a/theme/boost/scss/moodle/course.scss +++ b/theme/boost/scss/moodle/course.scss @@ -574,7 +574,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 cdb56b470df..66a71e16884 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -12103,7 +12103,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 d78b2e0b9f2..d9a58d3e04e 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -12346,7 +12346,7 @@ span.editinstructions { #coursesearch { margin-top: 1em; - text-align: center; } + text-align: left; } #page-course-pending .pendingcourserequests { margin-bottom: 1em; }