mirror of
https://gitee.com/jmix/cuba.git
synced 2024-11-30 10:17:43 +08:00
WebHelp: removed file icons from tree
This commit is contained in:
parent
20cccd8f1a
commit
21e776600a
@ -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; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user