Improved tree styles
This commit is contained in:
parent
99317c79e6
commit
36e6bd36f2
|
@ -2880,6 +2880,10 @@ table#policy_modules td * {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.node-content>img, .node-content>div {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.tree-node.leaf-open>.leaf-icon {
|
||||
background-image: url(../../images/tree/last_expanded.png);
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue