MDL-59383 core_calendar: css fixes to summary modal body

This commit is contained in:
Simey Lameze
2017-07-12 18:56:14 +08:00
parent 0d38888e2a
commit f2e981e869
2 changed files with 2 additions and 2 deletions
@@ -26,7 +26,7 @@
"eventtype": "open",
}
}}
<div class="container">
<div>
<h4>{{#str}} when, core_calendar {{/str}}</h4>
{{#userdate}} {{timestart}}, {{#str}} strftimerecentfull {{/str}} {{/userdate}}
<br>
@@ -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 }}