Updated some styles on the home page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
c86546af82
commit
e33b23d88e
@ -34,7 +34,10 @@ input[type="submit"].button-primary{
|
|||||||
}
|
}
|
||||||
|
|
||||||
.container.fluid{
|
.container.fluid{
|
||||||
|
width: calc(100% - 60px);
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
margin-left: 30px;
|
||||||
|
margin-right: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-bar{
|
#nav-bar{
|
||||||
|
@ -36,6 +36,9 @@ fi
|
|||||||
chown -R overseer:overseer /opt/overseer
|
chown -R overseer:overseer /opt/overseer
|
||||||
chown -R overseer:overseer /etc/overseer
|
chown -R overseer:overseer /etc/overseer
|
||||||
|
|
||||||
|
# Reload systemd unit files
|
||||||
|
systemctl daemon-reload
|
||||||
|
|
||||||
#DEBHELPER#
|
#DEBHELPER#
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<section class="row">
|
<section class="row">
|
||||||
<div class="columns six">
|
<div class="columns twelve">
|
||||||
<h3>Recently updated hardware:</h3>
|
<h3>Recently updated hardware:</h3>
|
||||||
<table class="u-full-width">
|
<table class="u-full-width">
|
||||||
<thead>
|
<thead>
|
||||||
@ -51,8 +51,10 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<div class="columns six">
|
<section class="row">
|
||||||
|
<div class="columns twelve">
|
||||||
<h3>Recently updated licenses:</h3>
|
<h3>Recently updated licenses:</h3>
|
||||||
<table class="u-full-width">
|
<table class="u-full-width">
|
||||||
<thead>
|
<thead>
|
||||||
|
Loading…
Reference in New Issue
Block a user