From 247a962c39e4ade2d9fb0b280d400d82fd8db56d Mon Sep 17 00:00:00 2001 From: jwansek Date: Sun, 15 Oct 2023 21:07:46 +0100 Subject: Added plug usage table to web UI, with HTTP requests --- static/style.css | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 2bc7b32..56627aa 100644 --- a/static/style.css +++ b/static/style.css @@ -70,7 +70,7 @@ footer { list-style-type: none; width: 45%; display: inline-flex; - /* background-color: pink; */ + background-color: pink; min-height: 350px; margin-bottom: 7px; overflow: hidden; @@ -87,6 +87,31 @@ footer { flex-direction: row-reverse; } +#power_table { + width: 90%; +} + +#header_row { + background-color: black; +} + +#header_row td { + color: #f1f3f3; + font-weight: bold; +} + +#power_table tr { + margin-bottom: 3px; +} + +#last_updated_ul { + font-size: small; +} + +#sum_row { + background-color: gainsboro; +} + @media screen and (max-width: 1200px) { #multicharts ul li { width: 100%; -- cgit v1.2.3