Fix CRLF
[openemr.git] / library / js / jquery.treeview-1.3 / jquery.treeview.css
blobd0af4810c28e04f04c1c71efae06ef940bf428c0
1 .treeview ul { background-color: white; }
3 .treeview, .treeview ul {
4 padding: 0;
5 margin: 0;
6 list-style: none;
9 .treeview div.hitarea {
10 height: 15px;
11 width: 15px;
12 margin-left: -15px;
13 float: left;
14 cursor: pointer;
16 /* fix for IE6 */
17 * html div.hitarea {
18 background: #fff;
19 filter: alpha(opacity=0);
20 display: inline;
21 float:none;
24 .treeview li {
25 margin: 0;
26 padding: 3px 0pt 3px 16px;
29 .treeview a.selected {
30 background-color: #eee;
33 #treecontrol { margin: 1em 0; }
35 .treeview .hover { color: red; cursor: pointer; }
37 .treeview li { background: url(images/tv-item.gif) 0 0 no-repeat; }
38 .treeview .collapsable { background-image: url(images/tv-collapsable.gif); }
39 .treeview .expandable { background-image: url(images/tv-expandable.gif); }
40 .treeview .last { background-image: url(images/tv-item-last.gif); }
41 .treeview .lastCollapsable { background-image: url(images/tv-collapsable-last.gif); }
42 .treeview .lastExpandable { background-image: url(images/tv-expandable-last.gif); }
44 .filetree li { padding: 3px 0 1px 16px; }
45 .filetree span.folder, .filetree span.file { padding-left: 16px; display: block; height: 15px; }
46 .filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
47 .filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }