replace css tree with an angular one, fix 100% cpu usage

This commit is contained in:
Athou
2013-04-10 13:12:01 +02:00
parent f442fb573a
commit 1fdfe54471
7 changed files with 34 additions and 142 deletions

View File

@@ -1,3 +1,7 @@
.pointer {
cursor: pointer;
}
.main .spinner {
display: inline-block;
margin-left: 11px;
@@ -43,6 +47,28 @@
white-space: nowrap;
}
.css-treeview .indent {
margin-left: 22px;
}
.css-treeview ul {
list-style: none;
margin-left: 0px;
}
.css-treeview .icon-fldr {
background: url("../images/tree_icons.png") no-repeat;
cursor: pointer;
}
.css-treeview .icon-fldr-open {
background-position: 0 -16px;
}
.css-treeview .icon-fldr-closed {
background-position: 0 -32px;
}
.css-treeview .error {
color: red;
font-style: italic;