Skip to content

Commit 9caca15

Browse files
author
Kristan Kenney
committed
Update notification panel animation
1 parent d57e458 commit 9caca15

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

web/templates/admin/panel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
<!-- /.l-menu -->
2121
<div class="l-profile noselect">
2222
<div class="l-menu__item"><span class="pill usage"> <i class="fas fa-hdd"></i> <b><?=humanize_usage_size($panel[$user]['U_DISK'])?></b> <?=humanize_usage_measure($panel[$user]['U_DISK'])?> / <i class="fas fa-exchange-alt"></i> <b><?=humanize_usage_size($panel[$user]['U_BANDWIDTH'])?></b> <?=humanize_usage_measure($panel[$user]['U_BANDWIDTH'])?></span></div>
23-
<div class="l-menu__item"><a alt="<?=__('Notifications')?>" class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>"><i class="fas fa-bell <?if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " status-icon-orange"; ?>"></i></a></div>
23+
<div class="l-menu__item"><a alt="<?=__('Notifications')?>" class="l-profile__notifications <? if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " updates"; ?>"><i class="fas fa-bell <?if($panel[$user]['NOTIFICATIONS'] == 'yes') echo " animated extended swing status-icon-orange"; ?>"></i></a></div>
2424
<div class="l-menu__item"><a href="/edit/user/?user=<?php echo $user; ?>" alt="<?=$user?>"><i class="fas fa-user-circle"></i></a></div>
2525
<div class="l-menu__item"><a href="/logout/" alt="<?=__('Log out')?>"> <?=__('Log out')?>&nbsp;&nbsp;&nbsp;<i class="fas fa-sign-out-alt"></i></a></div>
2626
</div>
2727
<!-- /.l-profile -->
2828
</div>
2929
</div>
30-
<ul class="notification-container hidden animated slideInDown"></ul>
30+
<ul class="notification-container hidden animated fadeIn"></ul>
3131

3232
<!-- /.l-header -->
3333

web/templates/user/panel.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<!-- /.l-profile -->
2626
</div>
2727
</div>
28-
<ul class="notification-container hidden animated slideInDown"></ul>
28+
<ul class="notification-container hidden animated fadeIn"></ul>
2929

3030
<!-- /.l-header -->
3131

0 commit comments

Comments
 (0)