frontend & backend update

This commit is contained in:
2023-01-16 21:47:23 +01:00
parent 1d6ff17994
commit 4cec531a25
51 changed files with 1010 additions and 571 deletions

View File

@@ -3,7 +3,7 @@
}
.data-table td, .data-table th {
padding: 2px;
padding: 5px;
vertical-align: middle;
}
@@ -11,10 +11,17 @@
background-color: #bbb;
}
.sortable {
cursor: pointer;
.data-table th > svg {
vertical-align: middle;
width: 18px;
height: 18px;
margin-right: 5px;
}
.center {
text-align: center;
}
.data-table-clickable {
cursor: pointer;
}