Minor style fix

This commit is contained in:
Samuel Georges 2016-09-14 19:00:25 +10:00
parent 2659ae708f
commit cc09f6eb53
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
</div>
<script type="text/template" id="executeFailed">
<div class="modal-body p-t">
<div class="modal-body modal-no-header">
<div class="callout callout-danger no-icon">
<div class="header">
<h3><?= e(trans('system::lang.updates.update_failed_label')) ?></h3>
@ -55,7 +55,7 @@
<?php else: ?>
<div class="modal-body">
<div class="modal-body modal-no-header">
<p class="flash-message static error"><?= e(trans($this->fatalError)) ?></p>
</div>
<div class="modal-footer">