css: style "studio" tree

This commit is contained in:
Thomas Gelf 2015-09-30 08:52:20 +02:00
parent 346eb597ee
commit 310f4ef499
1 changed files with 14 additions and 0 deletions

View File

@ -367,4 +367,18 @@ div.diff {
display: none;
}
.tree li a {
display: inline-block;
padding-left: 2.4em;
line-height: 2em;
text-decoration: none;
color: #777;
outline: 0;
background-repeat: no-repeat;
background-position: 0.8em 0.4em;
}
.tree a.root { background-image: url('../img/director/globe.png'); }
.tree a.abstract { background-image: url('../img/director/tree.png'); }
.tree a.object { background-image: url('../img/director/leaf.gif'); }