aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2021-02-02 15:58:31 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2021-02-02 15:58:31 +0000
commitc4b59d34db126a4d3471162ff34a04661ff41c99 (patch)
tree5c5182eb6e370c51995c737a84a3285e3241db48 /static
parent1dac1ee189bdcf70a5dd933d5f6a69a15d5a8d7e (diff)
downloadeda.gay-c4b59d34db126a4d3471162ff34a04661ff41c99.tar.gz
eda.gay-c4b59d34db126a4d3471162ff34a04661ff41c99.zip
added status page with timeouts
Diffstat (limited to 'static')
-rw-r--r--static/style.css20
1 files changed, 20 insertions, 0 deletions
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;
}