From 7cb8e9dd16c7140d9e4bc419434146e3487e8b44 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 14 Apr 2015 10:12:13 +0200 Subject: [PATCH] Changed visual to tree view --- pandora_console/include/styles/tree.css | 2 +- pandora_console/operation/tree.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/styles/tree.css b/pandora_console/include/styles/tree.css index e9eb0863bc..0e28a26f97 100644 --- a/pandora_console/include/styles/tree.css +++ b/pandora_console/include/styles/tree.css @@ -155,7 +155,7 @@ div.tree-table-cell.tree-table-cell-tree { div.tree-table-cell.tree-table-cell-detail { padding-left: 10px; - width: 350px; + width: 550px; } div.tree-element-detail-closed { diff --git a/pandora_console/operation/tree.php b/pandora_console/operation/tree.php index 12a69aed64..a26cf387bb 100755 --- a/pandora_console/operation/tree.php +++ b/pandora_console/operation/tree.php @@ -126,6 +126,7 @@ else{ $table = new StdClass(); $table->width = "100%"; +$table->class='databox filters'; $table->data = array(); $table->rowspan = array();