Remove unused images (#22)

environments/ppa-mbqj77/deployments/1
Clément Oudot 15 years ago
parent e29a65e92b
commit 28122ee748
  1. 28
      modules/lemonldap-ng-manager/MANIFEST
  2. BIN
      modules/lemonldap-ng-manager/example/images/arrow_refresh.png
  3. BIN
      modules/lemonldap-ng-manager/example/images/collapsable-last.gif
  4. BIN
      modules/lemonldap-ng-manager/example/images/collapsable.gif
  5. BIN
      modules/lemonldap-ng-manager/example/images/cross.png
  6. BIN
      modules/lemonldap-ng-manager/example/images/disk.png
  7. BIN
      modules/lemonldap-ng-manager/example/images/expandable-last.gif
  8. BIN
      modules/lemonldap-ng-manager/example/images/expandable.gif
  9. BIN
      modules/lemonldap-ng-manager/example/images/folder_add.png
  10. BIN
      modules/lemonldap-ng-manager/example/images/folder_delete.png
  11. BIN
      modules/lemonldap-ng-manager/example/images/folder_edit.png
  12. BIN
      modules/lemonldap-ng-manager/example/images/hframe.png
  13. BIN
      modules/lemonldap-ng-manager/example/images/leaf-last.gif
  14. BIN
      modules/lemonldap-ng-manager/example/images/leaf.gif
  15. BIN
      modules/lemonldap-ng-manager/example/images/line_bg.gif
  16. BIN
      modules/lemonldap-ng-manager/example/images/line_bg_over.gif
  17. BIN
      modules/lemonldap-ng-manager/example/images/line_bg_over_last.gif
  18. BIN
      modules/lemonldap-ng-manager/example/images/logo_lemonldap-ng.png
  19. 230
      modules/lemonldap-ng-manager/example/images/manager.css
  20. BIN
      modules/lemonldap-ng-manager/example/images/minus.gif
  21. BIN
      modules/lemonldap-ng-manager/example/images/page_add.png
  22. BIN
      modules/lemonldap-ng-manager/example/images/page_delete.png
  23. BIN
      modules/lemonldap-ng-manager/example/images/page_edit.png
  24. BIN
      modules/lemonldap-ng-manager/example/images/plus.gif
  25. BIN
      modules/lemonldap-ng-manager/example/images/root.gif
  26. BIN
      modules/lemonldap-ng-manager/example/images/spacer.gif
  27. BIN
      modules/lemonldap-ng-manager/example/images/spinner.gif
  28. BIN
      modules/lemonldap-ng-manager/example/images/tree_line.gif
  29. BIN
      modules/lemonldap-ng-manager/example/images/vframe.png

@ -1,32 +1,4 @@
Changes
example/images/arrow_refresh.png
example/images/collapsable-last.gif
example/images/collapsable.gif
example/images/cross.png
example/images/disk.png
example/images/expandable-last.gif
example/images/expandable.gif
example/images/folder_add.png
example/images/folder_delete.png
example/images/folder_edit.png
example/images/hframe.png
example/images/leaf-last.gif
example/images/leaf.gif
example/images/line_bg.gif
example/images/line_bg_over.gif
example/images/line_bg_over_last.gif
example/images/logo_lemonldap-ng.png
example/images/manager.css
example/images/minus.gif
example/images/page_add.png
example/images/page_delete.png
example/images/page_edit.png
example/images/plus.gif
example/images/root.gif
example/images/spacer.gif
example/images/spinner.gif
example/images/tree_line.gif
example/images/vframe.png
example/index.pl
example/mrtg/lmng-mrtg
example/mrtg/mrtg.cfg.example

Binary file not shown.

Before

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 670 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 733 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 615 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 235 B

Binary file not shown.

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; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 739 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 740 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 167 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1004 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 197 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 B

Loading…
Cancel
Save