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

@@ -9,8 +9,7 @@
<ul class="nav nav-pills nav-sidebar flex-column" data-widget="treeview" role="menu" data-accordion="false">
<li class="nav-item">
<a href="clients.php" class="nav-link">
<i class="nav-icon fas fa-arrow-left"></i>
<p>Back</p> |
<i class="nav-icon fas fa-angle-left"></i>
<p><strong><?php echo $client_name; ?></strong></p>
</a>
</li>