Make relays table more compact with two rows per entry

This commit is contained in:
2022-08-18 07:20:30 +01:00
parent 65fddc5fe9
commit 9d125de999
2 changed files with 105 additions and 65 deletions

View File

@@ -90,6 +90,9 @@
height: 20em;
overflow: auto;
}
table.relays-table tr:nth-of-type(2n) td {
border-bottom: 3px solid grey;
}
/* @media screen and (min-width: 500px) {
.datetimepicker-wrapper {