Merge branch 'MDL-59936-int-fix-1' of github.com:ryanwyllie/moodle

This commit is contained in:
Jun Pataleta
2017-10-31 16:02:50 +13:00
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -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}}
+13
View File
@@ -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;
+1 -1
View File
@@ -48,7 +48,7 @@
<span aria-hidden="true">&times;</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">