From 6804506e848ff4edd150ba25db03c96bf5c2454f Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Fri, 11 Jan 2019 13:25:25 +1100 Subject: [PATCH] Add bottom info bar --- virtual_metro/templates/index.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/virtual_metro/templates/index.html b/virtual_metro/templates/index.html index 30baf97..c2733f2 100644 --- a/virtual_metro/templates/index.html +++ b/virtual_metro/templates/index.html @@ -10,13 +10,20 @@ max-width: 100vw; max-height: 100vh; } - #topbar { + #topbar, #botbar { position: absolute; - left: 0; - top: 0; z-index: 999; font-size: small; } + #topbar { + left: 0; + top: 0; + } + #botbar { + right: 0; + bottom: 0; + text-align: right; + } body, html { color: #ccc; background-color: black; @@ -31,6 +38,7 @@
Stop ? [change] Platform ? [change] Style ? [change: 1, 2]
+
AGPLv3 ยท Source Code