From ecd6b626eabb7000ef61e67c78983760bb2e7c81 Mon Sep 17 00:00:00 2001
From: Alejandro Gallardo Escobar <alex@artica.es>
Date: Thu, 8 Jan 2015 13:41:20 +0100
Subject: [PATCH] Improved the tree view styles

---
 pandora_console/include/styles/pandora.css | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index 85b0dcb385..2bd0142f67 100755
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -2860,8 +2860,7 @@ table#policy_modules td * {
 	background: 0 0;
 }
 .node-content {
-	padding: 3px;
-	height: 20px;
+	height: 25px;
 }
 
 .node-content:hover {
@@ -2873,7 +2872,7 @@ table#policy_modules td * {
 }
 
 .leaf-icon {
-	width: 20px;
+	width: 18px;
 	height: 20px;
 }