Improved tree styles

This commit is contained in:
Alejandro Gallardo Escobar 2014-12-18 18:10:44 +01:00
parent a9eb533a9b
commit 90deab0e3b
1 changed files with 4 additions and 0 deletions
pandora_console/include/styles

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;