mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Minor UI cleanups add angle rights to menus that open new nav menus margin cleanups etc
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
<?php }else{ ?>
|
||||
|
||||
<h3 class="brand-text text-light"><?php echo $session_company_name; ?></h3>
|
||||
<h3 class="brand-text text-light my-2"><?php echo $session_company_name; ?></h3>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
@@ -180,6 +180,7 @@
|
||||
<a href="report_income_summary.php" class="nav-link <?php if(basename($_SERVER["PHP_SELF"]) == "report_income_summary.php") { echo "active"; } ?>">
|
||||
<i class="fas fa-chart-bar nav-icon"></i>
|
||||
<p>Reports</p>
|
||||
<i class="fas fa-angle-right nav-icon float-right"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
@@ -190,7 +191,8 @@
|
||||
<li class="nav-item mt-2">
|
||||
<a href="users.php" class="nav-link">
|
||||
<i class="nav-icon fas fa-cog"></i>
|
||||
<p>Settings</p>
|
||||
<p>Admin</p>
|
||||
<i class="fas fa-angle-right nav-icon float-right"></i>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user