From 732d8a15f07162168c485ebac3dca7be40a29f28 Mon Sep 17 00:00:00 2001 From: Florian Hartwich Date: Sat, 14 Oct 2017 18:43:00 +0200 Subject: [PATCH] Add version label to menu bar --- static/src/app/app.component.css | 9 +++++++++ static/src/app/app.component.html | 1 + static/src/app/app.component.ts | 6 +++++- 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/static/src/app/app.component.css b/static/src/app/app.component.css index 73039f4..2a8381f 100644 --- a/static/src/app/app.component.css +++ b/static/src/app/app.component.css @@ -29,6 +29,15 @@ li { overflow-x: hidden; } +.version-label { + display:block; + position: fixed; + top: 32px; + left: 106px; + font-size: 12px; + color: #7e7d64; +} + .unprocessed { -webkit-animation-name: color-blink; /* Safari 4.0 - 8.0 */ -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */ diff --git a/static/src/app/app.component.html b/static/src/app/app.component.html index bb60e51..c3cc9d9 100644 --- a/static/src/app/app.component.html +++ b/static/src/app/app.component.html @@ -11,6 +11,7 @@ + {{version}}