From 5da9fd821063f0572deef0d25f94b183c5913fa6 Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Fri, 2 Jan 2015 12:36:36 +0100 Subject: [PATCH] Modified the style of the icons of the tree items --- pandora_console/include/styles/pandora.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 9a7f70606b..7115a4b897 100755 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2925,6 +2925,11 @@ table#policy_modules td * { background-repeat: no-repeat; } +.tree-node>.node-content>img { + max-height: 20px; + max-width: 20px; +} + .tree-node-counters, .tree-node-counter { display: inline; }