From 0d2422ee2e74f95876316cd1e57562bdc2a33a40 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Mon, 12 Jan 2015 11:03:36 +0100 Subject: [PATCH] Minor visual changes --- pandora_console/include/styles/pandora.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 2bd0142f67..f433683b12 100755 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2860,7 +2860,7 @@ table#policy_modules td * { background: 0 0; } .node-content { - height: 25px; + height: 21px; } .node-content:hover { @@ -2927,7 +2927,7 @@ table#policy_modules td * { .tree-node>.node-content>img { max-height: 20px; - max-width: 20px; + /*max-width: 20px;*/ } .tree-node>.node-content>img.module-data, @@ -2936,7 +2936,10 @@ table#policy_modules td * { padding-right: 3px; } -.tree-node>.node-content>img.module-server-type { +.tree-node>.node-content>img.module-server-type, +.tree-node>.node-content>img.agent-status, +.tree-node>.node-content>img.agent-alerts-fired, +.tree-node>.node-content>img.module-status { padding-right: 3px; }