From 18c062364963226c8b4ab7a53eecef4c7832e6a2 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 24 Mar 2023 15:42:05 +0100 Subject: [PATCH] Apply misc styles from insiders --- app/css/all.css | 15 +++++++++++++++ templates/dashboard.php | 4 +++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/app/css/all.css b/app/css/all.css index d868741f..0278d889 100644 --- a/app/css/all.css +++ b/app/css/all.css @@ -132,6 +132,11 @@ canvas#divDBChartBandwidthhourly { width: 200px; } +.dbChart { + display: flex; + height: 80%; +} + .table { margin-bottom: 0rem; } @@ -209,3 +214,13 @@ button.btn.btn-light.js-toggle-password { .signal-icon.strong .signal-bar:nth-child(3) { opacity: 100%; } +.gs-edit { + border: 1px dashed #ccc; + background-color: #f1faee; + border-radius: 4px; +} + +figcaption.figure-caption a { + color: #858796; +} + diff --git a/templates/dashboard.php b/templates/dashboard.php index 597dc6b5..3b727517 100755 --- a/templates/dashboard.php +++ b/templates/dashboard.php @@ -24,7 +24,9 @@

- +
+ +