This commit is contained in:
Artem Anufrij
2023-02-08 12:37:55 +01:00
commit 3af8005786
152 changed files with 37333 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#profileBody {
display: flex;
flex-direction: column;
}
#profileBody #newUserPass {
display: flex;
flex-direction: column;
}
#profileBody input[type="text"],
#profileBody input[type="password"] {
display: block;
margin: 0;
}

View File

@@ -0,0 +1,30 @@
#newRadio {
display: flex;
}
#radiosBody th {
text-align: left;
padding: 2px;
}
#radiosBody th.maxWidth {
width: 99%;
}
#radiosBody td {
white-space: nowrap;
padding: 2px;
}
#radiosBody table button {
opacity: 0.25;
}
#radiosBody table button:hover {
opacity: 1;
}
#radiosBody .radioCover {
width: 32px;
height: 32px;
cursor: pointer;
}
#radiosBody input[type="file"] {
position: absolute;
top: -500px;
z-index: -1;
}

View File

@@ -0,0 +1,4 @@
#settingsBody th,
#settingsBody td {
padding: 2px;
}