mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-73469' of https://github.com/roland04/moodle
This commit is contained in:
commit
03956b86e0
3 changed files with 5 additions and 5 deletions
|
@ -39,7 +39,7 @@
|
|||
</label>
|
||||
<input id="reportbuilder-sidebar-search"
|
||||
type="text"
|
||||
class="form-control border-right-0"
|
||||
class="form-control rounded-left border-right-0"
|
||||
placeholder="{{#str}} search, core_search {{/str}}"
|
||||
aria-label="{{#str}} search, core_search {{/str}}"
|
||||
data-action="sidebar-search">
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<a href="#"
|
||||
title="{{title}}"
|
||||
role="button"
|
||||
class="list-group-item list-group-item-action d-flex align-items-start justify-content-between pr-2"
|
||||
class="list-group-item list-group-item-action d-flex align-items-start justify-content-between pr-2 bg-transparent"
|
||||
data-action="{{action}}"
|
||||
data-unique-identifier="{{identifier}}"
|
||||
data-name="{{name}}">
|
||||
|
@ -41,7 +41,7 @@
|
|||
{{/disabled}}
|
||||
{{#disabled}}
|
||||
<div title="{{title}}"
|
||||
class="list-group-item list-group-item-action d-flex align-items-start justify-content-between pr-2 text-muted" >
|
||||
class="list-group-item list-group-item-action d-flex align-items-start justify-content-between pr-2 bg-transparent text-muted" >
|
||||
{{{name}}}
|
||||
<span class="ml-auto ml-1 ">
|
||||
{{#pix}} i/info, core {{/pix}}
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
}}
|
||||
<div class="card reportbuilder-toggle-card mb-2">
|
||||
<div class="card-header p-0">
|
||||
<div class="d-flex align-items-center bg-light mb-0 p-1">
|
||||
<div class="d-flex align-items-center mb-0 p-1">
|
||||
<div class="ml-3">
|
||||
<span class="mr-1">{{$header}}{{/header}}</span> {{$helpicon}}{{/helpicon}}
|
||||
</div>
|
||||
<button class="btn toggle-card-button nomargin ml-auto {{$collapsed}}{{/collapsed}}"
|
||||
<button class="btn toggle-card-button ml-auto {{$collapsed}}{{/collapsed}}"
|
||||
data-toggle="collapse"
|
||||
data-target="#{{$id}}{{uniqid}}{{/id}}"
|
||||
aria-expanded="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue