Add notifications fade-out animation

This commit is contained in:
Frédéric Guillot
2014-05-03 11:59:20 -04:00
parent b10d4f51eb
commit 9531e439cd
2 changed files with 33 additions and 1 deletions

View File

@@ -43,7 +43,7 @@
</nav>
</header>
<section class="page">
<?= Helper\flash('<div class="alert alert-success">%s</div>') ?>
<?= Helper\flash('<div class="alert alert-success alert-fade-out">%s</div>') ?>
<?= Helper\flash_error('<div class="alert alert-error">%s</div>') ?>
<?= $content_for_layout ?>
</section>