MDL-59383 core_calendar: css fixes to summary modal body

This commit is contained in:
Simey Lameze 2017-07-12 11:39:04 +08:00
parent afabbd110e
commit 6133141798
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
"eventtype": "open",
}
}}
<div class="container">
<div>
<h4>{{#str}} when, core_calendar {{/str}}</h4>
{{#userdate}} {{timestart}}, {{#str}} strftimerecentfull {{/str}} {{/userdate}}
<br>

View File

@ -26,7 +26,7 @@
}}
{{< core/modal }}
{{$footer}}
<button type="button" class="btn btn-secondary pull-xs-left" data-action="delete">{{#str}} delete {{/str}}</button>
<button type="button" class="btn btn-secondary" data-action="delete">{{#str}} delete {{/str}}</button>
<button type="button" class="btn btn-primary" data-action="edit">{{#str}} edit {{/str}}</button>
{{/footer}}
{{/ core/modal }}