mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-64686-master' of git://github.com/lucaboesch/moodle
This commit is contained in:
commit
6304e6a380
@ -36,7 +36,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="q" type="text" size="{{inputsize}}" value="{{value}}" class="form-control">
|
||||
<input id="{{inputid}}" name="q" type="text" size="{{inputsize}}" value="{{value}}" class="form-control mb-1 mb-sm-0">
|
||||
<input name="areaids" type="hidden" value="{{areaids}}">
|
||||
<button class="btn btn-secondary" type="submit">{{#str}}go{{/str}}</button>
|
||||
{{#helpicon}}
|
||||
|
@ -564,7 +564,7 @@ span.editinstructions {
|
||||
|
||||
#coursesearch {
|
||||
margin-top: 1em;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
#page-course-pending .pendingcourserequests {
|
||||
|
@ -12921,7 +12921,7 @@ span.editinstructions {
|
||||
|
||||
#coursesearch {
|
||||
margin-top: 1em;
|
||||
text-align: center; }
|
||||
text-align: left; }
|
||||
|
||||
#page-course-pending .pendingcourserequests {
|
||||
margin-bottom: 1em; }
|
||||
|
@ -13134,7 +13134,7 @@ span.editinstructions {
|
||||
|
||||
#coursesearch {
|
||||
margin-top: 1em;
|
||||
text-align: center; }
|
||||
text-align: left; }
|
||||
|
||||
#page-course-pending .pendingcourserequests {
|
||||
margin-bottom: 1em; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user