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 @@

- +
+ +