tree view works. fixed dirty frame handling

This commit is contained in:
Doug Bell 2010-04-23 11:01:17 -05:00
parent 4cf3c9878f
commit 794c85c65a
2 changed files with 32 additions and 11 deletions

View file

@ -92,6 +92,11 @@
margin: 0; padding: 0;
}
.clickable {
cursor: pointer;
color: blue;
}
img.icon {
vertical-align: baseline;
}