implemented cockpit with large buttons for locos and trains

This commit is contained in:
Stephan Richter
2020-11-19 17:35:57 +01:00
parent aa88d84536
commit 6f5b2f677c
7 changed files with 118 additions and 59 deletions

View File

@@ -270,4 +270,13 @@ svg.disabled rect{
#train-wait-form td{
text-align: right;
}
.cockpit button{
padding: 15px;
font-weight: bold;
}
.cockpit .stop{
min-width: 150px;
}