From 0ebac2c9fc9ff37e13ca3d0af2db07351d34348f Mon Sep 17 00:00:00 2001 From: root <root@librenmscentos.localdomain> Date: Wed, 5 Jun 2019 23:10:29 +0200 Subject: [PATCH] correct / Modifications mini graph style Update device/ports.inc.php about mini graph style (add css class -> custom/css) request librenms https://github.com/librenms/librenms/pull/10313 Add styles.css standard css class for modificaition of device/ports.inc.php https://github.com/librenms/librenms/pull/10314 --- html/css/custom/styles.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/html/css/custom/styles.css b/html/css/custom/styles.css index 7003abe..6fb0d0c 100644 --- a/html/css/custom/styles.css +++ b/html/css/custom/styles.css @@ -675,6 +675,37 @@ legend { box-shadow: 0 5px 15px rgba(0,0,0,.5); } +.overlib-text { + font-weight: bold; + font-size: 16px; + color:cyan ; +} + +.overlib-title { + color:cyan ; +} + +/* Mini graph */ + +.minigraph-image { + margin: 2px; +} + +.minigraph-div { + display: block; + padding: 3px; + margin: 3px; + min-width: 183px; + max-width:183px; + min-height:90px; + max-height:90px; + text-align: center; + float: left; + background-color: #333; + border:solid 1px; + border-color:#777; +} + /* FOOTER */ .panel-footer { -- GitLab