play with tree view

This commit is contained in:
Dmitriy Zaporozhets 2011-12-20 08:59:14 +02:00
parent 6bdcaccb46
commit 3d4f524dcb
4 changed files with 18 additions and 5 deletions

View file

@ -647,3 +647,10 @@ h4.middle-panel {
border-radius:3px;
float:left;
}
body.project-page h2.icon.loading {
span {
background-position: 0px 0px;
background: url("ajax-loader-tree.gif") no-repeat;
}
}