From c4b59d34db126a4d3471162ff34a04661ff41c99 Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 2 Feb 2021 15:58:31 +0000 Subject: added status page with timeouts --- static/style.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 952d3ca..7bc2190 100644 --- a/static/style.css +++ b/static/style.css @@ -82,6 +82,26 @@ nav a { background-color: white; } +article section table { + font-family: monospace; +} + +article section table td { + text-align: right; +} + +.running { + background-color: green; + padding: 1, 1, 1, 1; + margin: 0, 0, 2, 3; +} + +.notRunning { + background-color: red; + padding: 1, 1, 1, 1; + margin: 0, 0, 2, 3; +} + header img { max-height: 110px; } -- cgit v1.2.3