Merge branch 'MDL-64686-37' of git://github.com/lucaboesch/moodle into MOODLE_37_STABLE
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<form action="{{searchurl}}" id="{{id}}" method="get" class="form-inline">
|
||||
<fieldset class="coursesearchbox invisiblefieldset">
|
||||
<label for="{{inputid}}">{{#str}}searchcourses{{/str}}</label>
|
||||
<input id="{{inputid}}" name="search" type="text" size="{{inputsize}}" value="{{value}}" class="form-control">
|
||||
<input id="{{inputid}}" name="search" type="text" size="{{inputsize}}" value="{{value}}" class="form-control mb-1 mb-sm-0">
|
||||
<button class="btn btn-secondary" type="submit">{{#str}}go{{/str}}</button>
|
||||
{{#helpicon}}
|
||||
{{>core/help_icon}}
|
||||
|
||||
@@ -574,7 +574,7 @@ span.editinstructions {
|
||||
|
||||
#coursesearch {
|
||||
margin-top: 1em;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#page-course-pending .pendingcourserequests {
|
||||
|
||||
@@ -12103,7 +12103,7 @@ span.editinstructions {
|
||||
|
||||
#coursesearch {
|
||||
margin-top: 1em;
|
||||
text-align: center; }
|
||||
text-align: left; }
|
||||
|
||||
#page-course-pending .pendingcourserequests {
|
||||
margin-bottom: 1em; }
|
||||
|
||||
@@ -12346,7 +12346,7 @@ span.editinstructions {
|
||||
|
||||
#coursesearch {
|
||||
margin-top: 1em;
|
||||
text-align: center; }
|
||||
text-align: left; }
|
||||
|
||||
#page-course-pending .pendingcourserequests {
|
||||
margin-bottom: 1em; }
|
||||
|
||||
Reference in New Issue
Block a user