@syncfusion/ej2-gantt 20.1.55 → 20.1.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -0
- package/dist/ej2-gantt.umd.min.js +2 -2
- package/dist/ej2-gantt.umd.min.js.map +1 -1
- package/dist/es6/ej2-gantt.es2015.js +22 -13
- package/dist/es6/ej2-gantt.es2015.js.map +1 -1
- package/dist/es6/ej2-gantt.es5.js +22 -13
- package/dist/es6/ej2-gantt.es5.js.map +1 -1
- package/dist/global/ej2-gantt.min.js +2 -2
- package/dist/global/ej2-gantt.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -15
- package/src/gantt/actions/edit.js +4 -0
- package/src/gantt/actions/pdf-export.js +1 -1
- package/src/gantt/base/gantt-chart.js +6 -1
- package/src/gantt/base/gantt.js +2 -5
- package/src/gantt/base/task-processor.js +1 -1
- package/src/gantt/export/export-helper.js +3 -3
- package/src/gantt/renderer/chart-rows.js +1 -1
- package/src/gantt/renderer/connector-line.js +1 -1
- package/src/gantt/renderer/timeline.js +3 -0
- package/styles/bootstrap-dark.css +262 -379
- package/styles/bootstrap.css +264 -387
- package/styles/bootstrap4.css +276 -433
- package/styles/bootstrap5-dark.css +264 -382
- package/styles/bootstrap5.css +264 -382
- package/styles/fabric-dark.css +262 -377
- package/styles/fabric.css +265 -380
- package/styles/fluent-dark.css +262 -378
- package/styles/fluent.css +262 -378
- package/styles/gantt/_bootstrap-dark-definition.scss +41 -4
- package/styles/gantt/_bootstrap-definition.scss +41 -4
- package/styles/gantt/_bootstrap4-definition.scss +42 -4
- package/styles/gantt/_bootstrap5-definition.scss +41 -4
- package/styles/gantt/_fabric-dark-definition.scss +40 -3
- package/styles/gantt/_fabric-definition.scss +41 -4
- package/styles/gantt/_fluent-definition.scss +41 -4
- package/styles/gantt/_highcontrast-definition.scss +41 -4
- package/styles/gantt/_highcontrast-light-definition.scss +41 -4
- package/styles/gantt/_layout.scss +298 -7
- package/styles/gantt/_material-dark-definition.scss +42 -4
- package/styles/gantt/_material-definition.scss +42 -4
- package/styles/gantt/_tailwind-definition.scss +42 -4
- package/styles/gantt/bootstrap-dark.css +262 -379
- package/styles/gantt/bootstrap.css +264 -387
- package/styles/gantt/bootstrap4.css +276 -433
- package/styles/gantt/bootstrap5-dark.css +264 -382
- package/styles/gantt/bootstrap5.css +264 -382
- package/styles/gantt/fabric-dark.css +262 -377
- package/styles/gantt/fabric.css +265 -380
- package/styles/gantt/fluent-dark.css +262 -378
- package/styles/gantt/fluent.css +262 -378
- package/styles/gantt/highcontrast-light.css +230 -364
- package/styles/gantt/highcontrast.css +265 -414
- package/styles/gantt/icons/_bootstrap-dark.scss +8 -0
- package/styles/gantt/icons/_bootstrap.scss +8 -0
- package/styles/gantt/icons/_bootstrap4.scss +8 -0
- package/styles/gantt/icons/_bootstrap5.scss +8 -0
- package/styles/gantt/icons/_fabric-dark.scss +8 -0
- package/styles/gantt/icons/_fabric.scss +8 -0
- package/styles/gantt/icons/_fluent.scss +8 -0
- package/styles/gantt/icons/_highcontrast.scss +8 -0
- package/styles/gantt/icons/_material-dark.scss +8 -0
- package/styles/gantt/icons/_material.scss +8 -0
- package/styles/gantt/icons/_tailwind-dark.scss +8 -0
- package/styles/gantt/icons/_tailwind.scss +8 -0
- package/styles/gantt/material-dark.css +266 -371
- package/styles/gantt/material.css +267 -373
- package/styles/gantt/tailwind-dark.css +264 -370
- package/styles/gantt/tailwind.css +264 -370
- package/styles/highcontrast-light.css +230 -364
- package/styles/highcontrast.css +265 -414
- package/styles/material-dark.css +266 -371
- package/styles/material.css +267 -373
- package/styles/tailwind-dark.css +264 -370
- package/styles/tailwind.css +264 -370
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@charset "UTF-8";
|
|
1
2
|
.e-richtexteditor .e-rte-toolbar.e-extended-toolbar .e-toolbar-items .e-toolbar-item .e-rte-dropdown-btn.e-active.e-tbar-btn {
|
|
2
3
|
background: #e6e6e6;
|
|
3
4
|
border: 1px solid #8c8c8c;
|
|
@@ -9,9 +10,7 @@
|
|
|
9
10
|
padding-left: 11px;
|
|
10
11
|
padding-right: 6px;
|
|
11
12
|
}
|
|
12
|
-
|
|
13
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-rte-dropdown-btn,
|
|
14
|
-
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn {
|
|
13
|
+
.e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-rte-dropdown-btn, .e-bigger .e-richtexteditor .e-rte-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-rte-dropdown-btn {
|
|
15
14
|
padding-bottom: 0;
|
|
16
15
|
padding-top: 0;
|
|
17
16
|
}
|
|
@@ -20,7 +19,6 @@
|
|
|
20
19
|
padding-left: 1px;
|
|
21
20
|
padding-right: 1px;
|
|
22
21
|
}
|
|
23
|
-
|
|
24
22
|
.e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-backgroundcolor-dropdown.e-active:hover, .e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-fontcolor-dropdown.e-active:hover, .e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-numberformatlist-dropdown.e-active:hover, .e-bigger .e-rte-toolbar .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-dropdown-btn.e-rte-bulletformatlist-dropdown.e-active:hover {
|
|
25
23
|
padding-left: 1px;
|
|
26
24
|
padding-right: 1px;
|
|
@@ -53,7 +51,6 @@
|
|
|
53
51
|
padding-bottom: 0;
|
|
54
52
|
padding-top: 0;
|
|
55
53
|
}
|
|
56
|
-
|
|
57
54
|
.e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn:hover, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active, .e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-tbar-btn.e-btn.e-active:hover,
|
|
58
55
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-tbar-btn.e-btn:hover,
|
|
59
56
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-tbar-btn.e-btn.e-active,
|
|
@@ -127,7 +124,6 @@
|
|
|
127
124
|
padding-bottom: 0;
|
|
128
125
|
padding-top: 0;
|
|
129
126
|
}
|
|
130
|
-
|
|
131
127
|
.e-rte-toolbar .e-toolbar-items .e-rte-backgroundcolor-dropdown.e-active,
|
|
132
128
|
.e-rte-toolbar .e-toolbar-items .e-rte-fontcolor-dropdown.e-active,
|
|
133
129
|
.e-rte-toolbar .e-toolbar-items .e-rte-numberformatlist-dropdown.e-active,
|
|
@@ -160,11 +156,9 @@
|
|
|
160
156
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
161
157
|
margin-top: 3px;
|
|
162
158
|
}
|
|
163
|
-
|
|
164
159
|
.e-popup.e-ddl .e-input-group {
|
|
165
160
|
width: auto;
|
|
166
161
|
}
|
|
167
|
-
|
|
168
162
|
.e-popup.e-ddl .e-input-group input {
|
|
169
163
|
line-height: 15px;
|
|
170
164
|
}
|
|
@@ -178,7 +172,6 @@
|
|
|
178
172
|
display: flex;
|
|
179
173
|
width: auto;
|
|
180
174
|
}
|
|
181
|
-
|
|
182
175
|
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
183
176
|
border: 0;
|
|
184
177
|
}
|
|
@@ -187,9 +180,7 @@
|
|
|
187
180
|
margin-top: 0;
|
|
188
181
|
}
|
|
189
182
|
|
|
190
|
-
.e-bigger .e-popup.e-ddl .e-list-item,
|
|
191
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item,
|
|
192
|
-
.e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
183
|
+
.e-bigger .e-popup.e-ddl .e-list-item, .e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
193
184
|
font-size: 15px;
|
|
194
185
|
line-height: 40px;
|
|
195
186
|
padding-left: 0;
|
|
@@ -204,8 +195,7 @@
|
|
|
204
195
|
padding: 4px 0;
|
|
205
196
|
}
|
|
206
197
|
|
|
207
|
-
.e-bigger .e-popup.e-ddl .e-input-group input,
|
|
208
|
-
.e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
198
|
+
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
209
199
|
height: 38px;
|
|
210
200
|
}
|
|
211
201
|
|
|
@@ -243,9 +233,7 @@
|
|
|
243
233
|
border-bottom: 1px solid #ccc;
|
|
244
234
|
}
|
|
245
235
|
|
|
246
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-item,
|
|
247
|
-
.e-bigger.e-small .e-ddl.e-popup .e-list-group-item,
|
|
248
|
-
.e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
236
|
+
.e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
|
|
249
237
|
font-size: 14px;
|
|
250
238
|
line-height: 34px;
|
|
251
239
|
padding-left: 0;
|
|
@@ -260,8 +248,7 @@
|
|
|
260
248
|
padding: 4px 0;
|
|
261
249
|
}
|
|
262
250
|
|
|
263
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input,
|
|
264
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
251
|
+
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
265
252
|
height: 30px;
|
|
266
253
|
}
|
|
267
254
|
|
|
@@ -295,8 +282,7 @@
|
|
|
295
282
|
width: 40px;
|
|
296
283
|
}
|
|
297
284
|
|
|
298
|
-
/*! component's theme wise override definitions and variables */
|
|
299
|
-
/*! Bootstrap theme definition's */
|
|
285
|
+
/*! component's theme wise override definitions and variables */ /*! Bootstrap theme definition's */
|
|
300
286
|
/*! component's theme wise override definitions and variables */
|
|
301
287
|
/*! Horizontal Tab */
|
|
302
288
|
/*! Bootstrap specific themes definition's */
|
|
@@ -309,7 +295,6 @@
|
|
|
309
295
|
transform: rotate(360deg);
|
|
310
296
|
}
|
|
311
297
|
}
|
|
312
|
-
|
|
313
298
|
@keyframes fabric-spinner-rotate {
|
|
314
299
|
0% {
|
|
315
300
|
transform: rotate(0);
|
|
@@ -318,156 +303,324 @@
|
|
|
318
303
|
transform: rotate(360deg);
|
|
319
304
|
}
|
|
320
305
|
}
|
|
321
|
-
|
|
322
306
|
.e-gantt .e-add::before {
|
|
323
|
-
content:
|
|
307
|
+
content: "\e823";
|
|
324
308
|
}
|
|
325
|
-
|
|
326
309
|
.e-gantt .e-edit::before {
|
|
327
|
-
content:
|
|
310
|
+
content: "\e944";
|
|
328
311
|
}
|
|
329
|
-
|
|
330
312
|
.e-gantt .e-delete::before {
|
|
331
|
-
content:
|
|
313
|
+
content: "\e84e";
|
|
332
314
|
}
|
|
333
|
-
|
|
334
315
|
.e-gantt .e-cancel::before {
|
|
335
|
-
content:
|
|
316
|
+
content: "\e842";
|
|
336
317
|
}
|
|
337
|
-
|
|
338
318
|
.e-gantt .e-save::before {
|
|
339
|
-
content:
|
|
319
|
+
content: "\e964";
|
|
340
320
|
}
|
|
341
|
-
|
|
342
321
|
.e-gantt .e-update::before {
|
|
343
|
-
content:
|
|
322
|
+
content: "\e735";
|
|
344
323
|
}
|
|
345
|
-
|
|
346
324
|
.e-gantt .e-search-icon::before {
|
|
347
|
-
content:
|
|
325
|
+
content: "\e961";
|
|
348
326
|
}
|
|
349
|
-
|
|
350
327
|
.e-gantt .e-cancel-icon::before {
|
|
351
|
-
content:
|
|
328
|
+
content: "\e842";
|
|
352
329
|
}
|
|
353
|
-
|
|
354
330
|
.e-gantt .e-notes-info::before {
|
|
355
|
-
content:
|
|
331
|
+
content: "🛈";
|
|
356
332
|
}
|
|
357
|
-
|
|
358
333
|
.e-gantt .e-left-resize-gripper::before,
|
|
359
334
|
.e-gantt .e-right-resize-gripper::before {
|
|
360
|
-
content:
|
|
335
|
+
content: "\ebc7";
|
|
361
336
|
}
|
|
362
|
-
|
|
363
337
|
.e-gantt .e-expandall::before {
|
|
364
|
-
content:
|
|
338
|
+
content: "\e558";
|
|
365
339
|
}
|
|
366
|
-
|
|
367
340
|
.e-gantt .e-collapseall::before {
|
|
368
|
-
content:
|
|
341
|
+
content: "\e557";
|
|
369
342
|
}
|
|
370
|
-
|
|
371
343
|
.e-gantt .e-prevtimespan::before {
|
|
372
|
-
content:
|
|
344
|
+
content: "\e85b";
|
|
373
345
|
}
|
|
374
|
-
|
|
375
346
|
.e-gantt .e-nexttimespan::before {
|
|
376
|
-
content:
|
|
347
|
+
content: "\e85f";
|
|
377
348
|
}
|
|
378
|
-
|
|
379
349
|
.e-gantt .e-zoomin::before {
|
|
380
|
-
content:
|
|
350
|
+
content: "\e349";
|
|
381
351
|
}
|
|
382
|
-
|
|
383
352
|
.e-gantt .e-zoomout::before {
|
|
384
|
-
content:
|
|
353
|
+
content: "\e351";
|
|
385
354
|
}
|
|
386
|
-
|
|
387
355
|
.e-gantt .e-zoomtofit::before {
|
|
388
|
-
content:
|
|
356
|
+
content: "\e657";
|
|
389
357
|
}
|
|
390
|
-
|
|
391
358
|
.e-gantt .e-csvexport::before {
|
|
392
|
-
content:
|
|
359
|
+
content: "\e241";
|
|
393
360
|
}
|
|
394
|
-
|
|
395
361
|
.e-gantt .e-excelexport::before {
|
|
396
|
-
content:
|
|
362
|
+
content: "\e242";
|
|
397
363
|
}
|
|
398
|
-
|
|
399
364
|
.e-gantt .e-pdfexport::before {
|
|
400
|
-
content:
|
|
365
|
+
content: "\e240";
|
|
401
366
|
}
|
|
402
|
-
|
|
403
367
|
.e-gantt .e-indent::before {
|
|
404
|
-
content:
|
|
368
|
+
content: "\e33f";
|
|
405
369
|
}
|
|
406
|
-
|
|
407
370
|
.e-gantt .e-outdent::before {
|
|
408
|
-
content:
|
|
371
|
+
content: "\e35d";
|
|
409
372
|
}
|
|
410
|
-
|
|
411
373
|
.e-gantt .e-add-above::before {
|
|
412
|
-
content:
|
|
374
|
+
content: "\e658";
|
|
413
375
|
}
|
|
414
|
-
|
|
415
376
|
.e-gantt .e-add-below::before {
|
|
416
|
-
content:
|
|
377
|
+
content: "\e659";
|
|
417
378
|
}
|
|
418
379
|
|
|
419
380
|
.e-gantt.e-device .e-backarrowspan::before,
|
|
420
381
|
.e-gantt.e-device .e-icon-dlg-close::before {
|
|
421
|
-
content:
|
|
382
|
+
content: "\e85b";
|
|
422
383
|
}
|
|
423
|
-
|
|
424
384
|
.e-gantt.e-device .e-left-resize-gripper::before,
|
|
425
385
|
.e-gantt.e-device .e-right-resize-gripper::before {
|
|
426
|
-
content:
|
|
386
|
+
content: "\e903";
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
.e-gantt-tooltip-arrow-left::before {
|
|
390
|
+
content: "\e85b";
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
.e-gantt-tooltip-arrow-right::before {
|
|
394
|
+
content: "\e85f";
|
|
427
395
|
}
|
|
428
396
|
|
|
429
397
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
430
398
|
height: 64px;
|
|
431
399
|
}
|
|
432
|
-
|
|
433
400
|
.e-bigger .e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
434
401
|
height: 32px;
|
|
435
402
|
}
|
|
436
|
-
|
|
403
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
404
|
+
.e-bigger .e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
405
|
+
padding-left: 10px;
|
|
406
|
+
padding-right: 10px;
|
|
407
|
+
width: 30px;
|
|
408
|
+
}
|
|
409
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
410
|
+
border-radius: 4px !important;
|
|
411
|
+
font-size: 12px !important;
|
|
412
|
+
height: 26px !important;
|
|
413
|
+
padding: 4px 11px 4px 9px !important;
|
|
414
|
+
top: 65px !important;
|
|
415
|
+
}
|
|
416
|
+
.e-bigger .e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
417
|
+
border-bottom: 6px solid transparent;
|
|
418
|
+
border-right: 6px solid transparent;
|
|
419
|
+
border-right-color: #8a6d3b;
|
|
420
|
+
border-top: 6px solid transparent;
|
|
421
|
+
top: 73px !important;
|
|
422
|
+
}
|
|
423
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-resize-gripper::before,
|
|
424
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-resize-gripper::before {
|
|
425
|
+
content: "\e92c";
|
|
426
|
+
}
|
|
427
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
428
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
429
|
+
.e-bigger .e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
430
|
+
.e-bigger .e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
431
|
+
border-radius: 50%;
|
|
432
|
+
display: inline-block;
|
|
433
|
+
position: absolute;
|
|
434
|
+
}
|
|
435
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
436
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
437
|
+
border-style: solid;
|
|
438
|
+
border-width: 1px;
|
|
439
|
+
box-sizing: content-box;
|
|
440
|
+
cursor: pointer;
|
|
441
|
+
display: inline-block;
|
|
442
|
+
}
|
|
443
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
444
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
445
|
+
background-color: #21527d;
|
|
446
|
+
border-color: #fff;
|
|
447
|
+
}
|
|
448
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
449
|
+
.e-bigger .e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
450
|
+
background-color: #21527d;
|
|
451
|
+
border-color: #fff;
|
|
452
|
+
outline: 2px solid #75acdb;
|
|
453
|
+
}
|
|
437
454
|
.e-bigger .e-gantt .e-gantt-tree-grid-pane .e-columnheader .e-headercell {
|
|
438
455
|
height: 63px !important;
|
|
439
456
|
}
|
|
440
|
-
|
|
457
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
|
|
458
|
+
background-color: #000000;
|
|
459
|
+
border-color: #000000;
|
|
460
|
+
color: #F9FAFB;
|
|
461
|
+
font-size: 12px;
|
|
462
|
+
line-height: 18px;
|
|
463
|
+
padding: 0 8px 0 0;
|
|
464
|
+
}
|
|
465
|
+
.e-bigger .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
|
|
466
|
+
background-color: #000000;
|
|
467
|
+
border-color: #000000;
|
|
468
|
+
color: #F9FAFB;
|
|
469
|
+
font-size: 12px;
|
|
470
|
+
line-height: 18px;
|
|
471
|
+
padding: 0 0 0 8px;
|
|
472
|
+
}
|
|
473
|
+
.e-bigger .e-tooltip-wrap .e-tip-content {
|
|
474
|
+
padding: 3px !important;
|
|
475
|
+
}
|
|
476
|
+
.e-bigger .e-grid .e-flmenu-valuediv {
|
|
477
|
+
padding: 16px 0 0 !important;
|
|
478
|
+
}
|
|
479
|
+
.e-bigger .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
480
|
+
padding: 0 16px !important;
|
|
481
|
+
}
|
|
441
482
|
.e-bigger .e-columnmenu {
|
|
442
483
|
top: 40px;
|
|
443
484
|
}
|
|
444
|
-
|
|
485
|
+
.e-bigger .e-gantt-dialog {
|
|
486
|
+
border-radius: 6px;
|
|
487
|
+
width: 556px !important;
|
|
488
|
+
}
|
|
445
489
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
446
|
-
padding: 16px
|
|
490
|
+
padding: 16px 12px 0 16px;
|
|
447
491
|
}
|
|
448
|
-
|
|
449
492
|
.e-bigger .e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
450
|
-
padding: 16px
|
|
493
|
+
padding: 16px 16px 0 12px;
|
|
451
494
|
}
|
|
452
|
-
|
|
453
495
|
.e-bigger .e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
454
|
-
padding: 16px 18px 0
|
|
496
|
+
padding: 16px 18px 0 9px;
|
|
497
|
+
}
|
|
498
|
+
.e-bigger .e-gantt-dialog .e-edit-form-row {
|
|
499
|
+
height: 242px !important;
|
|
500
|
+
}
|
|
501
|
+
.e-bigger .e-gantt-dialog .e-edit-form-column {
|
|
502
|
+
height: 76px !important;
|
|
503
|
+
}
|
|
504
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
505
|
+
border-bottom: 0 !important;
|
|
506
|
+
}
|
|
507
|
+
.e-bigger .e-gantt-dialog > .e-dlg-content {
|
|
508
|
+
border-radius: 0 !important;
|
|
509
|
+
}
|
|
510
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content {
|
|
511
|
+
border-radius: 6px 6px 0px 0px;
|
|
512
|
+
padding-bottom: 20px;
|
|
513
|
+
}
|
|
514
|
+
.e-bigger .e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
515
|
+
border-radius: 50%;
|
|
516
|
+
height: auto !important;
|
|
517
|
+
width: auto !important;
|
|
518
|
+
}
|
|
519
|
+
.e-bigger .e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
520
|
+
margin-left: 5px !important;
|
|
521
|
+
}
|
|
522
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
523
|
+
font-size: 16px !important;
|
|
524
|
+
}
|
|
525
|
+
.e-bigger .e-float-input.e-control-wrapper {
|
|
526
|
+
width: 250px !important;
|
|
527
|
+
}
|
|
528
|
+
.e-bigger .e-predecessor-tooltip {
|
|
529
|
+
background-color: #000000;
|
|
530
|
+
}
|
|
531
|
+
.e-bigger .e-predecessor-dialog {
|
|
532
|
+
background-color: #f5f5f5;
|
|
533
|
+
}
|
|
534
|
+
.e-bigger .e-predecessor-dialog .e-dlg-content {
|
|
535
|
+
background-color: #f5f5f5;
|
|
536
|
+
padding: 10px 9px 9px 14px !important;
|
|
537
|
+
}
|
|
538
|
+
.e-bigger .e-dialog .e-dlg-header-content {
|
|
539
|
+
padding: 16px 4px 16px 16px !important;
|
|
540
|
+
}
|
|
541
|
+
.e-bigger .e-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
542
|
+
left: 0 !important;
|
|
543
|
+
}
|
|
544
|
+
.e-bigger .e-dialog .e-btn .e-btn-icon.e-icon-dlg-close {
|
|
545
|
+
font-size: 12px !important;
|
|
546
|
+
}
|
|
547
|
+
.e-bigger .e-dialog .e-footer-content {
|
|
548
|
+
height: 70px !important;
|
|
549
|
+
padding: 16px !important;
|
|
550
|
+
}
|
|
551
|
+
.e-bigger .e-dialog .e-footer-content .e-btn {
|
|
552
|
+
margin-left: 12px;
|
|
553
|
+
}
|
|
554
|
+
.e-bigger .e-dialog .e-dlg-header {
|
|
555
|
+
line-height: 28px;
|
|
556
|
+
}
|
|
557
|
+
.e-bigger .e-tab .e-content {
|
|
558
|
+
height: 242px !important;
|
|
559
|
+
}
|
|
560
|
+
.e-bigger .e-filter-popup {
|
|
561
|
+
width: 350px !important;
|
|
562
|
+
}
|
|
563
|
+
.e-bigger .e-dlg-content {
|
|
564
|
+
border-radius: 6px !important;
|
|
565
|
+
padding: 32px 16px 16px !important;
|
|
566
|
+
}
|
|
567
|
+
.e-bigger .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
|
|
568
|
+
font-size: 14px;
|
|
569
|
+
line-height: 22px;
|
|
570
|
+
}
|
|
571
|
+
.e-bigger .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
|
|
572
|
+
font-size: 14px;
|
|
573
|
+
line-height: 22px;
|
|
574
|
+
}
|
|
575
|
+
.e-bigger .e-float-input.e-control-wrapper input {
|
|
576
|
+
height: 34px !important;
|
|
577
|
+
}
|
|
578
|
+
.e-bigger .e-left-btn:disabled {
|
|
579
|
+
color: #ADADAD !important;
|
|
580
|
+
}
|
|
581
|
+
.e-bigger .e-right-btn:disabled {
|
|
582
|
+
color: #ADADAD !important;
|
|
583
|
+
}
|
|
584
|
+
.e-bigger .e-input-group-icon.e-date-icon {
|
|
585
|
+
min-width: 36px !important;
|
|
586
|
+
}
|
|
587
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
588
|
+
min-height: 35px !important;
|
|
589
|
+
min-width: 35.82px !important;
|
|
590
|
+
}
|
|
591
|
+
.e-bigger .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
|
|
592
|
+
min-height: 35px !important;
|
|
593
|
+
min-width: 35.82px !important;
|
|
594
|
+
}
|
|
595
|
+
.e-bigger .e-control-wrapper .e-input-group-icon.e-time-icon {
|
|
596
|
+
min-height: 35px !important;
|
|
597
|
+
min-width: 35.82px !important;
|
|
598
|
+
}
|
|
599
|
+
.e-bigger .e-input-group.e-control-wrapper {
|
|
600
|
+
height: 36px;
|
|
601
|
+
}
|
|
602
|
+
.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
603
|
+
font-size: 16px !important;
|
|
604
|
+
}
|
|
605
|
+
.e-bigger .e-btn.e-flat {
|
|
606
|
+
line-height: 24px;
|
|
607
|
+
padding: 6px 16px 6px 15px !important;
|
|
608
|
+
}
|
|
609
|
+
.e-bigger .e-btn.e-primary {
|
|
610
|
+
padding: 6px 21px 6px 23px !important;
|
|
455
611
|
}
|
|
456
612
|
|
|
457
613
|
.e-gantt {
|
|
458
614
|
display: block;
|
|
459
615
|
width: 100%;
|
|
460
616
|
}
|
|
461
|
-
|
|
462
617
|
.e-gantt .e-cloneproperties {
|
|
463
618
|
padding: 4px 5px;
|
|
464
619
|
}
|
|
465
|
-
|
|
466
620
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
|
|
467
621
|
left: -5px;
|
|
468
622
|
position: relative;
|
|
469
623
|
}
|
|
470
|
-
|
|
471
624
|
.e-gantt .e-cloneproperties {
|
|
472
625
|
border-style: solid;
|
|
473
626
|
border-width: 1px;
|
|
@@ -485,127 +638,101 @@
|
|
|
485
638
|
white-space: nowrap;
|
|
486
639
|
z-index: 100;
|
|
487
640
|
}
|
|
488
|
-
|
|
489
641
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
490
642
|
border-spacing: 0;
|
|
491
643
|
font-size: 12px;
|
|
492
644
|
font-weight: normal;
|
|
493
645
|
overflow: visible;
|
|
494
646
|
}
|
|
495
|
-
|
|
496
647
|
.e-gantt .e-cloneproperties .e-bothganttlines {
|
|
497
648
|
border-width: 1px 0 0 1px;
|
|
498
649
|
}
|
|
499
|
-
|
|
500
650
|
.e-gantt .e-draganddrop {
|
|
501
651
|
border-width: 0 1px 1px;
|
|
502
652
|
font-weight: normal;
|
|
503
653
|
padding: 0;
|
|
504
654
|
}
|
|
505
|
-
|
|
506
655
|
.e-gantt .e-draganddrop .e-rowcell {
|
|
507
|
-
opacity: .95;
|
|
656
|
+
opacity: 0.95;
|
|
508
657
|
}
|
|
509
|
-
|
|
510
658
|
.e-gantt .e-cloneproperties.e-draganddrop table {
|
|
511
659
|
border-spacing: 0;
|
|
512
660
|
}
|
|
513
|
-
|
|
514
661
|
.e-gantt .e-icons.e-errorelem {
|
|
515
662
|
display: inline-block;
|
|
516
663
|
padding-left: 10px;
|
|
517
664
|
vertical-align: middle;
|
|
518
665
|
}
|
|
519
|
-
|
|
520
666
|
.e-gantt .e-errorelem::before {
|
|
521
667
|
color: #e3165b;
|
|
522
|
-
content:
|
|
668
|
+
content: "\e22a";
|
|
523
669
|
transform: rotate(180deg);
|
|
524
670
|
}
|
|
525
|
-
|
|
526
|
-
.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
|
|
527
|
-
.e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
671
|
+
.e-gantt .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop, .e-gantt .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
|
|
528
672
|
border-bottom: 0;
|
|
529
673
|
border-right: 1px solid #888;
|
|
530
674
|
border-top: 1px solid #888;
|
|
531
675
|
}
|
|
532
|
-
|
|
533
676
|
.e-gantt .e-gantt-toolbar {
|
|
534
677
|
border-bottom-left-radius: 0;
|
|
535
678
|
border-bottom-right-radius: 0;
|
|
536
679
|
border-style: solid;
|
|
537
680
|
border-width: 1px 1px 0;
|
|
538
681
|
}
|
|
539
|
-
|
|
540
682
|
.e-gantt .e-flmenu-valuediv {
|
|
541
683
|
padding-top: 24px;
|
|
542
684
|
}
|
|
543
|
-
|
|
544
685
|
.e-gantt .e-gantt-splitter .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
|
|
545
686
|
margin: 0;
|
|
546
687
|
}
|
|
547
|
-
|
|
548
688
|
.e-gantt .e-gantt-splitter .e-pane {
|
|
549
689
|
overflow: hidden !important;
|
|
550
690
|
}
|
|
551
|
-
|
|
552
691
|
.e-gantt .e-temp-content {
|
|
553
692
|
border-left: 1px solid;
|
|
554
693
|
}
|
|
555
|
-
|
|
556
694
|
.e-gantt .e-tab {
|
|
557
695
|
border: 0;
|
|
558
696
|
}
|
|
559
|
-
|
|
560
697
|
.e-gantt .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
561
698
|
border-color: transparent;
|
|
562
699
|
}
|
|
563
|
-
|
|
564
700
|
.e-gantt .e-gantt-tree-grid-pane .e-grid {
|
|
565
701
|
border-width: 0;
|
|
566
702
|
}
|
|
567
|
-
|
|
568
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
569
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
570
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=
|
|
571
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-
|
|
572
|
-
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
703
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
704
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
705
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
706
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-rtl .e-gridhover tr[role=row]:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
|
|
707
|
+
.e-gantt .e-gantt-tree-grid-pane .e-grid.e-gridhover tr[role=row]:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
|
|
573
708
|
background-color: transparent;
|
|
574
709
|
}
|
|
575
|
-
|
|
576
710
|
.e-gantt .e-gantt-tree-grid-pane .e-gantt-temp-header {
|
|
577
711
|
border-bottom-style: solid;
|
|
578
712
|
border-bottom-width: 1px;
|
|
579
713
|
height: 45px;
|
|
580
714
|
}
|
|
581
|
-
|
|
582
715
|
.e-gantt .e-gantt-tree-grid-pane .e-headercontent {
|
|
583
716
|
border-right-width: 0 !important;
|
|
584
717
|
}
|
|
585
|
-
|
|
586
718
|
.e-gantt .e-gantt-tree-grid-pane .e-gridheader {
|
|
587
719
|
border-top-style: none;
|
|
588
720
|
border-top-width: 0;
|
|
589
721
|
padding-right: 0 !important;
|
|
590
722
|
}
|
|
591
|
-
|
|
592
723
|
.e-gantt .e-gantt-tree-grid-pane .e-columnheader,
|
|
593
724
|
.e-gantt .e-gantt-tree-grid-pane .e-headercell {
|
|
594
725
|
height: 63px !important;
|
|
595
726
|
}
|
|
596
|
-
|
|
597
727
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content {
|
|
598
728
|
overflow-x: scroll !important;
|
|
599
729
|
}
|
|
600
|
-
|
|
601
730
|
.e-gantt .e-gantt-tree-grid-pane .e-gridcontent .e-content.e-gantt-scroll-padding {
|
|
602
731
|
width: calc(100% + 17px);
|
|
603
732
|
}
|
|
604
|
-
|
|
605
733
|
.e-gantt .e-gantt-tree-grid-pane .e-ganttnotes-info {
|
|
606
734
|
text-align: center;
|
|
607
735
|
}
|
|
608
|
-
|
|
609
736
|
.e-gantt .e-gantt-tree-grid-pane .e-icons.e-notes-info {
|
|
610
737
|
display: inline-block;
|
|
611
738
|
font-size: 18px;
|
|
@@ -613,41 +740,35 @@
|
|
|
613
740
|
line-height: 10px;
|
|
614
741
|
vertical-align: middle;
|
|
615
742
|
}
|
|
616
|
-
|
|
617
743
|
.e-gantt .e-gantt-chart {
|
|
618
744
|
height: 100%;
|
|
619
745
|
overflow: hidden;
|
|
620
746
|
position: relative;
|
|
621
747
|
width: 100%;
|
|
622
748
|
}
|
|
623
|
-
|
|
624
749
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
625
750
|
border-right: 0 solid;
|
|
626
751
|
}
|
|
627
|
-
|
|
628
752
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-content {
|
|
629
753
|
-webkit-overflow-scrolling: touch;
|
|
630
754
|
overflow-x: scroll;
|
|
631
755
|
overflow-y: auto;
|
|
632
756
|
position: relative;
|
|
633
757
|
}
|
|
634
|
-
|
|
635
758
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-nonworking-day-container {
|
|
636
759
|
position: absolute;
|
|
637
760
|
}
|
|
638
|
-
|
|
639
761
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-event-markers-container {
|
|
640
762
|
position: absolute;
|
|
641
763
|
}
|
|
642
|
-
|
|
643
764
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-holiday-container {
|
|
765
|
+
height: 100%;
|
|
644
766
|
position: absolute;
|
|
645
767
|
}
|
|
646
|
-
|
|
647
768
|
.e-gantt .e-gantt-chart .e-chart-root-container .e-weekend-container {
|
|
769
|
+
height: 100%;
|
|
648
770
|
position: absolute;
|
|
649
771
|
}
|
|
650
|
-
|
|
651
772
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
652
773
|
border-bottom-style: solid;
|
|
653
774
|
border-right-width: 0;
|
|
@@ -655,12 +776,10 @@
|
|
|
655
776
|
position: relative;
|
|
656
777
|
z-index: 6;
|
|
657
778
|
}
|
|
658
|
-
|
|
659
779
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container > thead > tr > th {
|
|
660
780
|
border-left: 0;
|
|
661
781
|
padding: 0 3px;
|
|
662
782
|
}
|
|
663
|
-
|
|
664
783
|
.e-gantt .e-gantt-chart .e-timeline-header-table-container {
|
|
665
784
|
border-collapse: collapse;
|
|
666
785
|
border-spacing: 0;
|
|
@@ -669,7 +788,6 @@
|
|
|
669
788
|
margin: 0;
|
|
670
789
|
padding: 0;
|
|
671
790
|
}
|
|
672
|
-
|
|
673
791
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
|
|
674
792
|
border-collapse: collapse;
|
|
675
793
|
box-sizing: border-box;
|
|
@@ -677,12 +795,10 @@
|
|
|
677
795
|
transform: scale(1);
|
|
678
796
|
white-space: nowrap;
|
|
679
797
|
}
|
|
680
|
-
|
|
681
798
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body > tr {
|
|
682
799
|
display: -ms-inline-flexbox;
|
|
683
800
|
display: inline-flex;
|
|
684
801
|
}
|
|
685
|
-
|
|
686
802
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
687
803
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
688
804
|
border-spacing: 0;
|
|
@@ -703,7 +819,6 @@
|
|
|
703
819
|
user-select: none;
|
|
704
820
|
white-space: nowrap;
|
|
705
821
|
}
|
|
706
|
-
|
|
707
822
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-header-cell-label,
|
|
708
823
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-header-cell-label {
|
|
709
824
|
box-sizing: border-box;
|
|
@@ -713,13 +828,11 @@
|
|
|
713
828
|
text-overflow: ellipsis;
|
|
714
829
|
white-space: nowrap;
|
|
715
830
|
}
|
|
716
|
-
|
|
717
831
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell .e-gantt-top-cell-text,
|
|
718
832
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell .e-gantt-top-cell-text {
|
|
719
833
|
padding-left: 8px;
|
|
720
834
|
text-align: left;
|
|
721
835
|
}
|
|
722
|
-
|
|
723
836
|
.e-gantt .e-gantt-chart .e-gantt-grid-lines {
|
|
724
837
|
border-bottom-style: solid;
|
|
725
838
|
border-bottom-width: 1px;
|
|
@@ -727,37 +840,30 @@
|
|
|
727
840
|
border-spacing: 0;
|
|
728
841
|
box-sizing: border-box;
|
|
729
842
|
}
|
|
730
|
-
|
|
731
843
|
.e-gantt .e-gantt-chart .e-zero-spacing {
|
|
732
844
|
border-spacing: 0;
|
|
733
845
|
}
|
|
734
|
-
|
|
735
846
|
.e-gantt .e-gantt-chart .e-chart-row:first-child .e-chart-row-border {
|
|
736
847
|
border-top-color: transparent;
|
|
737
848
|
}
|
|
738
|
-
|
|
739
849
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border {
|
|
740
850
|
border-collapse: separate;
|
|
741
851
|
border-style: solid;
|
|
742
852
|
border-width: 1px 0 0;
|
|
743
853
|
}
|
|
744
|
-
|
|
745
854
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-cell {
|
|
746
855
|
font-size: 0;
|
|
747
856
|
padding: 0;
|
|
748
857
|
}
|
|
749
|
-
|
|
750
858
|
.e-gantt .e-gantt-chart .e-chart-row .e-chart-row-border.e-lastrow {
|
|
751
859
|
border-bottom-width: 1px;
|
|
752
860
|
}
|
|
753
|
-
|
|
754
861
|
.e-gantt .e-gantt-chart .e-line-container-cell {
|
|
755
862
|
border-right-style: solid;
|
|
756
863
|
border-right-width: 1px;
|
|
757
864
|
height: 100%;
|
|
758
865
|
position: absolute;
|
|
759
866
|
}
|
|
760
|
-
|
|
761
867
|
.e-gantt .e-gantt-chart .e-taskbar-main-container {
|
|
762
868
|
cursor: move;
|
|
763
869
|
display: inline-block;
|
|
@@ -765,7 +871,6 @@
|
|
|
765
871
|
vertical-align: middle;
|
|
766
872
|
z-index: 3;
|
|
767
873
|
}
|
|
768
|
-
|
|
769
874
|
.e-gantt .e-gantt-chart .e-left-label-container.e-left-label-temp-container {
|
|
770
875
|
-ms-flex-align: center;
|
|
771
876
|
align-items: center;
|
|
@@ -777,7 +882,6 @@
|
|
|
777
882
|
text-overflow: ellipsis;
|
|
778
883
|
white-space: nowrap;
|
|
779
884
|
}
|
|
780
|
-
|
|
781
885
|
.e-gantt .e-gantt-chart .e-right-label-container.e-right-label-temp-container {
|
|
782
886
|
-ms-flex-align: center;
|
|
783
887
|
align-items: center;
|
|
@@ -790,16 +894,13 @@
|
|
|
790
894
|
text-overflow: ellipsis;
|
|
791
895
|
white-space: nowrap;
|
|
792
896
|
}
|
|
793
|
-
|
|
794
897
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
795
898
|
display: inline-block;
|
|
796
899
|
}
|
|
797
|
-
|
|
798
900
|
.e-gantt .e-gantt-chart .e-left-label-inner-div,
|
|
799
901
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
800
902
|
overflow: hidden;
|
|
801
903
|
}
|
|
802
|
-
|
|
803
904
|
.e-gantt .e-gantt-chart .e-left-label-inner-div {
|
|
804
905
|
-ms-flex-align: center;
|
|
805
906
|
align-items: center;
|
|
@@ -809,21 +910,18 @@
|
|
|
809
910
|
justify-content: flex-end;
|
|
810
911
|
width: 100%;
|
|
811
912
|
}
|
|
812
|
-
|
|
813
913
|
.e-gantt .e-gantt-chart .e-label {
|
|
814
914
|
margin: 3px;
|
|
815
915
|
overflow: hidden;
|
|
816
916
|
text-overflow: ellipsis;
|
|
817
917
|
white-space: nowrap;
|
|
818
918
|
}
|
|
819
|
-
|
|
820
919
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
821
920
|
background-color: transparent;
|
|
822
921
|
display: inline-block;
|
|
823
922
|
margin: 0;
|
|
824
923
|
position: absolute;
|
|
825
924
|
}
|
|
826
|
-
|
|
827
925
|
.e-gantt .e-gantt-chart .e-right-label-inner-div {
|
|
828
926
|
-ms-flex-align: center;
|
|
829
927
|
align-items: center;
|
|
@@ -833,7 +931,6 @@
|
|
|
833
931
|
outline: none;
|
|
834
932
|
overflow: hidden;
|
|
835
933
|
}
|
|
836
|
-
|
|
837
934
|
.e-gantt .e-gantt-chart .e-indicator-span {
|
|
838
935
|
display: inline-block;
|
|
839
936
|
font-size: 13px;
|
|
@@ -842,7 +939,6 @@
|
|
|
842
939
|
position: absolute;
|
|
843
940
|
text-overflow: ellipsis;
|
|
844
941
|
}
|
|
845
|
-
|
|
846
942
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar,
|
|
847
943
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar,
|
|
848
944
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar,
|
|
@@ -853,18 +949,15 @@
|
|
|
853
949
|
display: inline-block;
|
|
854
950
|
width: 100%;
|
|
855
951
|
}
|
|
856
|
-
|
|
857
952
|
.e-gantt .e-gantt-chart .e-manualparent-main-container {
|
|
858
953
|
background-color: transparent;
|
|
859
954
|
cursor: move;
|
|
860
955
|
margin-top: -5px;
|
|
861
956
|
position: absolute;
|
|
862
957
|
}
|
|
863
|
-
|
|
864
958
|
.e-gantt .e-gantt-chart .e-gantt-manualparent-taskbar {
|
|
865
959
|
margin-top: 3px;
|
|
866
960
|
}
|
|
867
|
-
|
|
868
961
|
.e-gantt .e-gantt-chart .e-gantt-split-container-line {
|
|
869
962
|
border-color: inherit;
|
|
870
963
|
border-top-style: dotted;
|
|
@@ -876,7 +969,6 @@
|
|
|
876
969
|
top: 50%;
|
|
877
970
|
width: 98%;
|
|
878
971
|
}
|
|
879
|
-
|
|
880
972
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div,
|
|
881
973
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
882
974
|
border-spacing: 0;
|
|
@@ -886,28 +978,23 @@
|
|
|
886
978
|
padding: 0;
|
|
887
979
|
z-index: 3;
|
|
888
980
|
}
|
|
889
|
-
|
|
890
981
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
891
982
|
z-index: 3;
|
|
892
983
|
}
|
|
893
|
-
|
|
894
984
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div,
|
|
895
985
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
896
986
|
box-sizing: border-box;
|
|
897
987
|
text-align: right;
|
|
898
988
|
}
|
|
899
|
-
|
|
900
989
|
.e-gantt .e-gantt-chart .e-chart-scroll-container,
|
|
901
990
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
902
991
|
-webkit-user-select: none;
|
|
903
992
|
-ms-user-select: none;
|
|
904
993
|
user-select: none;
|
|
905
994
|
}
|
|
906
|
-
|
|
907
995
|
.e-gantt .e-gantt-chart .e-chart-rows-container {
|
|
908
996
|
line-height: initial;
|
|
909
997
|
}
|
|
910
|
-
|
|
911
998
|
.e-gantt .e-gantt-chart .e-taskbar-left-resizer,
|
|
912
999
|
.e-gantt .e-gantt-chart .e-taskbar-right-resizer {
|
|
913
1000
|
display: inline-block;
|
|
@@ -916,7 +1003,6 @@
|
|
|
916
1003
|
width: 10px;
|
|
917
1004
|
z-index: 4;
|
|
918
1005
|
}
|
|
919
|
-
|
|
920
1006
|
.e-gantt .e-gantt-chart .e-child-progress-resizer {
|
|
921
1007
|
display: inline-block;
|
|
922
1008
|
height: 15px;
|
|
@@ -925,62 +1011,53 @@
|
|
|
925
1011
|
width: 20px;
|
|
926
1012
|
z-index: 5;
|
|
927
1013
|
}
|
|
928
|
-
|
|
929
1014
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper {
|
|
930
1015
|
cursor: col-resize;
|
|
931
1016
|
}
|
|
932
|
-
|
|
933
1017
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
934
|
-
border-style: solid;
|
|
935
1018
|
border-width: 1px;
|
|
936
1019
|
box-sizing: content-box;
|
|
937
1020
|
cursor: col-resize;
|
|
938
1021
|
height: 2px;
|
|
939
1022
|
position: absolute;
|
|
940
1023
|
top: 7px;
|
|
941
|
-
width: 12px;
|
|
942
1024
|
}
|
|
943
|
-
|
|
944
1025
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-element {
|
|
945
1026
|
border-bottom-style: solid;
|
|
946
|
-
border-bottom-width:
|
|
1027
|
+
border-bottom-width: 8px;
|
|
947
1028
|
border-left: 7px solid transparent;
|
|
948
1029
|
border-right: 7px solid transparent;
|
|
949
1030
|
cursor: col-resize;
|
|
950
1031
|
height: 0;
|
|
951
|
-
left:
|
|
1032
|
+
left: 0;
|
|
952
1033
|
position: absolute;
|
|
953
1034
|
top: -7px;
|
|
954
1035
|
width: 0;
|
|
955
1036
|
}
|
|
956
|
-
|
|
957
1037
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
958
1038
|
border-bottom-style: solid;
|
|
959
|
-
border-bottom-width:
|
|
1039
|
+
border-bottom-width: 8px;
|
|
960
1040
|
border-left: 6px solid transparent;
|
|
961
1041
|
border-right: 6px solid transparent;
|
|
962
1042
|
cursor: col-resize;
|
|
963
1043
|
height: 0;
|
|
964
|
-
left:
|
|
1044
|
+
left: 1px;
|
|
965
1045
|
position: absolute;
|
|
966
|
-
top: -
|
|
1046
|
+
top: -7px;
|
|
967
1047
|
width: 0;
|
|
968
1048
|
}
|
|
969
|
-
|
|
970
1049
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
971
1050
|
border-radius: 2px;
|
|
972
1051
|
box-sizing: border-box;
|
|
973
1052
|
position: absolute;
|
|
974
1053
|
z-index: 2;
|
|
975
1054
|
}
|
|
976
|
-
|
|
977
1055
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
978
1056
|
.e-gantt .e-gantt-chart .e-parent-milestone-top,
|
|
979
1057
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top {
|
|
980
1058
|
border-style: none solid solid;
|
|
981
1059
|
border-top: 0;
|
|
982
1060
|
}
|
|
983
|
-
|
|
984
1061
|
.e-gantt .e-gantt-chart .e-milestone-top,
|
|
985
1062
|
.e-gantt .e-gantt-chart .e-milestone-bottom,
|
|
986
1063
|
.e-gantt .e-gantt-chart .e-parent-milestone-top,
|
|
@@ -990,19 +1067,16 @@
|
|
|
990
1067
|
border-left-color: transparent;
|
|
991
1068
|
border-right-color: transparent;
|
|
992
1069
|
}
|
|
993
|
-
|
|
994
1070
|
.e-gantt .e-gantt-chart .e-milestone-bottom,
|
|
995
1071
|
.e-gantt .e-gantt-chart .e-parent-milestone-bottom,
|
|
996
1072
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
997
1073
|
border-bottom: 0;
|
|
998
1074
|
border-style: solid solid none;
|
|
999
1075
|
}
|
|
1000
|
-
|
|
1001
1076
|
.e-gantt .e-gantt-chart .e-baseline-gantt-milestone-container {
|
|
1002
1077
|
position: absolute;
|
|
1003
1078
|
z-index: 2;
|
|
1004
1079
|
}
|
|
1005
|
-
|
|
1006
1080
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1007
1081
|
display: inline;
|
|
1008
1082
|
font-weight: normal;
|
|
@@ -1013,11 +1087,9 @@
|
|
|
1013
1087
|
vertical-align: middle;
|
|
1014
1088
|
white-space: nowrap;
|
|
1015
1089
|
}
|
|
1016
|
-
|
|
1017
1090
|
.e-gantt .e-gantt-chart .e-task-table {
|
|
1018
1091
|
overflow: hidden;
|
|
1019
1092
|
}
|
|
1020
|
-
|
|
1021
1093
|
.e-gantt .e-gantt-chart .e-left-resize-gripper,
|
|
1022
1094
|
.e-gantt .e-gantt-chart .e-right-resize-gripper {
|
|
1023
1095
|
-ms-flex-align: center;
|
|
@@ -1026,44 +1098,37 @@
|
|
|
1026
1098
|
display: -ms-inline-flexbox;
|
|
1027
1099
|
display: inline-flex;
|
|
1028
1100
|
}
|
|
1029
|
-
|
|
1030
1101
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1031
1102
|
display: inline-block;
|
|
1032
1103
|
position: absolute;
|
|
1033
1104
|
}
|
|
1034
|
-
|
|
1035
1105
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
1036
1106
|
position: absolute;
|
|
1037
1107
|
transform: rotate(-90deg);
|
|
1038
1108
|
white-space: nowrap;
|
|
1039
1109
|
width: 0;
|
|
1040
1110
|
}
|
|
1041
|
-
|
|
1042
1111
|
.e-gantt .e-gantt-chart .e-weekend {
|
|
1043
1112
|
display: inline-block;
|
|
1044
1113
|
position: absolute;
|
|
1045
1114
|
z-index: 0;
|
|
1046
1115
|
}
|
|
1047
|
-
|
|
1048
1116
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-leftarc {
|
|
1049
1117
|
border-bottom-left-radius: 2px;
|
|
1050
1118
|
border-top-left-radius: 2px;
|
|
1051
1119
|
position: absolute;
|
|
1052
1120
|
}
|
|
1053
|
-
|
|
1054
1121
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rightarc {
|
|
1055
1122
|
border-bottom-right-radius: 2px;
|
|
1056
1123
|
border-top-right-radius: 2px;
|
|
1057
1124
|
position: absolute;
|
|
1058
1125
|
}
|
|
1059
|
-
|
|
1060
1126
|
.e-gantt .e-gantt-chart .e-event-markers {
|
|
1061
1127
|
border-left: 1px dashed;
|
|
1062
1128
|
position: absolute;
|
|
1063
1129
|
width: 1px;
|
|
1064
1130
|
z-index: 2;
|
|
1065
1131
|
}
|
|
1066
|
-
|
|
1067
1132
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1068
1133
|
border-radius: 3px;
|
|
1069
1134
|
font-weight: 500;
|
|
@@ -1077,7 +1142,6 @@
|
|
|
1077
1142
|
width: auto;
|
|
1078
1143
|
z-index: 2;
|
|
1079
1144
|
}
|
|
1080
|
-
|
|
1081
1145
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1082
1146
|
border-bottom: 5px solid transparent;
|
|
1083
1147
|
border-right: 5px solid;
|
|
@@ -1087,52 +1151,42 @@
|
|
|
1087
1151
|
top: 60px;
|
|
1088
1152
|
width: 0;
|
|
1089
1153
|
}
|
|
1090
|
-
|
|
1091
1154
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1092
1155
|
border-radius: 0;
|
|
1093
1156
|
border-style: none;
|
|
1094
1157
|
display: inline-block;
|
|
1095
1158
|
}
|
|
1096
|
-
|
|
1097
1159
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1098
1160
|
border-left-style: solid;
|
|
1099
1161
|
border-left-width: 10px;
|
|
1100
1162
|
}
|
|
1101
|
-
|
|
1102
1163
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
1103
1164
|
border-right-style: solid;
|
|
1104
1165
|
border-right-width: 10px;
|
|
1105
1166
|
}
|
|
1106
|
-
|
|
1107
1167
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow,
|
|
1108
1168
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
1109
1169
|
border-bottom: 5px solid transparent;
|
|
1110
1170
|
border-top: 5px solid transparent;
|
|
1111
1171
|
}
|
|
1112
|
-
|
|
1113
1172
|
.e-gantt .e-gantt-chart .e-connector-line-container {
|
|
1114
1173
|
z-index: 5;
|
|
1115
1174
|
}
|
|
1116
|
-
|
|
1117
1175
|
.e-gantt .e-gantt-chart .e-connector-line-z-index {
|
|
1118
1176
|
z-index: 1;
|
|
1119
1177
|
}
|
|
1120
|
-
|
|
1121
1178
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1122
1179
|
outline: 1px solid;
|
|
1123
1180
|
}
|
|
1124
|
-
|
|
1125
1181
|
.e-gantt .e-gantt-chart .e-connector-line-hover-z-index {
|
|
1126
1182
|
z-index: 100;
|
|
1127
1183
|
}
|
|
1128
|
-
|
|
1129
1184
|
.e-gantt .e-gantt-chart .e-connectortouchpoint {
|
|
1130
1185
|
background-color: transparent;
|
|
1131
1186
|
display: block;
|
|
1132
1187
|
position: absolute;
|
|
1133
1188
|
z-index: 5;
|
|
1134
1189
|
}
|
|
1135
|
-
|
|
1136
1190
|
.e-gantt .e-gantt-chart .e-connectorpoint-right,
|
|
1137
1191
|
.e-gantt .e-gantt-chart .e-connectorpoint-left,
|
|
1138
1192
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
@@ -1141,7 +1195,6 @@
|
|
|
1141
1195
|
display: inline-block;
|
|
1142
1196
|
position: absolute;
|
|
1143
1197
|
}
|
|
1144
|
-
|
|
1145
1198
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1146
1199
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1147
1200
|
border-style: solid;
|
|
@@ -1150,11 +1203,9 @@
|
|
|
1150
1203
|
cursor: pointer;
|
|
1151
1204
|
display: inline-block;
|
|
1152
1205
|
}
|
|
1153
|
-
|
|
1154
1206
|
.e-gantt .e-gantt-chart .e-connectorpoint-allow-block {
|
|
1155
1207
|
cursor: no-drop;
|
|
1156
1208
|
}
|
|
1157
|
-
|
|
1158
1209
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left,
|
|
1159
1210
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
|
|
1160
1211
|
background-color: #989A9C;
|
|
@@ -1166,29 +1217,24 @@
|
|
|
1166
1217
|
position: absolute;
|
|
1167
1218
|
width: 10px;
|
|
1168
1219
|
}
|
|
1169
|
-
|
|
1170
1220
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top,
|
|
1171
1221
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
1172
1222
|
border-bottom-color: #989A9C;
|
|
1173
1223
|
}
|
|
1174
|
-
|
|
1175
1224
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-right {
|
|
1176
1225
|
cursor: e-resize;
|
|
1177
1226
|
margin-left: -8px;
|
|
1178
1227
|
}
|
|
1179
|
-
|
|
1180
1228
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar-left {
|
|
1181
1229
|
margin-left: 0;
|
|
1182
1230
|
}
|
|
1183
|
-
|
|
1184
1231
|
.e-gantt .e-gantt-chart .e-gantt-manualparenttaskbar {
|
|
1185
1232
|
background: #989A9C;
|
|
1186
1233
|
margin-top: 3px;
|
|
1187
1234
|
position: absolute;
|
|
1188
1235
|
}
|
|
1189
|
-
|
|
1190
1236
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1191
|
-
font-family:
|
|
1237
|
+
font-family: "e-icons";
|
|
1192
1238
|
font-size: 13px;
|
|
1193
1239
|
font-style: normal;
|
|
1194
1240
|
font-variant: normal;
|
|
@@ -1197,7 +1243,6 @@
|
|
|
1197
1243
|
text-transform: none;
|
|
1198
1244
|
vertical-align: middle;
|
|
1199
1245
|
}
|
|
1200
|
-
|
|
1201
1246
|
.e-gantt .e-gantt-chart .e-active-container {
|
|
1202
1247
|
outline: 1px solid;
|
|
1203
1248
|
outline-offset: 2px;
|
|
@@ -1206,11 +1251,9 @@
|
|
|
1206
1251
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
1207
1252
|
padding-left: 12px;
|
|
1208
1253
|
}
|
|
1209
|
-
|
|
1210
1254
|
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
1211
1255
|
display: block;
|
|
1212
1256
|
}
|
|
1213
|
-
|
|
1214
1257
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
1215
1258
|
border-style: solid;
|
|
1216
1259
|
border-width: 0px;
|
|
@@ -1223,96 +1266,75 @@
|
|
|
1223
1266
|
.e-gantt-dialog {
|
|
1224
1267
|
border: 0;
|
|
1225
1268
|
}
|
|
1226
|
-
|
|
1227
1269
|
.e-gantt-dialog .e-gridform .e-table {
|
|
1228
1270
|
border-spacing: 0;
|
|
1229
1271
|
}
|
|
1230
|
-
|
|
1231
1272
|
.e-gantt-dialog .e-item {
|
|
1232
1273
|
height: 241px;
|
|
1233
1274
|
}
|
|
1234
|
-
|
|
1235
1275
|
.e-gantt-dialog .e-dependent-div {
|
|
1236
1276
|
border-bottom-width: 0px;
|
|
1237
1277
|
}
|
|
1238
|
-
|
|
1239
1278
|
.e-gantt-dialog .e-icon-dlg-close {
|
|
1240
1279
|
opacity: initial;
|
|
1241
1280
|
}
|
|
1242
|
-
|
|
1243
1281
|
.e-gantt-dialog .e-toolbar {
|
|
1244
1282
|
border-top-width: 0;
|
|
1245
1283
|
}
|
|
1246
|
-
|
|
1247
1284
|
.e-gantt-dialog .e-resource-div {
|
|
1248
1285
|
border-bottom-width: 0px;
|
|
1249
1286
|
}
|
|
1250
|
-
|
|
1251
1287
|
.e-gantt-dialog .e-resource-div .e-gridheader {
|
|
1252
1288
|
border-top-width: 0;
|
|
1253
1289
|
}
|
|
1254
|
-
|
|
1255
1290
|
.e-gantt-dialog .e-edit-form-row {
|
|
1256
1291
|
height: 241px;
|
|
1257
1292
|
overflow-y: auto;
|
|
1258
1293
|
}
|
|
1259
|
-
|
|
1260
1294
|
.e-gantt-dialog .e-edit-form-column:nth-child(odd) {
|
|
1261
1295
|
float: left;
|
|
1262
1296
|
padding: 16px 18px 0 18px;
|
|
1263
1297
|
width: 50%;
|
|
1264
1298
|
}
|
|
1265
|
-
|
|
1266
1299
|
.e-gantt-dialog .e-edit-form-column:nth-child(even) {
|
|
1267
1300
|
float: left;
|
|
1268
1301
|
padding: 16px 16px 0 0;
|
|
1269
1302
|
width: 50%;
|
|
1270
1303
|
}
|
|
1271
|
-
|
|
1272
1304
|
.e-gantt-dialog .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
|
|
1273
1305
|
padding: 16px 16px 0 0;
|
|
1274
1306
|
}
|
|
1275
|
-
|
|
1276
1307
|
.e-gantt-dialog .e-edit-form-column {
|
|
1277
1308
|
height: 75px;
|
|
1278
1309
|
}
|
|
1279
|
-
|
|
1280
1310
|
.e-gantt-dialog .e-dependent-div .e-content {
|
|
1281
1311
|
height: 161px;
|
|
1282
1312
|
}
|
|
1283
|
-
|
|
1284
1313
|
.e-gantt-dialog .e-resource-div .e-content {
|
|
1285
1314
|
height: 202px;
|
|
1286
1315
|
}
|
|
1287
|
-
|
|
1288
1316
|
.e-gantt-dialog .e-richtexteditor {
|
|
1289
1317
|
border-bottom-width: 0px;
|
|
1290
1318
|
height: 241px !important;
|
|
1291
1319
|
overflow: hidden;
|
|
1292
1320
|
}
|
|
1293
|
-
|
|
1294
1321
|
.e-gantt-dialog .e-richtexteditor.e-rte-tb-expand {
|
|
1295
1322
|
border-top: 0;
|
|
1296
1323
|
}
|
|
1297
|
-
|
|
1298
1324
|
.e-gantt-dialog .e-richtexteditor .e-rte-content {
|
|
1299
1325
|
border-bottom-width: 0px;
|
|
1300
1326
|
height: 200px;
|
|
1301
1327
|
}
|
|
1302
|
-
|
|
1303
1328
|
.e-gantt-dialog > .e-dlg-content {
|
|
1304
1329
|
padding: 0 !important;
|
|
1305
1330
|
}
|
|
1306
|
-
|
|
1307
1331
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1308
1332
|
border-bottom: 0 !important;
|
|
1309
1333
|
}
|
|
1310
|
-
|
|
1311
1334
|
.e-gantt-dialog .e-dlg-header-content {
|
|
1312
1335
|
border-radius: 6px 6px 0px 0px;
|
|
1313
1336
|
padding-bottom: 20px;
|
|
1314
1337
|
}
|
|
1315
|
-
|
|
1316
1338
|
.e-gantt-dialog .e-dlg-header-content .e-btn.e-dlg-closeicon-btn {
|
|
1317
1339
|
border-radius: 50%;
|
|
1318
1340
|
height: auto !important;
|
|
@@ -1320,7 +1342,7 @@
|
|
|
1320
1342
|
}
|
|
1321
1343
|
|
|
1322
1344
|
.e-icon-rowselect::before {
|
|
1323
|
-
content:
|
|
1345
|
+
content: "\e930";
|
|
1324
1346
|
}
|
|
1325
1347
|
|
|
1326
1348
|
.e-ganttpopup {
|
|
@@ -1332,12 +1354,10 @@
|
|
|
1332
1354
|
user-select: none;
|
|
1333
1355
|
z-index: 99999;
|
|
1334
1356
|
}
|
|
1335
|
-
|
|
1336
1357
|
.e-ganttpopup .e-rowselect {
|
|
1337
1358
|
line-height: 18px;
|
|
1338
1359
|
text-indent: 7%;
|
|
1339
1360
|
}
|
|
1340
|
-
|
|
1341
1361
|
.e-ganttpopup span {
|
|
1342
1362
|
border: 1px solid transparent;
|
|
1343
1363
|
cursor: pointer;
|
|
@@ -1346,7 +1366,6 @@
|
|
|
1346
1366
|
padding: 4px;
|
|
1347
1367
|
width: 26px;
|
|
1348
1368
|
}
|
|
1349
|
-
|
|
1350
1369
|
.e-ganttpopup .e-content {
|
|
1351
1370
|
border-radius: 4px;
|
|
1352
1371
|
border-style: solid;
|
|
@@ -1354,18 +1373,16 @@
|
|
|
1354
1373
|
font-size: 14px;
|
|
1355
1374
|
padding: 4px;
|
|
1356
1375
|
}
|
|
1357
|
-
|
|
1358
1376
|
.e-ganttpopup .e-tail::after,
|
|
1359
1377
|
.e-ganttpopup .e-tail::before,
|
|
1360
1378
|
.e-ganttpopup .e-ganttpopup {
|
|
1361
1379
|
border: 10px solid transparent;
|
|
1362
|
-
content:
|
|
1380
|
+
content: "";
|
|
1363
1381
|
height: 0;
|
|
1364
1382
|
left: 8px;
|
|
1365
1383
|
position: absolute;
|
|
1366
1384
|
width: 0;
|
|
1367
1385
|
}
|
|
1368
|
-
|
|
1369
1386
|
.e-ganttpopup .e-downtail::after {
|
|
1370
1387
|
top: 34px;
|
|
1371
1388
|
}
|
|
@@ -1379,7 +1396,7 @@
|
|
|
1379
1396
|
}
|
|
1380
1397
|
|
|
1381
1398
|
.e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
|
|
1382
|
-
content:
|
|
1399
|
+
content: "";
|
|
1383
1400
|
}
|
|
1384
1401
|
|
|
1385
1402
|
.e-bigger .e-gantt .e-gantt-chart .e-label {
|
|
@@ -1397,140 +1414,115 @@
|
|
|
1397
1414
|
padding: 16px 18px 0 18px;
|
|
1398
1415
|
width: 100%;
|
|
1399
1416
|
}
|
|
1400
|
-
|
|
1401
1417
|
.e-gantt.e-device .e-edit-form-row {
|
|
1402
1418
|
height: auto;
|
|
1403
1419
|
}
|
|
1404
|
-
|
|
1405
1420
|
.e-gantt.e-device .e-adaptive-searchbar {
|
|
1406
1421
|
padding: 5px 10px;
|
|
1407
1422
|
width: 90%;
|
|
1408
1423
|
}
|
|
1409
|
-
|
|
1410
1424
|
.e-gantt.e-device .e-backarrowspan {
|
|
1411
1425
|
font-size: 16px;
|
|
1412
1426
|
padding: 5px 10px;
|
|
1413
1427
|
}
|
|
1414
|
-
|
|
1415
1428
|
.e-gantt.e-device .e-gantt-dialog {
|
|
1416
1429
|
max-height: none;
|
|
1417
1430
|
}
|
|
1418
|
-
|
|
1419
1431
|
.e-gantt.e-device .e-gantt-dialog .e-dlg-closeicon-btn {
|
|
1420
1432
|
float: left;
|
|
1421
1433
|
left: -4px;
|
|
1422
1434
|
}
|
|
1423
|
-
|
|
1424
1435
|
.e-gantt.e-device .e-gantt-dialog .e-icon-dlg-close {
|
|
1425
1436
|
font-size: 16px;
|
|
1426
1437
|
}
|
|
1427
|
-
|
|
1428
1438
|
.e-gantt.e-device .e-gantt-dialog .e-dlg-header {
|
|
1429
1439
|
display: inline-block;
|
|
1430
1440
|
}
|
|
1431
|
-
|
|
1432
1441
|
.e-gantt.e-device .e-toolbar-item {
|
|
1433
1442
|
padding: 7px;
|
|
1434
1443
|
}
|
|
1435
|
-
|
|
1436
1444
|
.e-gantt.e-device .e-toolbar .e-icons {
|
|
1437
1445
|
font-size: 18px;
|
|
1438
1446
|
}
|
|
1439
|
-
|
|
1440
1447
|
.e-gantt.e-device .e-gridheader .e-icons {
|
|
1441
1448
|
font-size: 12px;
|
|
1442
1449
|
}
|
|
1443
|
-
|
|
1444
1450
|
.e-gantt.e-device .e-right-resize-gripper,
|
|
1445
1451
|
.e-gantt.e-device .e-left-resize-gripper {
|
|
1446
1452
|
border: 7px solid;
|
|
1447
1453
|
z-index: -1;
|
|
1448
1454
|
}
|
|
1449
|
-
|
|
1450
1455
|
.e-gantt.e-device .e-right-resize-gripper::before,
|
|
1451
1456
|
.e-gantt.e-device .e-left-resize-gripper::before {
|
|
1452
1457
|
font-size: 14px;
|
|
1453
1458
|
margin-left: -7px;
|
|
1454
1459
|
}
|
|
1455
|
-
|
|
1456
1460
|
.e-gantt.e-device .e-dependent-div .e-content {
|
|
1457
1461
|
height: 100%;
|
|
1458
1462
|
}
|
|
1459
|
-
|
|
1460
1463
|
.e-gantt.e-device .e-resource-div .e-content {
|
|
1461
1464
|
height: 100%;
|
|
1462
1465
|
}
|
|
1463
|
-
|
|
1464
1466
|
.e-gantt.e-device .e-richtexteditor {
|
|
1465
1467
|
height: 100%;
|
|
1466
1468
|
}
|
|
1467
|
-
|
|
1468
1469
|
.e-gantt.e-device .e-richtexteditor .e-rte-content {
|
|
1469
1470
|
height: 100%;
|
|
1470
1471
|
}
|
|
1471
1472
|
|
|
1473
|
+
.e-predecessor-tooltip {
|
|
1474
|
+
visibility: hidden;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1472
1477
|
/*! Gantt theme */
|
|
1473
1478
|
.e-gantt .e-gantt-splitter {
|
|
1474
1479
|
border-color: #ddd;
|
|
1475
1480
|
border-radius: 4px;
|
|
1476
1481
|
}
|
|
1477
|
-
|
|
1478
1482
|
.e-gantt .e-cloneproperties.e-draganddrop {
|
|
1479
1483
|
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
1480
|
-
opacity: .95;
|
|
1484
|
+
opacity: 0.95;
|
|
1481
1485
|
overflow: visible;
|
|
1482
1486
|
}
|
|
1483
|
-
|
|
1484
1487
|
.e-gantt .e-cloneproperties {
|
|
1485
1488
|
background-color: #fff;
|
|
1486
1489
|
border-color: #ddd;
|
|
1487
1490
|
color: #333;
|
|
1488
1491
|
}
|
|
1489
|
-
|
|
1490
1492
|
.e-gantt .e-cloneproperties.e-draganddrop .e-rowcell {
|
|
1491
1493
|
color: #333;
|
|
1492
1494
|
}
|
|
1493
|
-
|
|
1494
1495
|
.e-gantt .e-cloneproperties.e-draganddrop table,
|
|
1495
1496
|
.e-gantt .e-cloneproperties.e-draganddrop table .e-selectionbackground {
|
|
1496
1497
|
background-color: #fff;
|
|
1497
1498
|
height: 30px;
|
|
1498
1499
|
}
|
|
1499
|
-
|
|
1500
1500
|
.e-gantt .e-gantt-toolbar + .e-gantt-splitter {
|
|
1501
1501
|
border-top-left-radius: 0px;
|
|
1502
1502
|
border-top-right-radius: 0px;
|
|
1503
1503
|
}
|
|
1504
|
-
|
|
1505
1504
|
.e-gantt .e-grid .e-focused:not(.e-menu-item) {
|
|
1506
1505
|
box-shadow: 0 0 0 1px #66afe9 inset !important;
|
|
1507
1506
|
}
|
|
1508
|
-
|
|
1509
1507
|
.e-gantt .e-temp-content {
|
|
1510
1508
|
border-color: #ddd;
|
|
1511
1509
|
}
|
|
1512
|
-
|
|
1513
1510
|
.e-gantt .e-splitter-box {
|
|
1514
1511
|
border-color: #ddd;
|
|
1515
1512
|
}
|
|
1516
|
-
|
|
1517
1513
|
.e-gantt .e-gantt-temp-header {
|
|
1518
1514
|
border-color: #ddd;
|
|
1519
1515
|
}
|
|
1520
|
-
|
|
1521
1516
|
.e-gantt .e-gantt-chart-pane {
|
|
1522
1517
|
border-color: #ddd;
|
|
1523
1518
|
}
|
|
1524
|
-
|
|
1525
1519
|
.e-gantt .e-gantt-tree-grid-pane .e-timeline-single-header-outer-div {
|
|
1526
1520
|
height: 45px !important;
|
|
1527
1521
|
}
|
|
1528
|
-
|
|
1529
1522
|
.e-gantt .e-gantt-tree-grid-pane .e-grid td.e-active {
|
|
1530
1523
|
background: #c6ddf0;
|
|
1531
1524
|
opacity: 1;
|
|
1532
1525
|
}
|
|
1533
|
-
|
|
1534
1526
|
.e-gantt .e-gantt-chart .e-timeline-header-container {
|
|
1535
1527
|
background: #fff;
|
|
1536
1528
|
border-bottom-color: #ddd;
|
|
@@ -1539,470 +1531,368 @@
|
|
|
1539
1531
|
color: #333;
|
|
1540
1532
|
height: 64px;
|
|
1541
1533
|
}
|
|
1542
|
-
|
|
1543
1534
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell,
|
|
1544
1535
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
1545
1536
|
border-color: #ddd;
|
|
1546
1537
|
color: #333;
|
|
1547
1538
|
}
|
|
1548
|
-
|
|
1549
1539
|
.e-gantt .e-gantt-chart .e-timeline-single-header-cell {
|
|
1550
1540
|
height: 47px;
|
|
1551
1541
|
line-height: 47px;
|
|
1552
1542
|
}
|
|
1553
|
-
|
|
1554
1543
|
.e-gantt .e-gantt-chart .e-timeline-single-header-outer-div {
|
|
1555
1544
|
height: 47px !important;
|
|
1556
1545
|
}
|
|
1557
|
-
|
|
1558
1546
|
.e-gantt .e-gantt-chart .e-timeline-top-header-cell {
|
|
1559
1547
|
height: 32px;
|
|
1560
1548
|
}
|
|
1561
|
-
|
|
1562
1549
|
.e-gantt .e-gantt-chart .e-chart-root-container {
|
|
1563
1550
|
background-color: #fff;
|
|
1564
1551
|
border-color: #ddd;
|
|
1565
1552
|
}
|
|
1566
|
-
|
|
1567
1553
|
.e-gantt .e-gantt-chart .e-timeline-header-table-body {
|
|
1568
1554
|
border-spacing: 0;
|
|
1569
1555
|
}
|
|
1570
|
-
|
|
1571
1556
|
.e-gantt .e-gantt-chart .e-chart-row-border {
|
|
1572
1557
|
border-top-color: #ddd;
|
|
1573
1558
|
}
|
|
1574
|
-
|
|
1575
1559
|
.e-gantt .e-gantt-chart .e-chart-row-cell {
|
|
1576
1560
|
color: rgba(51, 51, 51, 0.87);
|
|
1577
1561
|
}
|
|
1578
|
-
|
|
1579
1562
|
.e-gantt .e-gantt-chart .e-chart-row-border.e-lastrow {
|
|
1580
1563
|
border-bottom-color: #ddd;
|
|
1581
1564
|
}
|
|
1582
|
-
|
|
1583
1565
|
.e-gantt .e-gantt-chart .e-line-container-cell {
|
|
1584
1566
|
border-color: #ddd;
|
|
1585
1567
|
}
|
|
1586
|
-
|
|
1587
1568
|
.e-gantt .e-gantt-chart .e-active-container {
|
|
1588
1569
|
outline-color: #66afe9;
|
|
1589
1570
|
}
|
|
1590
|
-
|
|
1591
1571
|
.e-gantt .e-gantt-chart .e-gantt-child-taskbar-inner-div {
|
|
1592
1572
|
background-color: #317ab9;
|
|
1593
1573
|
border: 1px solid #21527d;
|
|
1594
1574
|
border-radius: 4px;
|
|
1595
1575
|
}
|
|
1596
|
-
|
|
1597
1576
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-taskbar-inner-div {
|
|
1598
1577
|
border: 1px solid #fff;
|
|
1599
1578
|
border-bottom: 0;
|
|
1600
1579
|
border-top: 0;
|
|
1601
1580
|
}
|
|
1602
|
-
|
|
1603
1581
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-gantt-child-progressbar {
|
|
1604
1582
|
width: 0px !important;
|
|
1605
1583
|
}
|
|
1606
|
-
|
|
1607
1584
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-collapsed-taskbar-drag {
|
|
1608
1585
|
background-color: #21527d;
|
|
1609
1586
|
}
|
|
1610
|
-
|
|
1611
1587
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-left-connectorpoint-outer-div {
|
|
1612
1588
|
display: none;
|
|
1613
1589
|
}
|
|
1614
|
-
|
|
1615
1590
|
.e-gantt .e-gantt-chart .e-collapse-parent .e-right-connectorpoint-outer-div {
|
|
1616
1591
|
display: none;
|
|
1617
1592
|
}
|
|
1618
|
-
|
|
1619
1593
|
.e-gantt .e-gantt-chart .e-gantt-parent-taskbar-inner-div {
|
|
1620
1594
|
background-color: #777;
|
|
1621
1595
|
border: 1px solid #555;
|
|
1622
1596
|
border-radius: 4px;
|
|
1623
1597
|
}
|
|
1624
|
-
|
|
1625
1598
|
.e-gantt .e-gantt-chart .e-gantt-parent-progressbar-inner-div {
|
|
1626
1599
|
background-color: #555;
|
|
1627
1600
|
border: 1px solid #555;
|
|
1628
1601
|
border-radius: 4px;
|
|
1629
1602
|
}
|
|
1630
|
-
|
|
1631
1603
|
.e-gantt .e-gantt-chart .e-gantt-child-progressbar-inner-div {
|
|
1632
1604
|
background-color: #21527d;
|
|
1633
1605
|
border: 1px solid #21527d;
|
|
1634
1606
|
border-radius: 4px;
|
|
1635
1607
|
}
|
|
1636
|
-
|
|
1637
1608
|
.e-gantt .e-gantt-chart .e-gantt-child-manualtaskbar {
|
|
1638
1609
|
background-color: #7538C9;
|
|
1639
1610
|
border: 1px solid #572A96;
|
|
1640
1611
|
}
|
|
1641
|
-
|
|
1642
1612
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar.e-gantt-child-manualtaskbar {
|
|
1643
1613
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #7538C9 30%, #7538C9 70%, #7538C9 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
1644
1614
|
}
|
|
1645
|
-
|
|
1646
1615
|
.e-gantt .e-gantt-chart .e-gantt-child-manualprogressbar {
|
|
1647
1616
|
background-color: #572A96;
|
|
1648
1617
|
border: 0px;
|
|
1649
1618
|
}
|
|
1650
|
-
|
|
1651
1619
|
.e-gantt .e-gantt-chart .e-holiday {
|
|
1652
1620
|
background: #eee;
|
|
1653
1621
|
}
|
|
1654
|
-
|
|
1655
1622
|
.e-gantt .e-gantt-chart .e-holiday .e-span {
|
|
1656
1623
|
color: #333;
|
|
1657
1624
|
font-size: 13px;
|
|
1658
1625
|
}
|
|
1659
|
-
|
|
1660
1626
|
.e-gantt .e-gantt-chart .e-weekend {
|
|
1661
1627
|
background: #f8f8f8;
|
|
1662
1628
|
}
|
|
1663
|
-
|
|
1664
1629
|
.e-gantt .e-gantt-chart .e-weekend-header-cell {
|
|
1665
1630
|
background: #f8f8f8;
|
|
1666
1631
|
}
|
|
1667
|
-
|
|
1668
1632
|
.e-gantt .e-gantt-chart .e-rangecontainer .e-rg-rangdiv {
|
|
1669
1633
|
border: 2px solid #FC7A05;
|
|
1670
1634
|
width: 5px;
|
|
1671
1635
|
z-index: 6;
|
|
1672
1636
|
}
|
|
1673
|
-
|
|
1674
1637
|
.e-gantt .e-gantt-chart .e-event-markers {
|
|
1675
1638
|
border-left-color: #317ab9;
|
|
1676
1639
|
}
|
|
1677
|
-
|
|
1678
1640
|
.e-gantt .e-gantt-chart .e-event-markers .e-span-label {
|
|
1679
1641
|
background-color: #8a6d3b;
|
|
1680
1642
|
color: #fcf8e3;
|
|
1681
1643
|
font-size: 12px;
|
|
1682
1644
|
}
|
|
1683
|
-
|
|
1684
1645
|
.e-gantt .e-gantt-chart .e-event-markers .e-gantt-right-arrow {
|
|
1685
1646
|
border-right-color: #8a6d3b;
|
|
1686
1647
|
}
|
|
1687
|
-
|
|
1688
1648
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar {
|
|
1689
1649
|
background: linear-gradient(to right, rgba(49, 122, 185, 0.2), #317ab9 30%, #317ab9 70%, #317ab9 70%, rgba(49, 122, 185, 0.2) 100%);
|
|
1690
1650
|
background-color: rgba(49, 122, 185, 0.2);
|
|
1691
1651
|
border: 0px;
|
|
1692
1652
|
border-radius: 4px;
|
|
1693
1653
|
}
|
|
1694
|
-
|
|
1695
1654
|
.e-gantt .e-gantt-chart .e-unscheduled-milestone-top {
|
|
1696
1655
|
border-bottom-color: #555;
|
|
1697
1656
|
}
|
|
1698
|
-
|
|
1699
1657
|
.e-gantt .e-gantt-chart .e-unscheduled-milestone-bottom {
|
|
1700
1658
|
border-top-color: #555;
|
|
1701
1659
|
}
|
|
1702
|
-
|
|
1703
1660
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler {
|
|
1704
1661
|
background: #222;
|
|
1705
1662
|
}
|
|
1706
|
-
|
|
1707
1663
|
.e-gantt .e-gantt-chart .e-progress-resize-gripper .e-progressbar-handler-after {
|
|
1708
1664
|
border-bottom-color: #222;
|
|
1709
1665
|
}
|
|
1710
|
-
|
|
1711
1666
|
.e-gantt .e-gantt-chart .e-gantt-dependency-view-container {
|
|
1712
1667
|
display: block;
|
|
1713
1668
|
z-index: 5;
|
|
1714
1669
|
}
|
|
1715
|
-
|
|
1716
1670
|
.e-gantt .e-gantt-chart .e-line {
|
|
1717
1671
|
border-color: #21527d;
|
|
1718
1672
|
}
|
|
1719
|
-
|
|
1720
1673
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow {
|
|
1721
1674
|
border-left-color: #21527d;
|
|
1722
1675
|
}
|
|
1723
|
-
|
|
1724
1676
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow {
|
|
1725
1677
|
border-right-color: #21527d;
|
|
1726
1678
|
}
|
|
1727
|
-
|
|
1728
1679
|
.e-gantt .e-gantt-chart .e-connector-line-right-arrow-hover {
|
|
1729
1680
|
border-left-color: #21527d;
|
|
1730
1681
|
}
|
|
1731
|
-
|
|
1732
1682
|
.e-gantt .e-gantt-chart .e-connector-line-left-arrow-hover {
|
|
1733
1683
|
border-right-color: #21527d;
|
|
1734
1684
|
}
|
|
1735
|
-
|
|
1736
1685
|
.e-gantt .e-gantt-chart .e-connector-line-hover {
|
|
1737
1686
|
border-color: #21527d;
|
|
1738
1687
|
outline-color: #21527d;
|
|
1739
1688
|
}
|
|
1740
|
-
|
|
1741
1689
|
.e-gantt .e-gantt-chart .e-gantt-false-line {
|
|
1742
1690
|
border-top-color: #21527d;
|
|
1743
1691
|
}
|
|
1744
|
-
|
|
1745
1692
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover,
|
|
1746
1693
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover {
|
|
1747
|
-
background-color: #
|
|
1694
|
+
background-color: #21527d;
|
|
1748
1695
|
border-color: #fff;
|
|
1749
1696
|
}
|
|
1750
|
-
|
|
1751
1697
|
.e-gantt .e-gantt-chart .e-connectorpoint-left-hover:hover,
|
|
1752
1698
|
.e-gantt .e-gantt-chart .e-connectorpoint-right-hover:hover {
|
|
1753
1699
|
background-color: #d4d4d4;
|
|
1754
1700
|
border-color: #21527d;
|
|
1755
1701
|
}
|
|
1756
|
-
|
|
1757
1702
|
.e-gantt .e-gantt-chart .e-left-label-inner-div,
|
|
1758
1703
|
.e-gantt .e-gantt-chart .e-right-label-inner-div {
|
|
1759
1704
|
color: rgba(51, 51, 51, 0.87);
|
|
1760
1705
|
font-size: 13px;
|
|
1761
1706
|
}
|
|
1762
|
-
|
|
1763
1707
|
.e-gantt .e-gantt-chart .e-left-label-temp-container {
|
|
1764
1708
|
color: #333;
|
|
1765
1709
|
font-size: 14px;
|
|
1766
1710
|
padding-right: 25px;
|
|
1767
1711
|
}
|
|
1768
|
-
|
|
1769
1712
|
.e-gantt .e-gantt-chart .e-right-label-temp-container {
|
|
1770
1713
|
color: #333;
|
|
1771
1714
|
font-size: 14px;
|
|
1772
1715
|
margin-left: 25px;
|
|
1773
1716
|
}
|
|
1774
|
-
|
|
1775
1717
|
.e-gantt .e-gantt-chart .e-right-label-container {
|
|
1776
1718
|
margin-left: 25px;
|
|
1777
1719
|
}
|
|
1778
|
-
|
|
1779
1720
|
.e-gantt .e-gantt-chart .e-left-label-container {
|
|
1780
1721
|
padding-right: 25px;
|
|
1781
1722
|
}
|
|
1782
|
-
|
|
1783
1723
|
.e-gantt .e-gantt-chart .e-connectorpoint-right {
|
|
1784
1724
|
margin-left: 2px;
|
|
1785
1725
|
}
|
|
1786
|
-
|
|
1787
1726
|
.e-gantt .e-gantt-chart .e-right-connectorpoint-outer-div,
|
|
1788
1727
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
1789
1728
|
height: 8px;
|
|
1790
1729
|
width: 12px;
|
|
1791
1730
|
}
|
|
1792
|
-
|
|
1793
1731
|
.e-gantt .e-gantt-chart .e-left-connectorpoint-outer-div {
|
|
1794
1732
|
left: -12px;
|
|
1795
1733
|
}
|
|
1796
|
-
|
|
1797
1734
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left,
|
|
1798
1735
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1799
1736
|
border-right: transparent;
|
|
1800
1737
|
border-width: 3px;
|
|
1801
1738
|
}
|
|
1802
|
-
|
|
1803
1739
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-right {
|
|
1804
1740
|
border-bottom-left-radius: 0px;
|
|
1805
1741
|
border-bottom-right-radius: 2px;
|
|
1806
1742
|
border-top-left-radius: 0px;
|
|
1807
1743
|
border-top-right-radius: 2px;
|
|
1808
1744
|
}
|
|
1809
|
-
|
|
1810
1745
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-taskbar-left {
|
|
1811
1746
|
border-bottom-left-radius: 2px;
|
|
1812
1747
|
border-top-left-radius: 2px;
|
|
1813
1748
|
}
|
|
1814
|
-
|
|
1815
1749
|
.e-gantt .e-gantt-chart .e-task-label {
|
|
1816
1750
|
color: #fff;
|
|
1817
1751
|
font-size: 12px;
|
|
1818
1752
|
}
|
|
1819
|
-
|
|
1820
1753
|
.e-gantt .e-gantt-chart .e-icon {
|
|
1821
1754
|
color: #fff;
|
|
1822
1755
|
}
|
|
1823
|
-
|
|
1824
1756
|
.e-gantt .e-gantt-chart .e-milestone-top {
|
|
1825
1757
|
border-bottom-color: #555;
|
|
1826
1758
|
}
|
|
1827
|
-
|
|
1828
1759
|
.e-gantt .e-gantt-chart .e-milestone-bottom {
|
|
1829
1760
|
border-top-color: #555;
|
|
1830
1761
|
}
|
|
1831
|
-
|
|
1832
1762
|
.e-gantt .e-gantt-chart .e-parent-milestone-top {
|
|
1833
1763
|
border-bottom-color: #555;
|
|
1834
1764
|
}
|
|
1835
|
-
|
|
1836
1765
|
.e-gantt .e-gantt-chart .e-parent-milestone-bottom {
|
|
1837
1766
|
border-top-color: #555;
|
|
1838
1767
|
}
|
|
1839
|
-
|
|
1840
1768
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-top {
|
|
1841
1769
|
border-bottom-color: #989A9C;
|
|
1842
1770
|
}
|
|
1843
|
-
|
|
1844
1771
|
.e-gantt .e-gantt-chart .e-manualparent-milestone-bottom {
|
|
1845
1772
|
border-top-color: #989A9C;
|
|
1846
1773
|
}
|
|
1847
|
-
|
|
1848
1774
|
.e-gantt .e-gantt-chart .e-gantt-unscheduled-manualtask {
|
|
1849
1775
|
background: linear-gradient(to right, rgba(63, 81, 181, 0.2), #989A9C 30%, #989A9C 70%, #989A9C 70%, rgba(63, 81, 181, 0.2) 100%);
|
|
1850
1776
|
}
|
|
1851
|
-
|
|
1852
1777
|
.e-gantt .e-gantt-chart .e-label {
|
|
1853
1778
|
color: #333;
|
|
1854
1779
|
font-size: 14px;
|
|
1855
1780
|
}
|
|
1856
|
-
|
|
1857
1781
|
.e-gantt .e-gantt-chart .e-active {
|
|
1858
1782
|
background: #c6ddf0;
|
|
1859
1783
|
color: #000;
|
|
1860
1784
|
opacity: 1;
|
|
1861
1785
|
}
|
|
1862
|
-
|
|
1863
1786
|
.e-gantt .e-gantt-chart .e-active .e-label {
|
|
1864
1787
|
color: #000;
|
|
1865
1788
|
}
|
|
1866
|
-
|
|
1867
1789
|
.e-gantt .e-gantt-chart .e-baseline-bar {
|
|
1868
1790
|
background-color: #f0ad4e;
|
|
1869
1791
|
}
|
|
1870
|
-
|
|
1871
1792
|
.e-gantt .e-gantt-chart .e-baseline-milestone-top {
|
|
1872
1793
|
border-bottom-color: #f0ad4e;
|
|
1873
1794
|
}
|
|
1874
|
-
|
|
1875
1795
|
.e-gantt .e-gantt-chart .e-baseline-milestone-bottom {
|
|
1876
1796
|
border-top-color: #f0ad4e;
|
|
1877
1797
|
}
|
|
1878
|
-
|
|
1879
1798
|
.e-gantt .e-gantt-chart .e-uptail::before {
|
|
1880
1799
|
border-bottom-color: #e0e0e0;
|
|
1881
1800
|
}
|
|
1882
|
-
|
|
1883
1801
|
.e-gantt .e-gantt-chart .e-downtail::after {
|
|
1884
1802
|
border-top-color: #fff;
|
|
1885
1803
|
}
|
|
1886
|
-
|
|
1887
1804
|
.e-gantt .e-gantt-chart .e-downtail::before {
|
|
1888
1805
|
border-top-color: #e0e0e0;
|
|
1889
1806
|
}
|
|
1890
|
-
|
|
1891
1807
|
.e-gantt .e-gantt-chart .e-ganttpopup .e-content {
|
|
1892
1808
|
background-color: #fff;
|
|
1893
1809
|
border-color: #e0e0e0;
|
|
1894
1810
|
}
|
|
1895
|
-
|
|
1896
1811
|
.e-gantt .e-gantt-chart .e-spanclicked,
|
|
1897
1812
|
.e-gantt .e-gantt-chart .e-grid .e-gridpopup .e-spanclicked {
|
|
1898
1813
|
border-color: #000;
|
|
1899
1814
|
}
|
|
1900
|
-
|
|
1901
1815
|
.e-gantt .e-gantt-chart .e-active-parent-task {
|
|
1902
1816
|
border-radius: 4px;
|
|
1903
1817
|
box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.5);
|
|
1904
1818
|
}
|
|
1905
|
-
|
|
1906
1819
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-taskbar-inner-div {
|
|
1907
1820
|
background: #1a1a1a;
|
|
1908
1821
|
border: #1a1a1a;
|
|
1909
1822
|
}
|
|
1910
|
-
|
|
1911
1823
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-gantt-parent-progressbar-inner-div {
|
|
1912
1824
|
background-color: transparent;
|
|
1913
1825
|
border: transparent;
|
|
1914
1826
|
}
|
|
1915
|
-
|
|
1916
1827
|
.e-gantt .e-gantt-chart .e-active-parent-task .e-task-label {
|
|
1917
1828
|
color: transparent;
|
|
1918
1829
|
}
|
|
1919
|
-
|
|
1920
1830
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-task-label {
|
|
1921
1831
|
color: transparent !important;
|
|
1922
1832
|
}
|
|
1923
|
-
|
|
1924
1833
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-line {
|
|
1925
1834
|
border-color: #8A8A8A !important;
|
|
1926
1835
|
}
|
|
1927
|
-
|
|
1928
1836
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-right-arrow {
|
|
1929
1837
|
border-left-color: #8A8A8A !important;
|
|
1930
1838
|
}
|
|
1931
|
-
|
|
1932
1839
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-connector-line-left-arrow {
|
|
1933
1840
|
border-right-color: #8A8A8A !important;
|
|
1934
1841
|
}
|
|
1935
|
-
|
|
1936
1842
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-taskbar-inner-div {
|
|
1937
1843
|
background: #D5D5D5 !important;
|
|
1938
1844
|
border: #D5D5D5 !important;
|
|
1939
1845
|
}
|
|
1940
|
-
|
|
1941
1846
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-child-progressbar-inner-div {
|
|
1942
1847
|
background-color: transparent !important;
|
|
1943
1848
|
border: transparent !important;
|
|
1944
1849
|
}
|
|
1945
|
-
|
|
1946
1850
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-top {
|
|
1947
1851
|
border-bottom-color: #D5D5D5 !important;
|
|
1948
1852
|
}
|
|
1949
|
-
|
|
1950
1853
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-milestone-bottom {
|
|
1951
1854
|
border-top-color: #D5D5D5 !important;
|
|
1952
1855
|
}
|
|
1953
|
-
|
|
1954
1856
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-taskbar-inner-div {
|
|
1955
1857
|
background-color: #8A8A8A !important;
|
|
1956
1858
|
border: #8A8A8A !important;
|
|
1957
1859
|
}
|
|
1958
|
-
|
|
1959
1860
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-gantt-parent-progressbar-inner-div {
|
|
1960
1861
|
background-color: transparent !important;
|
|
1961
1862
|
border: transparent !important;
|
|
1962
1863
|
}
|
|
1963
|
-
|
|
1964
1864
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-gantt-child-taskbar-inner-div {
|
|
1965
1865
|
background: #21527d !important;
|
|
1966
1866
|
border: #21527d !important;
|
|
1967
1867
|
}
|
|
1968
|
-
|
|
1969
1868
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-top {
|
|
1970
1869
|
border-bottom-color: #21527d !important;
|
|
1971
1870
|
}
|
|
1972
|
-
|
|
1973
1871
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-child-task .e-milestone-bottom {
|
|
1974
1872
|
border-top-color: #21527d !important;
|
|
1975
1873
|
}
|
|
1976
|
-
|
|
1977
1874
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-gantt-child-taskbar-inner-div {
|
|
1978
1875
|
background: #75acdb !important;
|
|
1979
1876
|
border: #75acdb !important;
|
|
1980
1877
|
}
|
|
1981
|
-
|
|
1982
1878
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-top {
|
|
1983
1879
|
border-bottom-color: #75acdb !important;
|
|
1984
1880
|
}
|
|
1985
|
-
|
|
1986
1881
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-milestone-bottom {
|
|
1987
1882
|
border-top-color: #75acdb !important;
|
|
1988
1883
|
}
|
|
1989
|
-
|
|
1990
1884
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-line {
|
|
1991
1885
|
border-color: #21527d !important;
|
|
1992
1886
|
}
|
|
1993
|
-
|
|
1994
1887
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-right-arrow {
|
|
1995
1888
|
border-left-color: #21527d !important;
|
|
1996
1889
|
}
|
|
1997
|
-
|
|
1998
1890
|
.e-gantt .e-gantt-chart .e-predecessor-touch-mode .e-active-connected-task .e-connector-line-left-arrow {
|
|
1999
1891
|
border-right-color: #21527d !important;
|
|
2000
1892
|
}
|
|
2001
|
-
|
|
2002
1893
|
.e-gantt .e-icons {
|
|
2003
1894
|
color: rgba(0, 0, 0, 0.87);
|
|
2004
1895
|
}
|
|
2005
|
-
|
|
2006
1896
|
.e-gantt .e-grid .e-icons:not(.e-stop):not(.e-check):not(.e-icon-left):not(.e-date-icon) {
|
|
2007
1897
|
color: #333 !important;
|
|
2008
1898
|
}
|
|
@@ -2010,47 +1900,36 @@
|
|
|
2010
1900
|
.e-gantt-dialog .e-dlg-header {
|
|
2011
1901
|
color: #fff;
|
|
2012
1902
|
}
|
|
2013
|
-
|
|
2014
1903
|
.e-gantt-dialog .e-dlg-header-content {
|
|
2015
1904
|
background: #317ab9;
|
|
2016
1905
|
}
|
|
2017
|
-
|
|
2018
1906
|
.e-gantt-dialog .e-icon-dlg-close {
|
|
2019
1907
|
color: #fff;
|
|
2020
1908
|
}
|
|
2021
|
-
|
|
2022
1909
|
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover {
|
|
2023
1910
|
background-color: transparent;
|
|
2024
1911
|
}
|
|
2025
|
-
|
|
2026
1912
|
.e-gantt-dialog .e-btn.e-dlg-closeicon-btn:hover .e-icon-dlg-close {
|
|
2027
1913
|
color: rgba(0, 0, 0, 0.8);
|
|
2028
1914
|
}
|
|
2029
|
-
|
|
2030
1915
|
.e-gantt-dialog .e-tab .e-tab-header {
|
|
2031
1916
|
background: #317ab9;
|
|
2032
1917
|
}
|
|
2033
|
-
|
|
2034
1918
|
.e-gantt-dialog .e-tab .e-tab-header .e-indicator {
|
|
2035
1919
|
background: transparent;
|
|
2036
1920
|
}
|
|
2037
|
-
|
|
2038
1921
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active {
|
|
2039
1922
|
background-color: #fff;
|
|
2040
1923
|
}
|
|
2041
|
-
|
|
2042
1924
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item.e-active .e-tab-wrap .e-tab-text {
|
|
2043
1925
|
color: #333;
|
|
2044
1926
|
}
|
|
2045
|
-
|
|
2046
1927
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
|
|
2047
1928
|
border-color: transparent;
|
|
2048
1929
|
}
|
|
2049
|
-
|
|
2050
1930
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap .e-tab-text {
|
|
2051
1931
|
color: #fff;
|
|
2052
1932
|
}
|
|
2053
|
-
|
|
2054
1933
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover {
|
|
2055
1934
|
background: #8ab8e0;
|
|
2056
1935
|
border-bottom: 0px;
|
|
@@ -2058,7 +1937,6 @@
|
|
|
2058
1937
|
border-bottom-right-radius: 0px;
|
|
2059
1938
|
border-color: transparent;
|
|
2060
1939
|
}
|
|
2061
|
-
|
|
2062
1940
|
.e-gantt-dialog .e-tab .e-tab-header .e-toolbar-item:not(.e-active) .e-tab-wrap:hover .e-tab-text {
|
|
2063
1941
|
color: #fff;
|
|
2064
1942
|
}
|
|
@@ -2068,7 +1946,6 @@
|
|
|
2068
1946
|
border-color: #9e9e9e;
|
|
2069
1947
|
color: #eee;
|
|
2070
1948
|
}
|
|
2071
|
-
|
|
2072
1949
|
.e-gantt.e-device .e-backarrowspan {
|
|
2073
1950
|
color: #000;
|
|
2074
|
-
}
|
|
1951
|
+
}
|