improved brake time learning, added time table to routes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user