diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-01 13:45:38 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-01 13:45:38 +0100 |
commit | 202b7e81982ce73ede96852ca69b0813bcd0de9d (patch) | |
tree | 9fd0a0405f8828941d6a9e5d84d0e1880c336815 /sass | |
parent | c6e30708281bbb5a4e2d2641330b74f223a48ef3 (diff) |
wagon view: improve diretion and exit direction display3.9.2
Diffstat (limited to 'sass')
-rw-r--r-- | sass/app.scss | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss index 26a1a56..9e30ed7 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -39,6 +39,7 @@ div.content { .copyright { margin-top: 1em; color: $fg3; + clear: both; } .wagonorder { @@ -161,6 +162,32 @@ div.content { content: "-"; } +.singlewagon { + .sign-left { + float: left; + padding-left: 5%; + } + .sign-right { + float: right; + padding-right: 5%; + } + .sign-center { + text-align: center; + } + .platform { + text-align: center; + background-color: $bg1; + font-weight: bold; + padding-top: 0.5em; + padding-bottom: 0.5em; + } + img.wagonfile { + width: 100%; + margin-top: 0.2em; + margin-bottom: 0.2em; + } +} + div.app { border-width:1px 2px; width:100%; |