WebHelp: removed file icons from tree

This commit is contained in:
Dmitry Kozlov 2013-09-19 15:17:52 +00:00
parent 20cccd8f1a
commit 21e776600a

View File

@ -14,6 +14,7 @@
height: 16px;
width: 16px;
margin-left: -16px;
margin-top: 3px;
float: left;
cursor: pointer;
}
@ -61,11 +62,11 @@
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); }
.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree li { padding: 0px 0px 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 0px 0px 4px 4px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }
/* .filetree span.file { background: url(images/file.gif) 0 0 no-repeat; } */
html, body {height:100%; margin: 0; padding: 0; }