This commit is contained in:
jdl
2024-12-08 09:45:29 +01:00
parent 55a9bf9dc3
commit 03ff1aac80
60 changed files with 3165 additions and 2 deletions

22
hub/static/custom.css Normal file
View File

@@ -0,0 +1,22 @@
body {
max-width: 1920px;
}
.def-list tr td:first-child {
text-align:right;
width:1%;
white-space:nowrap;
}
input, textarea, select {
width:100%;
max-width:640px;
}
input[type='checkbox'] {
width:unset;
}
a {
text-decoration: none;
}