web: placed pikvm logo on login page

This commit is contained in:
Maxim Devaev
2025-02-09 20:32:38 +02:00
parent 75a4aa0736
commit 302e7c2877
3 changed files with 26 additions and 6 deletions

View File

@@ -42,6 +42,14 @@ div#login {
padding: 15px;
}
img#login-logo {
height: 30px;
}
button#login-button {
width: 100%;
}
input[type="text"]#user-input,
input[type="password"]#passwd-input,
input[type="text"]#code-input {