Merge branch 'MDL-59936-int-fix-1' of github.com:ryanwyllie/moodle
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<div class="modal-header {{$headerclasses}}{{headerclasses}}{{/headerclasses}}" data-region="header">
|
||||
<button type="button" class="close" data-action="hide" title="{{#str}} closebuttontitle {{/str}}"></button>
|
||||
{{$header}}
|
||||
<h3 id="{{uniqid}}-modal-title" data-region="title" tabindex="0">
|
||||
<h3 id="{{uniqid}}-modal-title" class="modal-title" data-region="title" tabindex="0">
|
||||
{{$title}}{{title}}{{/title}}
|
||||
</h3>
|
||||
{{/header}}
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
.modal-header {
|
||||
padding: 0;
|
||||
|
||||
.close {
|
||||
padding: $modal-title-padding;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.modal-title {
|
||||
padding: $modal-title-padding;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
& > .loading-icon {
|
||||
display: block;
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
{{$header}}
|
||||
<h4 id="{{uniqid}}-modal-title" data-region="title" tabindex="0">{{$title}}{{title}}{{/title}}</h4>
|
||||
<h4 id="{{uniqid}}-modal-title" class="modal-title" data-region="title" tabindex="0">{{$title}}{{title}}{{/title}}</h4>
|
||||
{{/header}}
|
||||
</div>
|
||||
<div class="modal-body" data-region="body">
|
||||
|
||||
Reference in New Issue
Block a user