Update callout styles

This commit is contained in:
Sam Georges 2014-05-21 16:48:02 +10:00
parent 25fefb6ec8
commit aa0332260a
1 changed files with 4 additions and 2 deletions

View File

@ -25,8 +25,10 @@
<script type="text/template" id="executeFailed">
<div class="modal-body">
<div class="callout callout-danger">
<h4><?= e(trans('system::lang.updates.update_failed_label')) ?></h4>
<p>{{ reason }}</p>
<div class="header">
<h3><?= e(trans('system::lang.updates.update_failed_label')) ?></h3>
<p>{{ reason }}</p>
</div>
</div>
</div>
<div class="modal-footer">