From b070290bfd7999b43a094fcaaf9feb32a0d870cd Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 23 Dec 2019 16:57:25 +0100 Subject: wagon order: distinguish between requested train and wings, show dest sections --- public/static/css/app.css | 8 ++++++++ public/static/css/material-icons.css | 8 ++++---- public/static/v20 | 1 - public/static/v22 | 1 + 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 120000 public/static/v20 create mode 120000 public/static/v22 (limited to 'public') diff --git a/public/static/css/app.css b/public/static/css/app.css index ef2b2e9..cb7e0da 100644 --- a/public/static/css/app.css +++ b/public/static/css/app.css @@ -55,6 +55,10 @@ div.content { border-top: none; } +.wagonorder .wagon .material-icons { + color: #666666; +} + .wagonorder .wagon .direction { position: absolute; left: 0.2em; @@ -64,6 +68,10 @@ div.content { color: #666666; } +.wagonorder .nondestwagon { + border-style: dashed; +} + .wagonorder .details { position: absolute; padding-top: 0.5ex; diff --git a/public/static/css/material-icons.css b/public/static/css/material-icons.css index be41671..3eb6a34 100644 --- a/public/static/css/material-icons.css +++ b/public/static/css/material-icons.css @@ -2,12 +2,12 @@ font-family: 'Material Icons'; font-style: normal; font-weight: 400; - src: url(/static/v21/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ + src: url(/static/v22/fonts/MaterialIcons-Regular.eot); /* For IE6-8 */ src: local('Material Icons'), local('MaterialIcons-Regular'), - url(/static/v21/fonts/MaterialIcons-Regular.woff2) format('woff2'), - url(/static/v21/fonts/MaterialIcons-Regular.woff) format('woff'), - url(/static/v21/fonts/MaterialIcons-Regular.ttf) format('truetype'); + url(/static/v22/fonts/MaterialIcons-Regular.woff2) format('woff2'), + url(/static/v22/fonts/MaterialIcons-Regular.woff) format('woff'), + url(/static/v22/fonts/MaterialIcons-Regular.ttf) format('truetype'); } .material-icons { diff --git a/public/static/v20 b/public/static/v20 deleted file mode 120000 index 945c9b4..0000000 --- a/public/static/v20 +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file diff --git a/public/static/v22 b/public/static/v22 new file mode 120000 index 0000000..945c9b4 --- /dev/null +++ b/public/static/v22 @@ -0,0 +1 @@ +. \ No newline at end of file -- cgit v1.2.3