IDEMPIERE-5986 : Tree items w/o parent must be aligned like with parents (#2182)

This commit is contained in:
Zuhri Utama 2024-01-16 14:14:18 +07:00 committed by Carlos Ruiz
parent 17b012c376
commit ffd5e75d82
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@
.tree-moveitem-btn.pressed { .tree-moveitem-btn.pressed {
box-shadow: inset 0 0 0 1px #efefef,inset 0 3px 15px #9f9f9f; box-shadow: inset 0 0 0 1px #efefef,inset 0 3px 15px #9f9f9f;
} }
.z-treerow > .z-treecell > .z-treecell-content > .z-tree-line.z-tree-spacer:first-child {
width:0px;
}
.z-treerow > .z-treecell > .z-treecell-content > .z-tree-line.z-tree-spacer + .z-tree-icon { .z-treerow > .z-treecell > .z-treecell-content > .z-tree-line.z-tree-spacer + .z-tree-icon {
width: 30px; width: 30px;
} }