Minor UI cleanups add angle rights to menus that open new nav menus margin cleanups etc

This commit is contained in:
johnnyq
2022-05-14 19:54:16 -04:00
parent ff5f08a052
commit bf34a2403a
5 changed files with 27 additions and 26 deletions

View File

@@ -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>