1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

ID improvements + console feed + ui changes

This commit is contained in:
NoobishSVK
2024-02-06 22:22:06 +01:00
parent e7f31fbc40
commit 7c4912a12d
10 changed files with 126 additions and 20 deletions

View File

@@ -64,6 +64,10 @@ label {
display: none;
}
#data-station-name {
font-size: 20px;
}
.form-group {
float: left;
margin-bottom: 10px;
@@ -71,7 +75,7 @@ label {
margin-right: 5px;
}
#settings, #back-btn {
#settings, #back-btn, #users-online-container {
background: transparent;
border: 0;
color: white;
@@ -88,10 +92,14 @@ label {
cursor: pointer;
}
#settings:hover, #back-btn:hover {
#settings:hover, #back-btn:hover, #users-online-container:hover {
background: var(--color-3);
}
#users-online-container {
top: 80px;
}
#back-btn {
left: 15px;
right: auto;
@@ -115,6 +123,10 @@ label {
display: none;
}
#login-form {
padding: 5px;
}
.checkbox input[type="checkbox"] {
padding: 0;
height: initial;