preparing wait times for use in blocks

This commit is contained in:
Stephan Richter
2020-11-09 23:31:15 +01:00
parent 2b03c08fa1
commit b2076dda99
6 changed files with 159 additions and 5 deletions

View File

@@ -251,3 +251,12 @@ svg.disabled rect{
stroke-width:5;
stroke: red;
}
#train-wait-form input{
text-align: right;
width: 100px;
}
#train-wait-form td{
text-align: right;
}