css6: reduce tree space usage for new theme
The tree has also big space paddings/margins in the crisp theme, reduce this to a saner level.
This commit is contained in:
parent
7ace9f792f
commit
36bdf79986
@ -12,4 +12,14 @@
|
||||
color: #fff;
|
||||
padding: 4px;
|
||||
background-color: #3892d4;
|
||||
}
|
||||
}
|
||||
|
||||
/* reduce tree space */
|
||||
.x-grid-cell-inner-treecolumn { /* vertical padding */
|
||||
padding: 4px 0px;
|
||||
}
|
||||
|
||||
/* horizontal distance between parent and child leaf */
|
||||
.x-tree-elbow-img {
|
||||
width: 14px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user