From 5f0e2b3f110e7db48ee8ddccebf37b21c4f07774 Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 3 Feb 2020 09:34:17 +0000 Subject: [PATCH] Added .chart-container --- app/css/custom.css | 8 ++++++++ app/css/hackernews.css | 11 +++++++++++ app/css/terminal.css | 12 ++++++++++++ 3 files changed, 31 insertions(+) diff --git a/app/css/custom.css b/app/css/custom.css index 7321b402..3d5d22d6 100644 --- a/app/css/custom.css +++ b/app/css/custom.css @@ -205,3 +205,11 @@ canvas#divDBChartBandwidthhourly { height: 350px!important; } +.chart-container { + height: 150px; + width: 200px; +} + +.table { + margin-bottom: 0rem; +} diff --git a/app/css/hackernews.css b/app/css/hackernews.css index d5f7ae63..33a7a9cb 100644 --- a/app/css/hackernews.css +++ b/app/css/hackernews.css @@ -215,3 +215,14 @@ pre.unstyled { font-size: 0.9rem!important; } +canvas#divDBChartBandwidthhourly { + height: 350px!important; +} + +.chart-container { + height: 150px; + width: 200px; +} +.table { + margin-bottom: 0rem; +} diff --git a/app/css/terminal.css b/app/css/terminal.css index 3ac3a1fb..f1413c66 100644 --- a/app/css/terminal.css +++ b/app/css/terminal.css @@ -394,3 +394,15 @@ pre { font-size: 0.9rem!important; } +canvas#divDBChartBandwidthhourly { + height: 350px!important; +} + +.chart-container { + height: 150px; + width: 200px; +} + +.table { + margin-bottom: 0rem; +}