Merge branch 'MDL-64143-master' of https://github.com/ryanwyllie/moodle

This commit is contained in:
Sara Arjona 2019-01-30 09:22:23 +01:00
commit f0919712ba
4 changed files with 9 additions and 2 deletions

View file

@ -60,7 +60,7 @@
{{#showonlinestatus}} {{#showonlinestatus}}
<span class="contact-status {{#isonline}}online{{/isonline}}"></span> <span class="contact-status {{#isonline}}online{{/isonline}}"></span>
{{/showonlinestatus}} {{/showonlinestatus}}
<h6 class="ml-2" data-region="searchable">{{fullname}}</h6> <h6 class="ml-2 font-weight-bold" data-region="searchable">{{fullname}}</h6>
<div <div
class="ml-auto align-self-end {{^isblocked}}hidden{{/isblocked}}" class="ml-auto align-self-end {{^isblocked}}hidden{{/isblocked}}"
data-region="block-icon-container" data-region="block-icon-container"

View file

@ -55,7 +55,7 @@
aria-hidden="true" aria-hidden="true"
style="height: 38px" style="height: 38px"
> >
<h6 class="ml-2" data-region="searchable">{{fullname}}</h6> <h6 class="ml-2 font-weight-bold" data-region="searchable">{{fullname}}</h6>
{{#isblocked}} {{#isblocked}}
<div class="ml-auto align-self-end"> <div class="ml-auto align-self-end">
{{#pix}} t/block, core, {{#str}} contactblocked, message {{/str}} {{/pix}} {{#pix}} t/block, core, {{#str}} contactblocked, message {{/str}} {{/pix}}

View file

@ -647,3 +647,7 @@
display: none; display: none;
} }
} }
.font-weight-bold {
font-weight: 700 !important;
}

View file

@ -22394,3 +22394,6 @@ ul.indented-list {
.dir-ltr .dir-ltr-hide { .dir-ltr .dir-ltr-hide {
display: none; display: none;
} }
.font-weight-bold {
font-weight: 700 !important;
}