Improved tree styles

This commit is contained in:
Alejandro Gallardo Escobar 2014-12-18 18:10:44 +01:00
parent 99317c79e6
commit 36e6bd36f2
1 changed files with 4 additions and 0 deletions

View File

@ -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;