1
|
|
2
|
|
3
|
.over-item-cls {
|
4
|
background-color: #ffedb3;
|
5
|
border-color: red !important;
|
6
|
}
|
7
|
.task-item {
|
8
|
border-color: green;
|
9
|
padding: 0;
|
10
|
text-align: left;
|
11
|
}
|
12
|
.task-item .item-title {
|
13
|
padding: 5px;
|
14
|
text-align: center;
|
15
|
font-weight: bold;
|
16
|
}
|
17
|
.task-item .item-title-rootnode {
|
18
|
font-size: 25px;
|
19
|
}
|
20
|
.task-item .item-title-node {
|
21
|
font-size: 15px;
|
22
|
}
|
23
|
.task-item .item-title-ds {
|
24
|
font-size: 11px;
|
25
|
}
|
26
|
|
27
|
.task-item > .item-body {
|
28
|
padding: 5px;
|
29
|
}
|
30
|
.task-item .item-img {
|
31
|
box-shadow: 0 0 3px 1px rgb(215, 215, 215);
|
32
|
height: 80px;
|
33
|
background-color: white;
|
34
|
}
|
35
|
.task-item .item-nb{
|
36
|
color: #999
|
37
|
}
|
38
|
.task-item {
|
39
|
box-shadow: 5px 5px 4px #888888;
|
40
|
border: none;
|
41
|
}
|
42
|
.task-item .item-icon{
|
43
|
background:url("/sitools/common/res/images/icons/tree_datasets_32.png") no-repeat center;
|
44
|
height:32px;
|
45
|
}
|
46
|
.x-ochart * {
|
47
|
background-attachment: scroll;
|
48
|
background-color: transparent;
|
49
|
background-image: none;
|
50
|
background-position: 0 0;
|
51
|
background-repeat: repeat-y;
|
52
|
border-collapse: collapse !important;
|
53
|
border-spacing: 0 !important;
|
54
|
box-sizing: content-box !important;
|
55
|
margin: 0;
|
56
|
padding: 0;
|
57
|
}
|
58
|
.x-ochart {
|
59
|
-moz-user-select: none;
|
60
|
text-align: center;
|
61
|
}
|
62
|
.x-ochart-wrap {
|
63
|
border-collapse: collapse !important;
|
64
|
border-spacing: 0 !important;
|
65
|
margin-top: 20px;
|
66
|
margin-left: auto;
|
67
|
margin-right: auto;
|
68
|
padding-top: 2px;
|
69
|
white-space: nowrap;
|
70
|
}
|
71
|
.x-ochart-node {
|
72
|
vertical-align: top !important;
|
73
|
}
|
74
|
.x-ochart-expander-row {
|
75
|
display: none !important;
|
76
|
text-align: center !important;
|
77
|
}
|
78
|
.x-ochart-expander {
|
79
|
background: url("/sitools/upload/ochart/ochart-tree.png") no-repeat scroll center center rgba(0, 0, 0, 0);
|
80
|
cursor: pointer !important;
|
81
|
display: inline-block;
|
82
|
height: 16px;
|
83
|
margin-left: 4px;
|
84
|
margin-top: -2px !important;
|
85
|
width: 16px;
|
86
|
}
|
87
|
.x-ochart-add {
|
88
|
background: url("/sitools/upload/ochart/ochart-add.png") no-repeat scroll center center rgba(0, 0, 0, 0);
|
89
|
cursor: pointer !important;
|
90
|
display: inline-block;
|
91
|
height: 16px;
|
92
|
margin-left: 2px;
|
93
|
margin-top: -2px;
|
94
|
width: 16px;
|
95
|
}
|
96
|
.x-ochart-remove {
|
97
|
background: url("/sitools/upload/ochart/ochart-remove.png") no-repeat scroll center center rgba(0, 0, 0, 0);
|
98
|
cursor: pointer !important;
|
99
|
display: inline-block;
|
100
|
height: 16px;
|
101
|
margin-left: 4px;
|
102
|
margin-top: -2px;
|
103
|
width: 16px;
|
104
|
}
|
105
|
.x-ochart-node.x-item-collapsed > table > tbody > .x-ochart-lines.x-ochart-children-lines, .x-ochart-node.x-item-collapsed > table > tbody > .x-ochart-container {
|
106
|
display: none !important;
|
107
|
}
|
108
|
.x-ochart-node.x-item-collapsed > table > tbody > .x-ochart-expander-row {
|
109
|
display: table-row !important;
|
110
|
}
|
111
|
.x-ochart-node-row {
|
112
|
padding: 0;
|
113
|
vertical-align: top;
|
114
|
}
|
115
|
.x-ochart-node-row > td {
|
116
|
text-align: center;
|
117
|
}
|
118
|
.x-ochart-node-content {
|
119
|
background-color: #D8D8D8;
|
120
|
border: 0px solid #888888;
|
121
|
border-radius: 5px;
|
122
|
cursor: pointer;
|
123
|
display: inline-block !important;
|
124
|
margin-top: -3px !important;
|
125
|
min-width: 48px;
|
126
|
padding: 0px;
|
127
|
}
|
128
|
.x-ochart-container {
|
129
|
vertical-align: top !important;
|
130
|
}
|
131
|
.x-ochart-left {
|
132
|
border-style: solid;
|
133
|
border-width: 0;
|
134
|
display: inline-block !important;
|
135
|
margin-top: -2px;
|
136
|
margin-bottom: 2px;
|
137
|
width: 50% !important;
|
138
|
}
|
139
|
.x-ochart-right {
|
140
|
border-style: solid;
|
141
|
border-width: 0;
|
142
|
display: inline-block !important;
|
143
|
margin-top: -2px;
|
144
|
margin-bottom: 2px;
|
145
|
width: 50% !important;
|
146
|
}
|
147
|
.x-ochart-lines.x-ochart-down .x-ochart-left, .x-ochart-lines.x-ochart-down .x-ochart-right {
|
148
|
border-top: 0 none;
|
149
|
margin-bottom: 2px;
|
150
|
margin-top: 0;
|
151
|
}
|
152
|
.x-ochart-lines > .x-ochart-first > .x-ochart-left {
|
153
|
border: 0 none;
|
154
|
}
|
155
|
.x-ochart-lines > .x-ochart-first > .x-ochart-right {
|
156
|
border-radius: 5px 0 0;
|
157
|
}
|
158
|
.x-ochart-lines > .x-ochart-last > .x-ochart-right {
|
159
|
border: 0 none;
|
160
|
}
|
161
|
.x-ochart-lines > .x-ochart-last > .x-ochart-left {
|
162
|
border-radius: 0 5px 0 0;
|
163
|
border-right: 2px solid black;
|
164
|
}
|
165
|
.x-ochart-node .x-item-selected {
|
166
|
!background-color: #b0eeff;
|
167
|
}
|
168
|
.x-ochart-ddindicator {
|
169
|
background: url("/sitools/upload/ochart/ochart-arrows.png") no-repeat scroll 0 0 transparent;
|
170
|
height: 16px;
|
171
|
width: 16px;
|
172
|
}
|
173
|
.x-ochart-ddindicator.before {
|
174
|
background-position: -48px center;
|
175
|
}
|
176
|
.x-ochart-ddindicator.after {
|
177
|
background-position: -16px center;
|
178
|
}
|
179
|
.x-ochart-ddindicator.append {
|
180
|
background-position: -32px center;
|
181
|
}
|
182
|
.x-ochart-over-node {
|
183
|
background-color: #ffedb3;
|
184
|
border-color: red !important;
|
185
|
}
|
186
|
.x-tip {
|
187
|
width: auto !important;
|
188
|
}
|
189
|
.x-tip-body {
|
190
|
width: auto !important;
|
191
|
}
|
192
|
.x-tip-body span {
|
193
|
width: auto !important;
|
194
|
}
|
195
|
|
196
|
|
197
|
|
198
|
|