diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2023-10-15 21:07:46 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2023-10-15 21:07:46 +0100 |
commit | 247a962c39e4ade2d9fb0b280d400d82fd8db56d (patch) | |
tree | 9b9c771a7e7e29fdf44165f0a24b493c60f7b732 /static/style.css | |
parent | bbeeebb51fc9eb84cb976cb49ab2935f332f94ed (diff) | |
download | power.eda.gay-247a962c39e4ade2d9fb0b280d400d82fd8db56d.tar.gz power.eda.gay-247a962c39e4ade2d9fb0b280d400d82fd8db56d.zip |
Added plug usage table to web UI, with HTTP requests
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 27 |
1 files changed, 26 insertions, 1 deletions
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%; |