css: add subtree icon

This commit is contained in:
Thomas Gelf 2015-02-13 01:49:54 +01:00
parent 4dd3c66482
commit ce11a642a9

View file

@ -144,6 +144,16 @@ table.bp .icon {
margin-right: 0.4em;
}
table.bp.node.subtree td:before {
font-family: ifont;
z-index: 10;
font-size: 1.25em;
content: '\e80e';
position: absolute;
margin-left: 1.25em;
margin-top: 0.25em;
}
table.bp.node.service td:before {
font-family: ifont;
z-index: 10;