mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Center the logo, make the search look better, and the copyright a bit nicer.
This commit is contained in:
parent
df455ddd93
commit
c464bfe690
@ -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">
|
||||
© Copyright 2022-2024, LibreQoE LLC. Version <em>%%VERSION%%</em>.
|
||||
<footer class="justify-content-center text-body-tertiary text-center mt-2">
|
||||
LibreQoS %%VERSION%%. © Copyright 2022-2024, LibreQoE LLC. All Rights Reserved.
|
||||
</footer>
|
||||
|
||||
<script src="vendor/bootstrap.bundle.min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user