Project

General

Profile

Download (1.05 KB) Statistics
| Branch: | Revision:
1
.dojo-treetable .folder-collapsed {
2
    background: url(images/plus.gif)  no-repeat 3px 3px;
3
}
4

    
5
.dojo-treetable .folder-expanded {
6
    background: url(images/minus.gif)  no-repeat  3px 3px;
7
}
8

    
9
.dojo-treetable .doc {
10
    background: url(images/bullet.gif) no-repeat;
11
}
12

    
13
.dojo-treetable .node-icon {
14
    width: 20px;
15
    height: 15px;
16
    padding-right: 3px !important;
17
    float: left;
18
    cursor: pointer;
19
}
20

    
21
.dojo-treetable .node-hidden {
22
    display: none;
23
}
24

    
25
.dojo-treetable .node-visible {
26
    display: table-row;
27
}
28

    
29
.dojo-treetable td {
30
    padding: 1px 2px;
31
}
32

    
33
table.dojo-treetable  {
34
    background-color: #F2F5FA;
35
    border-collapse: collapse;
36
    border: 1px solid #7A92BC;
37
}
38

    
39
.dojo-treetable th, .dojo-treetable td {
40
    font-size: 11px;
41
    font-family: Geneva,Arial,Helvetica,sans-serif;
42
    border-right: 1px solid #D1DAEA;
43
    white-space: nowrap;
44
}
45

    
46
.dojo-treetable thead th {
47
    border-bottom: 1px solid #7A92BC;
48
    padding: 2px;
49
}
50
.dojo-treetable thead tr {
51
    background-color: #E9E9E9;
52
}
53

    
54
.dojo-treetable .dojoxGridRowOdd {
55
    background-color: #E9EEF7;
56
}
(1-1/4)