1 | .ganttToolbarZoomIn { |
---|
2 | background-image: url("images/zoomIn.png"); |
---|
3 | background-repeat: no-repeat; |
---|
4 | height: 30px; |
---|
5 | width: 30px; |
---|
6 | padding: 2px; |
---|
7 | } |
---|
8 | .ganttToolbarZoomOut { |
---|
9 | background-image: url("images/zoomOut.png"); |
---|
10 | background-repeat: no-repeat; |
---|
11 | height: 30px; |
---|
12 | width: 30px; |
---|
13 | padding: 2px; |
---|
14 | } |
---|
15 | .ganttToolbarMicro { |
---|
16 | background-image: url("images/zoomInTime.png"); |
---|
17 | background-repeat: no-repeat; |
---|
18 | height: 30px; |
---|
19 | width: 30px; |
---|
20 | padding: 2px; |
---|
21 | } |
---|
22 | .ganttToolbarTele { |
---|
23 | background-image: url("images/zoomOutTime.png"); |
---|
24 | background-repeat: no-repeat; |
---|
25 | height: 30px; |
---|
26 | width: 30px; |
---|
27 | padding: 2px; |
---|
28 | } |
---|
29 | .ganttToolbarSave { |
---|
30 | background-image: url("images/save.png"); |
---|
31 | background-repeat: no-repeat; |
---|
32 | height: 30px; |
---|
33 | width: 30px; |
---|
34 | padding: 2px; |
---|
35 | } |
---|
36 | .ganttToolbarLoad { |
---|
37 | background-image: url("images/load.png"); |
---|
38 | background-repeat: no-repeat; |
---|
39 | height: 30px; |
---|
40 | width: 30px; |
---|
41 | padding: 2px; |
---|
42 | } |
---|
43 | .ganttToolbarActionHover{ |
---|
44 | border: 2px solid blue; |
---|
45 | padding: 0px; |
---|
46 | } |
---|
47 | .ganttToolbar { |
---|
48 | cursor: pointer; |
---|
49 | } |
---|
50 | .ganttPanelHeader{ |
---|
51 | position: relative; |
---|
52 | } |
---|
53 | .ganttPanelNameHeaders{ |
---|
54 | position: relative; |
---|
55 | overflow: hidden; |
---|
56 | } |
---|
57 | .ganttPanelNamesContainer{ |
---|
58 | position: relative; |
---|
59 | overflow: hidden; |
---|
60 | border-left: #f1f3f1 1px solid; |
---|
61 | border-bottom: #f1f3f1 1px solid; |
---|
62 | } |
---|
63 | .ganttPanelNames{ |
---|
64 | position: relative; |
---|
65 | overflow: hidden; |
---|
66 | border-left: #f1f3f1 1px solid; |
---|
67 | border-bottom: #f1f3f1 1px solid; |
---|
68 | background: url("images/bg.png") repeat scroll 0 0 transparent; |
---|
69 | } |
---|
70 | .ganttPanelTime{ |
---|
71 | position: relative; |
---|
72 | } |
---|
73 | .ganttPanelTimeContainer{ |
---|
74 | position: relative; |
---|
75 | overflow: hidden; |
---|
76 | direction: ltr; |
---|
77 | } |
---|
78 | .ganttContentDataContainer{ |
---|
79 | position: relative; |
---|
80 | overflow: scroll; |
---|
81 | border-left: #f1f3f1 1px solid; |
---|
82 | direction: ltr; |
---|
83 | } |
---|
84 | .ganttDivCell{ |
---|
85 | position: relative; |
---|
86 | } |
---|
87 | .ganttMoveInfo { |
---|
88 | font-family: Tahoma, Arial; |
---|
89 | font-size: 10px; |
---|
90 | color: #006600; |
---|
91 | white-space: nowrap; |
---|
92 | } |
---|
93 | .ganttDescProject { |
---|
94 | font-family: Tahoma, Arial; |
---|
95 | font-size: 10px; |
---|
96 | color: #3B3B3B; |
---|
97 | cursor: default; |
---|
98 | white-space: nowrap; |
---|
99 | z-index: 6; |
---|
100 | position: absolute; |
---|
101 | } |
---|
102 | .ganttProjectNameItem{ |
---|
103 | cursor:pointer; |
---|
104 | color: #003366; |
---|
105 | font-weight: bold; |
---|
106 | font-size: 12px; |
---|
107 | font-family: Tahoma, Arial; |
---|
108 | white-space:nowrap; |
---|
109 | height:15px; |
---|
110 | z-index:6; |
---|
111 | position: absolute; |
---|
112 | } |
---|
113 | .ganttProjectNameItemHover{ |
---|
114 | border-top: 1px solid black; |
---|
115 | border-bottom: 1px solid black; |
---|
116 | } |
---|
117 | .ganttProjectItem{ |
---|
118 | z-index: 6; |
---|
119 | position: absolute; |
---|
120 | } |
---|
121 | .ganttTblProjectItem{ |
---|
122 | border: solid 1px #555555; |
---|
123 | } |
---|
124 | .ganttDivTaskInfo{ |
---|
125 | text-align: center; |
---|
126 | z-index: 7; |
---|
127 | position: absolute; |
---|
128 | left: 0px; |
---|
129 | top: 0px; |
---|
130 | } |
---|
131 | .ganttTblTime { |
---|
132 | background-color: transparent; |
---|
133 | cursor: pointer; |
---|
134 | margin-top: 0px; |
---|
135 | } |
---|
136 | .ganttHourNumber { |
---|
137 | font-size: 7px; |
---|
138 | color: #858585; |
---|
139 | border: 1px solid transparent; |
---|
140 | border-top: 1px solid #DBECFF; |
---|
141 | height: 30px; |
---|
142 | } |
---|
143 | .ganttHourClass { |
---|
144 | text-align: center; |
---|
145 | padding: 5px 2px; |
---|
146 | height: 20px; |
---|
147 | } |
---|
148 | .ganttHourNumberAM { |
---|
149 | background: url("images/am.png") repeat scroll 0 0 transparent; |
---|
150 | } |
---|
151 | .ganttHourNumberPM { |
---|
152 | background: url("images/pm.png") repeat scroll 0 0 transparent; |
---|
153 | } |
---|
154 | .ganttDayNumber { |
---|
155 | font-family: Tahoma, Arial; |
---|
156 | font-weight: bold; |
---|
157 | font-size: 9px; |
---|
158 | color: #858585; |
---|
159 | border: 1px solid transparent; |
---|
160 | border-top: 1px solid #DBECFF; |
---|
161 | height: 30px; |
---|
162 | } |
---|
163 | .ganttDayNumberWeekend { |
---|
164 | background: url("images/bg.png") repeat scroll 0 0 transparent; |
---|
165 | } |
---|
166 | .ganttWeekNumber { |
---|
167 | font-family: Tahoma, Arial; |
---|
168 | font-weight: bold; |
---|
169 | font-size: 9px; |
---|
170 | color: #858585; |
---|
171 | border: 1px solid transparent; |
---|
172 | border-top: 1px solid #DBECFF; |
---|
173 | border-right: 1px solid #DBECFF; |
---|
174 | height:30px; |
---|
175 | } |
---|
176 | .ganttMonthNumber { |
---|
177 | font-family: Tahoma, Arial; |
---|
178 | font-weight: bold; |
---|
179 | font-size: 9px; |
---|
180 | color: #858585; |
---|
181 | border: 1px solid transparent; |
---|
182 | border-top: 1px solid #DBECFF; |
---|
183 | border-right: 1px solid #DBECFF; |
---|
184 | height: 30px; |
---|
185 | } |
---|
186 | .ganttYearNumber { |
---|
187 | font-family: Tahoma, Arial; |
---|
188 | font-weight: bold; |
---|
189 | font-size: 9px; |
---|
190 | color: #858585; |
---|
191 | border: 1px solid transparent; |
---|
192 | border-top: 1px solid #DBECFF; |
---|
193 | border-right: 1px solid #DBECFF; |
---|
194 | height: 30px; |
---|
195 | } |
---|
196 | .ganttTabelControl{ |
---|
197 | width: 100%; |
---|
198 | position: relative; |
---|
199 | } |
---|
200 | .ganttContextMenu { |
---|
201 | z-index: 10; |
---|
202 | width: 200px; |
---|
203 | cursor: pointer; |
---|
204 | font-family: Tahoma, Arial; |
---|
205 | font-size: 12px; |
---|
206 | border: 1px solid #b5bcc7; |
---|
207 | margin: 0px; |
---|
208 | padding: 0px; |
---|
209 | background-color: #fff; |
---|
210 | background-repeat: repeat-x; |
---|
211 | border-collapse: separate; |
---|
212 | border-spacing: 0 0; |
---|
213 | } |
---|
214 | .ganttContextMenuItem { |
---|
215 | background-image: url("images/menuHighlight.png"); |
---|
216 | background-position:0px -40px; |
---|
217 | background-repeat:repeat-x; |
---|
218 | padding: 3px 10px 4px; |
---|
219 | height:18px; |
---|
220 | } |
---|
221 | .ganttContextMenuItemHover { |
---|
222 | border:solid 1px #769dc0; |
---|
223 | padding: 2px 9px 3px; |
---|
224 | background-color: #9dcfff; |
---|
225 | background-position:0px 0px; |
---|
226 | color:#000; |
---|
227 | } |
---|
228 | .ganttMenuDialogDescCell{ |
---|
229 | width:150px; |
---|
230 | padding: 3px; |
---|
231 | border-bottom: 1px solid gray; |
---|
232 | text-align: center; |
---|
233 | } |
---|
234 | .ganttMenuDialogDescCellValue{ |
---|
235 | width:150px; |
---|
236 | padding: 3px; |
---|
237 | border-bottom: 1px solid gray; |
---|
238 | text-align: center; |
---|
239 | } |
---|
240 | .ganttMenuDialogInputCellHeader{ |
---|
241 | font-size:12px; |
---|
242 | font-family:Tahoma,Arial; |
---|
243 | font-weight: bold; |
---|
244 | padding: 10px 3px 5px; |
---|
245 | } |
---|
246 | .ganttMenuDialogInputCell{ |
---|
247 | padding: 3px; |
---|
248 | } |
---|
249 | .ganttMenuDialogInputCellValue{ |
---|
250 | padding: 3px; |
---|
251 | } |
---|
252 | .ganttHeaderCover { |
---|
253 | z-index: 999; |
---|
254 | position: absolute; |
---|
255 | } |
---|
256 | .ganttResourceHeader { |
---|
257 | font-family: Tahoma, Arial; |
---|
258 | background: url("images/resourceHeader.png") repeat scroll 0 0 transparent; |
---|
259 | color: black; |
---|
260 | padding: 3px 0px 0px 6px; |
---|
261 | height: 25px; |
---|
262 | font-weight: bold; |
---|
263 | position:relative; |
---|
264 | } |
---|
265 | .ganttResourceContent{ |
---|
266 | position:relative; |
---|
267 | } |
---|
268 | .ganttTaskNameItem { |
---|
269 | font-family: Tahoma, Arial; |
---|
270 | font-size: 11px; |
---|
271 | font-weight: bold; |
---|
272 | color: #7D7D7D; |
---|
273 | white-space:nowrap; |
---|
274 | height:15px; |
---|
275 | z-index:1; |
---|
276 | position: absolute; |
---|
277 | left:20px; |
---|
278 | } |
---|
279 | .ganttMenuPanel{ |
---|
280 | visibility:hidden; |
---|
281 | z-index:10; |
---|
282 | position:absolute; |
---|
283 | } |
---|
284 | .ganttDialogContentCell{ |
---|
285 | width:300px; |
---|
286 | font-size:11px; |
---|
287 | font-family:Tahoma,Arial; |
---|
288 | } |
---|
289 | .ganttDialogContentHeader{ |
---|
290 | font-size:12px; |
---|
291 | font-family:Tahoma,Arial; |
---|
292 | font-weight: bold; |
---|
293 | } |
---|
294 | .ganttOwnerNameItem { |
---|
295 | font-family: Tahoma, Arial; |
---|
296 | font-size: 11px; |
---|
297 | font-weight: bold; |
---|
298 | color: black; |
---|
299 | cursor:pointer; |
---|
300 | white-space:nowrap; |
---|
301 | height:15px; |
---|
302 | z-index:1; |
---|
303 | position: absolute; |
---|
304 | left:20px; |
---|
305 | } |
---|
306 | .ganttTaskBar { |
---|
307 | background: url("images/taskBar.png") repeat scroll 0 0 transparent; |
---|
308 | -moz-border-radius: 10px; |
---|
309 | z-index:1; |
---|
310 | position:absolute; |
---|
311 | } |
---|
312 | .ganttOwnerBar { |
---|
313 | z-index:1; |
---|
314 | position:absolute; |
---|
315 | } |
---|
316 | .ganttOwnerTaskBar { |
---|
317 | background: url("images/ownerBar.png") repeat scroll 0 0 transparent; |
---|
318 | border-top: solid 1px black; |
---|
319 | border-bottom: solid 1px black; |
---|
320 | position:absolute; |
---|
321 | top:0px; |
---|
322 | } |
---|
323 | .ganttRowHighlight { |
---|
324 | background: url("images/rowHighlight.png") repeat scroll 0 0 transparent; |
---|
325 | position: absolute; |
---|
326 | z-index: 1; |
---|
327 | } |
---|
328 | .ganttTaskPanel { |
---|
329 | background: url("images/bg.png") repeat scroll 0 0 transparent; |
---|
330 | overflow: hidden; |
---|
331 | position:relative; |
---|
332 | } |
---|
333 | .ganttOwnerPanel { |
---|
334 | overflow: hidden; |
---|
335 | position:relative; |
---|
336 | background: url("images/resourceBg.png") repeat scroll 0 0 transparent; |
---|
337 | } |
---|
338 | .ganttContent { |
---|
339 | margin: 15px 63px 0; |
---|
340 | } |
---|
341 | .ganttTaskLineVerticalLeft{ |
---|
342 | border-width: 0px 0px 0px 1px; |
---|
343 | border-style: dotted; |
---|
344 | border-color: #86A3BE; |
---|
345 | margin: 0px; |
---|
346 | padding: 0px; |
---|
347 | z-index:10; |
---|
348 | position: absolute; |
---|
349 | } |
---|
350 | .ganttTaskLineHorizontalLeft{ |
---|
351 | position: absolute; |
---|
352 | border-width: 1px 0px 0px 0px; |
---|
353 | font-size: 1px; |
---|
354 | border-style: dotted; |
---|
355 | border-color: #86A3BE; |
---|
356 | margin: 0px; |
---|
357 | padding: 0px; |
---|
358 | z-index:10; |
---|
359 | } |
---|
360 | .ganttTaskLineVerticalRight{ |
---|
361 | border-width: 0px 0px 0px 1px; |
---|
362 | border-style: solid; |
---|
363 | border-color: #4A8F43; |
---|
364 | margin: 0px; |
---|
365 | padding: 0px; |
---|
366 | z-index:6; |
---|
367 | font-size: 1px; |
---|
368 | position: absolute; |
---|
369 | } |
---|
370 | .ganttTaskLineHorizontal{ |
---|
371 | height:1px; |
---|
372 | border-color: #4A8F43; |
---|
373 | border-style: solid; |
---|
374 | border-width: 1px 0px 0px 0px; |
---|
375 | margin: 0px; |
---|
376 | padding: 0px; |
---|
377 | z-index:6; |
---|
378 | position: absolute; |
---|
379 | } |
---|
380 | .ganttTaskArrowImg{ |
---|
381 | z-index:6; |
---|
382 | margin: 0px; |
---|
383 | padding: 0px; |
---|
384 | width:7px; |
---|
385 | height:14px; |
---|
386 | position: absolute; |
---|
387 | } |
---|
388 | .ganttTaskLineVerticalRightPlus{ |
---|
389 | border-width: 0px 0px 0px 1px; |
---|
390 | border-style: solid; |
---|
391 | border-color: #519145; |
---|
392 | margin: 0px; |
---|
393 | padding: 0px; |
---|
394 | z-index:6; |
---|
395 | font-size: 1px; |
---|
396 | position: absolute; |
---|
397 | } |
---|
398 | .ganttTaskLineHorizontalPlus{ |
---|
399 | height:1px; |
---|
400 | border-color: #519145; |
---|
401 | border-style: solid; |
---|
402 | border-width: 1px 0px 0px 0px; |
---|
403 | margin: 0px; |
---|
404 | padding: 0px; |
---|
405 | z-index:6; |
---|
406 | position: absolute; |
---|
407 | } |
---|
408 | .ganttTaskArrowImgPlus{ |
---|
409 | z-index:6; |
---|
410 | margin: 0px; |
---|
411 | padding: 0px; |
---|
412 | width:7px; |
---|
413 | height:14px; |
---|
414 | position: absolute; |
---|
415 | } |
---|
416 | .ganttTaskItemControl{ |
---|
417 | z-index:6; |
---|
418 | position:absolute; |
---|
419 | } |
---|
420 | .ganttTaskDivTaskItem{ |
---|
421 | z-index:6; |
---|
422 | position: absolute; |
---|
423 | left:0px; |
---|
424 | top:0px; |
---|
425 | } |
---|
426 | .ganttTaskTblTaskItem{ |
---|
427 | border: solid 1px #5FF55F; |
---|
428 | } |
---|
429 | .ganttTaskDivTaskInfo{ |
---|
430 | text-align:center; |
---|
431 | font-size:9px; |
---|
432 | z-index:7; |
---|
433 | position: absolute; |
---|
434 | left:0px; |
---|
435 | top:0px; |
---|
436 | } |
---|
437 | .ganttTaskDivTaskName{ |
---|
438 | z-index:7; |
---|
439 | position: absolute; |
---|
440 | left:0px; |
---|
441 | top:0px; |
---|
442 | } |
---|
443 | .ganttTaskDivMoveInput{ |
---|
444 | visibility:hidden; |
---|
445 | width:1px; |
---|
446 | height:1px; |
---|
447 | } |
---|
448 | .ganttTaskDivResizeInput{ |
---|
449 | visibility:hidden; |
---|
450 | width:1px; |
---|
451 | height:1px; |
---|
452 | } |
---|
453 | .ganttTaskDivResize{ |
---|
454 | z-index:10; |
---|
455 | position: absolute; |
---|
456 | top:0px; |
---|
457 | } |
---|
458 | .ganttTaskTaskNameItem{ |
---|
459 | font-family: Tahoma, Arial; |
---|
460 | cursor:pointer; |
---|
461 | white-space:nowrap; |
---|
462 | height:15px; |
---|
463 | z-index:6; |
---|
464 | position: absolute; |
---|
465 | left:20px; |
---|
466 | } |
---|
467 | .ganttTaskTaskNameItemHover{ |
---|
468 | border-top: 1px solid black; |
---|
469 | border-bottom: 1px solid black; |
---|
470 | } |
---|
471 | .ganttTaskDescTask { |
---|
472 | font-family: Tahoma, Arial; |
---|
473 | font-size: 10px; |
---|
474 | color: #008000; |
---|
475 | cursor: default; |
---|
476 | white-space: nowrap; |
---|
477 | z-index:6; |
---|
478 | position:absolute; |
---|
479 | } |
---|
480 | .ganttTaskIdentifier{ |
---|
481 | color:#7D7D7D; |
---|
482 | font-family:Tahoma,Arial; |
---|
483 | font-size:11px; |
---|
484 | font-weight:bold; |
---|
485 | border: solid 1px #7D7D7D; |
---|
486 | -moz-border-radius: 20px; |
---|
487 | -khtml-border-radius: 20px; |
---|
488 | -webkit-border-radius: 20px; |
---|
489 | border-radius: 20px; |
---|
490 | padding: 0px 3px; |
---|
491 | cursor:pointer; |
---|
492 | white-space:nowrap; |
---|
493 | height:14px; |
---|
494 | z-index:6; |
---|
495 | position:absolute; |
---|
496 | } |
---|
497 | .ganttTaskTreeImage{ |
---|
498 | cursor: pointer; |
---|
499 | z-index:12; |
---|
500 | position: absolute; |
---|
501 | } |
---|
502 | |
---|
503 | .ganttResourceTableControl{ |
---|
504 | width: 100%; |
---|
505 | position: relative; |
---|
506 | } |
---|
507 | .ganttResourceContentDataContainer{ |
---|
508 | position:relative; |
---|
509 | overflow:scroll; |
---|
510 | border-left:#f1f3f1 1px solid; |
---|
511 | direction: ltr; |
---|
512 | } |
---|
513 | .ganttResourcePanelNames{ |
---|
514 | position:relative; |
---|
515 | overflow:hidden; |
---|
516 | border-left:#f1f3f1 1px solid; |
---|
517 | border-bottom:#f1f3f1 1px solid; |
---|
518 | } |
---|
519 | .ganttResourceDivCell{ |
---|
520 | position: relative; |
---|
521 | } |
---|
522 | .ganttResourceLineVerticalLeft{ |
---|
523 | border-width: 0px 0px 0px 1px; |
---|
524 | border-style: dotted; |
---|
525 | border-color: #86A3BE; |
---|
526 | margin: 0px; |
---|
527 | padding: 0px; |
---|
528 | z-index:10; |
---|
529 | position: absolute; |
---|
530 | } |
---|
531 | .ganttResourceLineHorizontalLeft{ |
---|
532 | z-index:10; |
---|
533 | height:1px; |
---|
534 | position: absolute; |
---|
535 | border-width: 1px 0px 0px 0px; |
---|
536 | font-size: 1px; |
---|
537 | border-style: dotted; |
---|
538 | border-color: #86A3BE; |
---|
539 | margin: 0px; |
---|
540 | padding: 0px; |
---|
541 | } |
---|
542 | .ganttResourceTreeImage{ |
---|
543 | cursor: pointer; |
---|
544 | z-index:12; |
---|
545 | position: absolute; |
---|
546 | } |
---|
547 | .ganttResourcePanelNamesOwners{ |
---|
548 | position:relative; |
---|
549 | background: url("images/resourceBg.png") repeat scroll 0 0 transparent; |
---|
550 | } |
---|
551 | .ganttImageProgressFilled{ |
---|
552 | background: url("images/projProgressFilled.png") repeat scroll 0 0 transparent; |
---|
553 | } |
---|
554 | .ganttImageProgressBg{ |
---|
555 | background: url("images/projProgressBg.png") repeat scroll 0 0 transparent; |
---|
556 | } |
---|
557 | .ganttImageTaskProgressFilled{ |
---|
558 | background: url("images/taskProgressFilled.png") repeat scroll 0 0 transparent; |
---|
559 | } |
---|
560 | .ganttImageTaskProgressBg{ |
---|
561 | background: url("images/taskProgressBg.png") repeat scroll 0 0 transparent; |
---|
562 | } |
---|
563 | .ganttImageTreeCollapse{ |
---|
564 | background: url("images/collapse.png") no-repeat scroll 0 0 transparent; |
---|
565 | height: 9px; |
---|
566 | width: 9px; |
---|
567 | } |
---|
568 | .ganttImageTreeExpand{ |
---|
569 | background: url("images/expand.png") no-repeat scroll 0 0 transparent; |
---|
570 | height: 9px; |
---|
571 | width: 9px; |
---|
572 | } |
---|
573 | .ganttImageArrow{ |
---|
574 | background: url("images/taskArrow.gif") no-repeat scroll 0 0 transparent; |
---|
575 | } |
---|