From 0657a5f3c23bf6af1337d937ebdd63cbb1388f9d Mon Sep 17 00:00:00 2001 From: Ole Artz Date: Fri, 4 Aug 2017 14:22:38 +0200 Subject: [PATCH] DASH: /static/css/style.css --- python_suite/dashboard/static/css/style.css | 23 ++++++++++++++++ .../dashboard/views/pv_overview.jinja2 | 26 +------------------ 2 files changed, 24 insertions(+), 25 deletions(-) create mode 100644 python_suite/dashboard/static/css/style.css diff --git a/python_suite/dashboard/static/css/style.css b/python_suite/dashboard/static/css/style.css new file mode 100644 index 0000000..f02c8be --- /dev/null +++ b/python_suite/dashboard/static/css/style.css @@ -0,0 +1,23 @@ +#container{ + background-color: white; + width: 1200px; + margin-left: auto; + margin-right: auto; +} +.header img { + float: left; + width: 93px; + height: 120px; +} +.header h1 { + position: center; + left: 30px; + background-color: #0509fc; + color: white; +} +.Cooling table, th, td { + border: 1px solid black; +} +.Cooling table, th { + text-align: left; +} diff --git a/python_suite/dashboard/views/pv_overview.jinja2 b/python_suite/dashboard/views/pv_overview.jinja2 index 6236450..8bcdb40 100644 --- a/python_suite/dashboard/views/pv_overview.jinja2 +++ b/python_suite/dashboard/views/pv_overview.jinja2 @@ -2,31 +2,7 @@ PRESTO - OVERVIEW - + -- 2.43.0