added device table

This commit is contained in:
Stephan Richter
2020-11-29 20:23:12 +01:00
parent 1df8bfb822
commit e61891da43
8 changed files with 51 additions and 1 deletions

View File

@@ -288,6 +288,7 @@ fieldset.notes textarea{
min-width: 100%;
}
table.turnouts,
table.brake-times{
border-collapse: collapse;
}
@@ -302,4 +303,10 @@ table.brake-times tr > *{
table.brake-times th{
border-width: 0 1px 1px;
}
.turnouts .group > *{
border-color: black;
border-style: solid;
border-width: 1px 0 0;
}