Remove unused images (#22)
Before Width: | Height: | Size: 685 B |
Before Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 655 B |
Before Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 668 B |
Before Width: | Height: | Size: 666 B |
Before Width: | Height: | Size: 733 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 615 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 93 B |
Before Width: | Height: | Size: 251 B |
Before Width: | Height: | Size: 235 B |
Before Width: | Height: | Size: 4.7 KiB |
@ -1,230 +0,0 @@ |
||||
body |
||||
{ |
||||
font: normal 12px arial, tahoma, helvetica, sans-serif; |
||||
margin:0; |
||||
padding:5px; |
||||
} |
||||
.simpleTree |
||||
{ |
||||
overflow:auto; |
||||
margin:0; |
||||
padding:0; |
||||
/* |
||||
* width: 250px; |
||||
* height:350px; |
||||
* overflow:auto; |
||||
* border: 1px solid #444444; |
||||
* */ |
||||
} |
||||
.simpleTree li |
||||
{ |
||||
list-style: none; |
||||
margin:0; |
||||
padding:0 0 0 34px; |
||||
line-height: 14px; |
||||
} |
||||
.simpleTree li span |
||||
{ |
||||
display:inline; |
||||
clear: left; |
||||
white-space: nowrap; |
||||
} |
||||
.simpleTree ul |
||||
{ |
||||
margin:0; |
||||
padding:0; |
||||
} |
||||
.simpleTree .root |
||||
{ |
||||
margin-left:-16px; |
||||
background: url(root.gif) no-repeat 16px 0 #ffffff; |
||||
} |
||||
.simpleTree .line |
||||
{ |
||||
margin:0 0 0 -16px; |
||||
padding:0; |
||||
line-height: 3px; |
||||
height:3px; |
||||
font-size:3px; |
||||
background: url(line_bg.gif) 0 0 no-repeat transparent; |
||||
} |
||||
.simpleTree .line-last |
||||
{ |
||||
margin:0 0 0 -16px; |
||||
padding:0; |
||||
line-height: 3px; |
||||
height:3px; |
||||
font-size:3px; |
||||
background: url(spacer.gif) 0 0 no-repeat transparent; |
||||
} |
||||
.simpleTree .line-over |
||||
{ |
||||
margin:0 0 0 -16px; |
||||
padding:0; |
||||
line-height: 3px; |
||||
height:3px; |
||||
font-size:3px; |
||||
background: url(line_bg_over.gif) 0 0 no-repeat transparent; |
||||
} |
||||
.simpleTree .line-over-last |
||||
{ |
||||
margin:0 0 0 -16px; |
||||
padding:0; |
||||
line-height: 3px; |
||||
height:3px; |
||||
font-size:3px; |
||||
background: url(line_bg_over_last.gif) 0 0 no-repeat transparent; |
||||
} |
||||
.simpleTree .folder-open |
||||
{ |
||||
margin-left:-16px; |
||||
background: url(collapsable.gif) 0 -2px no-repeat #fff; |
||||
} |
||||
.simpleTree .folder-open-last |
||||
{ |
||||
margin-left:-16px; |
||||
background: url(collapsable-last.gif) 0 -2px no-repeat #fff; |
||||
} |
||||
.simpleTree .folder-close |
||||
{ |
||||
margin-left:-16px; |
||||
background: url(expandable.gif) 0 -2px no-repeat #fff; |
||||
} |
||||
.simpleTree .folder-close-last |
||||
{ |
||||
margin-left:-16px; |
||||
background: url(expandable-last.gif) 0 -2px no-repeat #fff; |
||||
} |
||||
.simpleTree .doc |
||||
{ |
||||
margin-left:-16px; |
||||
background: url(leaf.gif) 0 -1px no-repeat #fff; |
||||
} |
||||
.simpleTree .doc-last |
||||
{ |
||||
margin-left:-16px; |
||||
background: url(leaf-last.gif) 0 -1px no-repeat #fff; |
||||
} |
||||
.simpleTree .ajax |
||||
{ |
||||
background: url(spinner.gif) no-repeat 0 0 #ffffff; |
||||
height: 16px; |
||||
display:none; |
||||
} |
||||
.simpleTree .ajax li |
||||
{ |
||||
display:none; |
||||
margin:0; |
||||
padding:0; |
||||
} |
||||
.simpleTree .trigger |
||||
{ |
||||
display:inline; |
||||
margin-left:-32px; |
||||
width: 28px; |
||||
height: 11px; |
||||
cursor:pointer; |
||||
} |
||||
.simpleTree .text |
||||
{ |
||||
cursor: default; |
||||
} |
||||
.simpleTree .active |
||||
{ |
||||
cursor: default; |
||||
background-color:#F7BE77; |
||||
padding:0px 2px; |
||||
border: 1px dashed #444; |
||||
} |
||||
#drag_container |
||||
{ |
||||
background:#ffffff; |
||||
color:#000; |
||||
font: normal 11px arial, tahoma, helvetica, sans-serif; |
||||
border: 1px dashed #767676; |
||||
} |
||||
#drag_container ul |
||||
{ |
||||
list-style: none; |
||||
padding:0; |
||||
margin:0; |
||||
} |
||||
|
||||
#drag_container li |
||||
{ |
||||
list-style: none; |
||||
background-color:#ffffff; |
||||
line-height:18px; |
||||
white-space: nowrap; |
||||
padding:1px 1px 0px 16px; |
||||
margin:0; |
||||
} |
||||
#drag_container li span |
||||
{ |
||||
padding:0; |
||||
} |
||||
|
||||
#drag_container li.doc, #drag_container li.doc-last |
||||
{ |
||||
background: url(leaf.gif) no-repeat -17px 0 #ffffff; |
||||
} |
||||
#drag_container .folder-close, #drag_container .folder-close-last |
||||
{ |
||||
background: url(expandable.gif) no-repeat -17px 0 #ffffff; |
||||
} |
||||
|
||||
#drag_container .folder-open, #drag_container .folder-open-last |
||||
{ |
||||
background: url(collapsable.gif) no-repeat -17px 0 #ffffff; |
||||
} |
||||
|
||||
.content |
||||
{ |
||||
display: block; |
||||
} |
||||
.hidden |
||||
{ |
||||
display: none; |
||||
} |
||||
/* xSplitter Styles */ |
||||
.clsSplitter |
||||
{ |
||||
position: absolute; |
||||
overflow: hidden; |
||||
visibility: hidden; |
||||
margin: 0; |
||||
padding: 0; |
||||
background: #FFF; |
||||
border: none; |
||||
} |
||||
|
||||
.clsPane |
||||
{ |
||||
position: absolute; |
||||
overflow: auto; |
||||
visibility: visible; |
||||
margin: 0; |
||||
padding: 0; |
||||
background: #FFF; |
||||
border: none; |
||||
} |
||||
|
||||
.clsDragBar |
||||
{ |
||||
position: absolute; |
||||
overflow: hidden; |
||||
visibility: visible; |
||||
margin: 0; |
||||
padding: 0; |
||||
background: lightgrey; |
||||
border: none; |
||||
} |
||||
.clsTemporaryContainer /* replace this with something like xFenster */ |
||||
{ |
||||
position: relative; |
||||
overflow: visible; |
||||
visibility: visible; |
||||
background: transparent; |
||||
border: none; |
||||
} |
||||
#idSplitter3 { border: 4px solid lightgrey; } |
Before Width: | Height: | Size: 267 B |
Before Width: | Height: | Size: 739 B |
Before Width: | Height: | Size: 740 B |
Before Width: | Height: | Size: 807 B |
Before Width: | Height: | Size: 167 B |
Before Width: | Height: | Size: 1004 B |
Before Width: | Height: | Size: 43 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 197 B |
Before Width: | Height: | Size: 241 B |