new static files.

Signed-off-by: rscnt <rascnt@gmail.com>
This commit is contained in:
rascencio 2015-06-08 23:26:27 -06:00
commit bb68c32ba5
772 changed files with 71557 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

View file

@ -0,0 +1,48 @@
.tree .tree-classic li.open {
background:url("minus.gif") 2px 5px no-repeat;
}
.tree .tree-classic li.closed {
background:url("plus.gif") 2px 5px no-repeat;
}
.tree .tree-classic #dragged li.open {
background:url("plus.gif") 2px 5px no-repeat;
}
.tree .tree-classic li.open a {
background-image:url("folderopen.gif");
}
.tree .tree-classic li.closed a {
background-image:url("folder.gif");
}
.tree .tree-classic li.leaf a {
background-image:url("folder.gif");
}
.tree .tree-classic li a {
-moz-border-radius:0;
}
.tree .tree-classic li a:hover {
background-color:white;
border-color:white;
}
.tree .tree-classic li a.clicked,
.tree .tree-classic li span.clicked {
background-color:navy;
border-color:navy;
color:white;
}
.rtl .tree-classic li.open {
background-position:right 5px;
margin-right:-3px;
padding-right:19px;
}
.rtl .tree-classic li.closed {
background-position:right 5px;
margin-right:-3px;
padding-right:19px;
}
.rtl .tree-classic #dragged li.open {
background-position: right 5px;
}