Add logo on login page

This commit is contained in:
Christoph Hagen 2021-12-21 14:53:34 +01:00
parent 7de2352c61
commit 8329b9c8b5
2 changed files with 9 additions and 1 deletions

View File

@ -76,6 +76,7 @@
<div id="login-window">
<div id="login-window-vertical-center">
<div id="login-window-inner">
<div id="sheephead-logo">\_______/<br> \ - - / <br> \ | / <br> \_/ <br><br>Sheephead</div>
<label for="usrname">Username</label>
<input type="text" id="user-name" name="usrname" required>

View File

@ -87,6 +87,13 @@ body {
padding: 10px;
}
#sheephead-logo {
color: rgb(0, 255, 0);
font-family: monospace, monospace;
white-space: pre;
text-align: center;
}
.login-buttons {
width: 100%;
margin-top: 5px;
@ -197,7 +204,7 @@ body {
height: 34px;
}
#table-connected-label {
#table-name-label {
grid-column: 2;
width: 140px;
}