Modified the style of the icons of the tree items

This commit is contained in:
Alejandro Gallardo Escobar 2015-01-02 12:36:36 +01:00
parent aa2ac75a32
commit 5da9fd8210

View File

@ -2925,6 +2925,11 @@ table#policy_modules td * {
background-repeat: no-repeat;
}
.tree-node>.node-content>img {
max-height: 20px;
max-width: 20px;
}
.tree-node-counters, .tree-node-counter {
display: inline;
}