mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Changed visual to tree view
This commit is contained in:
parent
1a612ff3a8
commit
7cb8e9dd16
@ -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 {
|
||||
|
@ -126,6 +126,7 @@ else{
|
||||
|
||||
$table = new StdClass();
|
||||
$table->width = "100%";
|
||||
$table->class='databox filters';
|
||||
$table->data = array();
|
||||
$table->rowspan = array();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user