Center the logo, make the search look better, and the copyright a bit nicer.

This commit is contained in:
Herbert Wolverson 2024-07-23 15:18:37 -05:00
parent df455ddd93
commit c464bfe690

View File

@ -26,18 +26,18 @@
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav flex-column">
<!-- Logo -->
<li class="nav-item">
<li class="nav-item text-center">
<a class="nav-link" href="index.html">
<img class="lqos_logo" src="tinylogo.svg" alt="LibreQoS SVG Logo" width="48" height="48">
</a>
</li>
<!-- Search -->
<li>
<li class="text-center">
<form class="d-none d-sm-inline-block form-inline navbar-search">
<div class="input-group">
<input class="form-control border-0 small" type="text" placeholder="Search..." aria-label="Search" id="txtSearch">
<div class="input-group-append">
<button class="btn btn-primary" type="button" id="btnSearch">
<button class="btn btn-secondary btn-sm" type="button" id="btnSearch">
<i class="fas fa-search fa-sm"></i>
</button>
</div>
@ -165,8 +165,8 @@
</div>
</div>
<footer class="justify-content-center">
&copy; Copyright 2022-2024, LibreQoE LLC. Version <em>%%VERSION%%</em>.
<footer class="justify-content-center text-body-tertiary text-center mt-2">
LibreQoS %%VERSION%%. &copy; Copyright 2022-2024, LibreQoE LLC. All Rights Reserved.
</footer>
<script src="vendor/bootstrap.bundle.min.js"></script>