improved brake time learning, added time table to routes

This commit is contained in:
Stephan Richter
2020-11-28 16:46:34 +01:00
parent ba2be67f8f
commit df529aaba4
6 changed files with 60 additions and 23 deletions

View File

@@ -286,4 +286,20 @@ fieldset.notes{
}
fieldset.notes textarea{
min-width: 100%;
}
table.brake-times{
border-collapse: collapse;
}
table.brake-times tr > *{
border-style: solid;
border-color: black;
border-width: 0 1px;
text-align: center;
padding: 2px 5px;
}
table.brake-times th{
border-width: 0 1px 1px;
}