mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 00:04:50 +00:00
UI Top Nav: Reposition Notification badge count and change color to warning
This commit is contained in:
@@ -42,8 +42,8 @@
|
|||||||
<?php if ($num_notifications > 0) { ?>
|
<?php if ($num_notifications > 0) { ?>
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a class="nav-link" data-toggle="dropdown" href="#">
|
<a class="nav-link" data-toggle="dropdown" href="#">
|
||||||
<i class="fa fa-bell mr-3"></i>
|
<i class="far fa-bell"></i>
|
||||||
<span class="badge badge-light badge-pill navbar-badge"><?php echo $num_notifications; ?></span>
|
<span class="badge badge-warning badge-pill navbar-badge position-absolute" style="top: 2px; right: 4px;"><?php echo $num_notifications; ?></span>
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-menu dropdown-menu-xlg dropdown-menu-right">
|
<div class="dropdown-menu dropdown-menu-xlg dropdown-menu-right">
|
||||||
<a href="notifications.php" class="dropdown-item dropdown-header">
|
<a href="notifications.php" class="dropdown-item dropdown-header">
|
||||||
|
|||||||
Reference in New Issue
Block a user