From b30d1608447140988fe7ddc4f2dce76ca3fcf20e Mon Sep 17 00:00:00 2001 From: Hannes Klinckaert Date: Mon, 23 Sep 2019 15:05:18 +0200 Subject: [PATCH] added titles to the colums --- watcher/static/index.css | 14 +++++ watcher/templates/index.html | 116 ++++++++++++++++++++--------------- 2 files changed, 82 insertions(+), 48 deletions(-) diff --git a/watcher/static/index.css b/watcher/static/index.css index 273044f..8d0329c 100644 --- a/watcher/static/index.css +++ b/watcher/static/index.css @@ -1,6 +1,7 @@ body { overflow: hidden; background: #b6b6b5; + font-family: 'Roboto', sans-serif; } h1 { @@ -26,6 +27,18 @@ h1 { flex-direction: column; background: #e2e1e0; width: 30%; + position: relative; +} + +.card__title { + position: absolute; + bottom: 0; + right: 0; + color: darkslategrey; + font-size: 2.5rem; + font-weight: bolder; + padding: 10px; + text-transform: uppercase; } .item { @@ -41,3 +54,4 @@ h1 { align-items: center; justify-content: space-between; } + diff --git a/watcher/templates/index.html b/watcher/templates/index.html index 1e0219d..5c2c47b 100644 --- a/watcher/templates/index.html +++ b/watcher/templates/index.html @@ -1,55 +1,75 @@ + + + + + + - - - - - - - +
-
-
-
- 0 -
-
- -
-
- -
-
-
-
- 1 -
-
- Time: ... -
-
- -
-
+
+
+
+ 0 +
+
+ +
+
+ +
+
+
+
+ 1 +
+
+ Time: ... +
+
+ +
+
+
+ Links +
+
+
+
+
+ 1 +
+
+ total time +
+
+ max fase +
+
+
+ Runs +
+
+
+
live requests
+
+ Live Requests
-
-
-
- 1 -
-
- total time -
-
- max fase -
-
-
-
-
live requests
-
+
- - +