mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-69878 core_message: always show message drawer close icon
This commit is contained in:
parent
d330035f11
commit
35bd8622f7
12 changed files with 14 additions and 28 deletions
|
@ -36,8 +36,8 @@
|
|||
{{< core/drawer}}
|
||||
{{$drawercontent}}
|
||||
<div id="message-drawer-{{uniqid}}" class="message-app" data-region="message-drawer" role="region">
|
||||
<div class="closewidget bg-light border-bottom text-right">
|
||||
<a class="text-dark" data-action="closedrawer" href="#">
|
||||
<div class="closewidget text-right pr-2">
|
||||
<a class="text-dark btn-link" data-action="closedrawer" href="#">
|
||||
{{#pix}} i/window_close, core, {{#str}} closebuttontitle {{/str}} {{/pix}}
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
{}
|
||||
|
||||
}}
|
||||
<div class="hidden border-bottom px-2 py-3" aria-hidden="true" data-region="view-contacts">
|
||||
<div class="hidden border-bottom p-1 px-sm-2" aria-hidden="true" data-region="view-contacts">
|
||||
<div class="d-flex align-items-center">
|
||||
{{#isdrawer}}
|
||||
<div class="align-self-stretch">
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
}}
|
||||
|
||||
<div
|
||||
class="hidden bg-white position-relative border-bottom p-1 p-sm-2"
|
||||
class="hidden bg-white position-relative border-bottom p-1 px-sm-2"
|
||||
aria-hidden="true"
|
||||
data-region="view-conversation"
|
||||
>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
{}
|
||||
|
||||
}}
|
||||
<div class="border-bottom p-1 px-sm-2 py-sm-3" aria-hidden="false" {{^isdrawer}}data-in-panel="true"{{/isdrawer}} data-region="view-overview">
|
||||
<div class="border-bottom p-1 px-sm-2" aria-hidden="false" {{^isdrawer}}data-in-panel="true"{{/isdrawer}} data-region="view-overview">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="input-group simplesearchform">
|
||||
<input
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
}}
|
||||
|
||||
<div class="hidden border-bottom px-2 py-3 view-search" {{^isdrawer}}data-in-panel="true"{{/isdrawer}} aria-hidden="true" data-region="view-search">
|
||||
<div class="hidden border-bottom p-1 px-sm-2 view-search" {{^isdrawer}}data-in-panel="true"{{/isdrawer}} aria-hidden="true" data-region="view-search">
|
||||
<div class="d-flex align-items-center">
|
||||
<a
|
||||
class="mr-2 align-self-stretch d-flex align-items-center"
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
}}
|
||||
|
||||
<div class="hidden border-bottom px-2 py-3" aria-hidden="true" data-region="view-settings">
|
||||
<div class="hidden border-bottom p-1 px-sm-2 pb-sm-3" aria-hidden="true" data-region="view-settings">
|
||||
<div class="d-flex align-items-center">
|
||||
{{#isdrawer}}
|
||||
<div class="align-self-stretch" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue