From 826dd6026a523aadd8ffba78245f70735b33fd3f Mon Sep 17 00:00:00 2001 From: Alejandro Gallardo Escobar Date: Wed, 17 Dec 2014 13:47:40 +0100 Subject: [PATCH] Improved the visual style --- pandora_console/include/styles/pandora.css | 5 +++++ pandora_console/operation/tree.php | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 34a899ba8f..e032158767 100755 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -2836,6 +2836,11 @@ table#policy_modules td * { } /* Tree view styles */ +.tree-root { + margin-top: 0px; + margin-bottom: 0px; +} + .tree-group { margin-left: 16px; padding-top: 4px; diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 3d1dec427a..4997e8e221 100755 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -692,9 +692,7 @@ ui_include_time_picker(); ui_require_jquery_file("ui.datepicker-" . get_user_language(), "include/javascript/i18n/"); ui_require_javascript_file("TreeController", "include/javascript/tree/"); -echo "
"; -//echo html_print_image ("images/pandora.ico.gif", true); -echo "
"; +echo "
"; ?>