Improved the visual styles of the tree view

This commit is contained in:
Alejandro Gallardo Escobar 2014-12-18 12:38:11 +01:00
parent 7cf6c02a3f
commit c8765c8f5b
1 changed files with 13 additions and 0 deletions

View File

@ -2852,11 +2852,24 @@ table#policy_modules td * {
background-image: url(../../images/tree/branch.png);
background-position: 0px 0px;
background-repeat: repeat-y;
min-height: 26px;
}
.tree-last {
background: 0 0;
}
.node-content {
padding: 3px;
}
.node-content:hover {
background-color: #9AB8DF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.leaf-icon {
width: 20px;