From b93e8ec913f64219d0eaf5d387ef0f06bea2e523 Mon Sep 17 00:00:00 2001
From: root <root@librenmscentos.localdomain>
Date: Thu, 6 Jun 2019 00:12:39 +0200
Subject: [PATCH] add class for common graph image (port, bit) and easyer
 change bg color

---
 html/css/custom/styles.css | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css
index 6fb0d0c..8712415 100644
--- a/html/css/custom/styles.css
+++ b/html/css/custom/styles.css
@@ -706,6 +706,19 @@ legend {
  border-color:#777;
 }
 
+/* graph general */
+
+.graph-all-common {
+  display: block; 
+  padding: 1px; 
+  margin: 2px;
+  min-height:180px; 
+  max-height:180px; 
+  text-align: center; 
+  float: left; 
+  background-color: #333;
+}
+
 /* FOOTER */
 
 .panel-footer {
-- 
GitLab