summaryrefslogtreecommitdiff
path: root/templates/layout.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-05-03 11:59:20 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-05-03 11:59:20 -0400
commit9531e439cd99fb7dbcfb039f422f1d1ba414ec30 (patch)
tree2238333c4c1a1a417caf9727d15e4c60f205c0ca /templates/layout.php
parentb10d4f51ebfb61e397a6a8783f3027b703deda8d (diff)
Add notifications fade-out animation
Diffstat (limited to 'templates/layout.php')
-rw-r--r--templates/layout.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.php b/templates/layout.php
index b57ac496..78d62d4e 100644
--- a/templates/layout.php
+++ b/templates/layout.php
@@ -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>