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();