1
|
|
2
|
|
3
|
.ExtJSOrgChart tr,td,table{
|
4
|
border:none;
|
5
|
}
|
6
|
.ExtJSOrgChart .line {
|
7
|
height : 20px;
|
8
|
width : 2px;
|
9
|
}
|
10
|
|
11
|
.ExtJSOrgChart .down {
|
12
|
background-color : gray;
|
13
|
margin : 0px auto;
|
14
|
}
|
15
|
|
16
|
.ExtJSOrgChart .top {
|
17
|
border-top : 2px solid gray;
|
18
|
}
|
19
|
|
20
|
.ExtJSOrgChart .left {
|
21
|
border-right : 1px solid gray;
|
22
|
}
|
23
|
|
24
|
.ExtJSOrgChart .right {
|
25
|
border-left : 1px solid gray;
|
26
|
}
|
27
|
|
28
|
|
29
|
.ExtJSOrgChart td {
|
30
|
text-align : center;
|
31
|
vertical-align : top;
|
32
|
padding : 0;
|
33
|
}
|
34
|
|
35
|
|
36
|
.ExtJSOrgChart .node {
|
37
|
background-color : #D8D8D8;
|
38
|
box-shadow: 5px 5px 4px #888888;
|
39
|
display : inline-block;
|
40
|
padding : 5px 5px 5px 5px;
|
41
|
width : auto;
|
42
|
height : auto;
|
43
|
z-index : 10;
|
44
|
margin : 0 2px;
|
45
|
margin-left: 4px;
|
46
|
margin-right: 4px;
|
47
|
}
|
48
|
.ExtJSOrgChart .notdataset {
|
49
|
padding : 8px 8px 8px 8px;
|
50
|
font-size: 15px;
|
51
|
font-weight: bold;
|
52
|
min-width: 144px;
|
53
|
}
|
54
|
.ExtJSOrgChart .notdatasettop {
|
55
|
padding : 8px 8px 8px 8px;
|
56
|
font-size:25px;
|
57
|
font-weight: bold;
|
58
|
}
|
59
|
.ExtJSOrgChart .leaf {
|
60
|
height: 186px;
|
61
|
border-radius: 8px;
|
62
|
min-width: 80px;
|
63
|
font-size: 11px;
|
64
|
font-weight: bold;
|
65
|
}
|
66
|
.ExtJSOrgChart .pictitle{
|
67
|
height:100px;
|
68
|
}
|
69
|
|
70
|
|
71
|
|
72
|
.drag-active {
|
73
|
border-style : dotted !important;
|
74
|
}
|
75
|
|
76
|
.drop-hover {
|
77
|
border-style : solid !important;
|
78
|
border-color : #E05E00 !important;
|
79
|
}
|