@syncfusion/ej2-schedule 20.1.52 → 20.1.55
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 +46 -11
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +133 -46
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +133 -46
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -15
- package/src/recurrence-editor/date-generator.js +11 -1
- package/src/schedule/base/schedule.js +4 -0
- package/src/schedule/event-renderer/agenda-base.js +1 -1
- package/src/schedule/event-renderer/event-base.js +3 -0
- package/src/schedule/event-renderer/month.d.ts +1 -0
- package/src/schedule/event-renderer/month.js +38 -29
- package/src/schedule/event-renderer/vertical-view.js +3 -0
- package/src/schedule/event-renderer/year.js +3 -1
- package/src/schedule/exports/calendar-export.js +1 -1
- package/src/schedule/popups/event-window.js +4 -2
- package/src/schedule/renderer/month.js +8 -5
- package/src/schedule/renderer/renderer.js +2 -1
- package/src/schedule/renderer/timeline-year.d.ts +2 -1
- package/src/schedule/renderer/timeline-year.js +49 -4
- package/src/schedule/renderer/vertical-view.js +2 -1
- package/src/schedule/renderer/year.js +4 -0
- package/styles/bootstrap-dark.css +83 -968
- package/styles/bootstrap.css +83 -967
- package/styles/bootstrap4.css +83 -990
- package/styles/bootstrap5-dark.css +83 -988
- package/styles/bootstrap5.css +83 -988
- package/styles/fabric-dark.css +83 -968
- package/styles/fabric.css +83 -970
- package/styles/fluent-dark.css +83 -968
- package/styles/fluent.css +83 -968
- package/styles/highcontrast-light.css +83 -967
- package/styles/highcontrast.css +83 -972
- package/styles/material-dark.css +83 -967
- package/styles/material.css +83 -967
- package/styles/recurrence-editor/bootstrap-dark.css +6 -94
- package/styles/recurrence-editor/bootstrap.css +6 -94
- package/styles/recurrence-editor/bootstrap4.css +6 -94
- package/styles/recurrence-editor/bootstrap5-dark.css +6 -94
- package/styles/recurrence-editor/bootstrap5.css +6 -94
- package/styles/recurrence-editor/fabric-dark.css +6 -94
- package/styles/recurrence-editor/fabric.css +6 -94
- package/styles/recurrence-editor/fluent-dark.css +6 -94
- package/styles/recurrence-editor/fluent.css +6 -94
- package/styles/recurrence-editor/highcontrast-light.css +6 -94
- package/styles/recurrence-editor/highcontrast.css +6 -94
- package/styles/recurrence-editor/material-dark.css +6 -94
- package/styles/recurrence-editor/material.css +6 -94
- package/styles/recurrence-editor/tailwind-dark.css +6 -94
- package/styles/recurrence-editor/tailwind.css +6 -94
- package/styles/schedule/bootstrap-dark.css +78 -875
- package/styles/schedule/bootstrap.css +78 -874
- package/styles/schedule/bootstrap4.css +78 -897
- package/styles/schedule/bootstrap5-dark.css +78 -895
- package/styles/schedule/bootstrap5.css +78 -895
- package/styles/schedule/fabric-dark.css +78 -875
- package/styles/schedule/fabric.css +78 -877
- package/styles/schedule/fluent-dark.css +78 -875
- package/styles/schedule/fluent.css +78 -875
- package/styles/schedule/highcontrast-light.css +78 -874
- package/styles/schedule/highcontrast.css +78 -879
- package/styles/schedule/material-dark.css +78 -874
- package/styles/schedule/material.css +78 -874
- package/styles/schedule/tailwind-dark.css +78 -895
- package/styles/schedule/tailwind.css +78 -895
- package/styles/tailwind-dark.css +83 -988
- package/styles/tailwind.css +83 -988
|
@@ -1,203 +1,158 @@
|
|
|
1
1
|
/*! recurrence editor theme wise definitions*/
|
|
2
2
|
/*! Schedule's bootstrap5 theme wise override definitions and variables */
|
|
3
3
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
4
|
-
content:
|
|
4
|
+
content: "\e765";
|
|
5
5
|
}
|
|
6
|
-
|
|
7
6
|
.e-schedule .e-schedule-toolbar .e-icon-next::before {
|
|
8
|
-
content:
|
|
7
|
+
content: "\e748";
|
|
9
8
|
}
|
|
10
|
-
|
|
11
9
|
.e-schedule .e-schedule-toolbar .e-icon-add::before {
|
|
12
|
-
content:
|
|
10
|
+
content: "\e805";
|
|
13
11
|
}
|
|
14
|
-
|
|
15
12
|
.e-schedule .e-schedule-toolbar .e-icon-today::before {
|
|
16
|
-
content:
|
|
13
|
+
content: "\e778";
|
|
17
14
|
}
|
|
18
|
-
|
|
19
15
|
.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before {
|
|
20
|
-
content:
|
|
16
|
+
content: "\e729";
|
|
21
17
|
}
|
|
22
|
-
|
|
23
18
|
.e-schedule .e-schedule-toolbar .e-icon-day::before {
|
|
24
|
-
content:
|
|
19
|
+
content: "\e75e";
|
|
25
20
|
}
|
|
26
|
-
|
|
27
21
|
.e-schedule .e-schedule-toolbar .e-icon-week::before {
|
|
28
|
-
content:
|
|
22
|
+
content: "\e817";
|
|
29
23
|
}
|
|
30
|
-
|
|
31
24
|
.e-schedule .e-schedule-toolbar .e-icon-workweek::before {
|
|
32
|
-
content:
|
|
25
|
+
content: "\e817";
|
|
33
26
|
}
|
|
34
|
-
|
|
35
27
|
.e-schedule .e-schedule-toolbar .e-icon-month::before {
|
|
36
|
-
content:
|
|
28
|
+
content: "\e7c5";
|
|
37
29
|
}
|
|
38
|
-
|
|
39
30
|
.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before {
|
|
40
|
-
content:
|
|
31
|
+
content: "\e75b";
|
|
41
32
|
}
|
|
42
|
-
|
|
43
33
|
.e-schedule .e-schedule-toolbar .e-icon-agenda::before {
|
|
44
|
-
content:
|
|
34
|
+
content: "\e74c";
|
|
45
35
|
}
|
|
46
|
-
|
|
47
36
|
.e-schedule .e-schedule-toolbar .e-icon-year::before {
|
|
48
|
-
content:
|
|
37
|
+
content: "\e7c5";
|
|
49
38
|
}
|
|
50
|
-
|
|
51
39
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical::before {
|
|
52
|
-
content:
|
|
40
|
+
content: "\e876";
|
|
53
41
|
}
|
|
54
|
-
|
|
55
42
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal::before {
|
|
56
|
-
content:
|
|
43
|
+
content: "\e876";
|
|
57
44
|
}
|
|
58
|
-
|
|
59
45
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before {
|
|
60
|
-
content:
|
|
46
|
+
content: "\e7da";
|
|
61
47
|
}
|
|
62
|
-
|
|
63
48
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before {
|
|
64
|
-
content:
|
|
49
|
+
content: "\e81f";
|
|
65
50
|
}
|
|
66
|
-
|
|
67
51
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before {
|
|
68
|
-
content:
|
|
52
|
+
content: "\e720";
|
|
69
53
|
}
|
|
70
|
-
|
|
71
54
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before {
|
|
72
|
-
content:
|
|
55
|
+
content: "\e876";
|
|
73
56
|
}
|
|
74
|
-
|
|
75
57
|
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before {
|
|
76
|
-
content:
|
|
58
|
+
content: "\e770";
|
|
77
59
|
}
|
|
78
|
-
|
|
79
60
|
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before {
|
|
80
|
-
content:
|
|
61
|
+
content: "\e770";
|
|
81
62
|
}
|
|
82
|
-
|
|
83
63
|
.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before {
|
|
84
|
-
content:
|
|
64
|
+
content: "\e748";
|
|
85
65
|
}
|
|
86
|
-
|
|
87
66
|
.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before {
|
|
88
|
-
content:
|
|
67
|
+
content: "\e765";
|
|
89
68
|
}
|
|
90
|
-
|
|
91
69
|
.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before {
|
|
92
|
-
content:
|
|
70
|
+
content: "\e799";
|
|
93
71
|
}
|
|
94
|
-
|
|
95
72
|
.e-schedule .e-schedule-resource-toolbar .e-icon-next::before {
|
|
96
|
-
content:
|
|
73
|
+
content: "\e748";
|
|
97
74
|
}
|
|
98
|
-
|
|
99
75
|
.e-schedule .e-close-icon::before {
|
|
100
|
-
content:
|
|
76
|
+
content: "\e7e7";
|
|
101
77
|
}
|
|
102
|
-
|
|
103
78
|
.e-schedule .e-block-indicator::before {
|
|
104
|
-
content:
|
|
79
|
+
content: "\e839";
|
|
105
80
|
}
|
|
106
|
-
|
|
107
81
|
.e-schedule .e-appointment .e-recurrence-icon::before {
|
|
108
|
-
content:
|
|
82
|
+
content: "\e772";
|
|
109
83
|
}
|
|
110
|
-
|
|
111
84
|
.e-schedule .e-appointment .e-recurrence-edit-icon::before {
|
|
112
|
-
content:
|
|
85
|
+
content: "\e789";
|
|
113
86
|
}
|
|
114
|
-
|
|
115
87
|
.e-schedule .e-appointment .e-up-icon::before {
|
|
116
|
-
content:
|
|
88
|
+
content: "\e822";
|
|
117
89
|
}
|
|
118
|
-
|
|
119
90
|
.e-schedule .e-appointment .e-down-icon::before {
|
|
120
|
-
content:
|
|
91
|
+
content: "\e7fe";
|
|
121
92
|
}
|
|
122
|
-
|
|
123
93
|
.e-schedule .e-appointment .e-left-icon::before {
|
|
124
|
-
content:
|
|
94
|
+
content: "\e744";
|
|
125
95
|
}
|
|
126
|
-
|
|
127
96
|
.e-schedule .e-appointment .e-right-icon::before {
|
|
128
|
-
content:
|
|
97
|
+
content: "\e7a9";
|
|
129
98
|
}
|
|
130
|
-
|
|
131
99
|
.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before {
|
|
132
|
-
content:
|
|
100
|
+
content: "\e729";
|
|
133
101
|
}
|
|
134
|
-
|
|
135
102
|
.e-schedule.e-rtl .e-appointment .e-left-icon::before {
|
|
136
|
-
content:
|
|
103
|
+
content: "\e7a9";
|
|
137
104
|
}
|
|
138
|
-
|
|
139
105
|
.e-schedule.e-rtl .e-appointment .e-right-icon::before {
|
|
140
|
-
content:
|
|
106
|
+
content: "\e744";
|
|
141
107
|
}
|
|
142
|
-
|
|
143
108
|
.e-schedule .e-resource-tree-icon::before {
|
|
144
|
-
content:
|
|
109
|
+
content: "\e748";
|
|
145
110
|
}
|
|
146
111
|
|
|
147
112
|
.e-schedule-dialog.e-device .e-back-icon::before {
|
|
148
|
-
content:
|
|
113
|
+
content: "\e773";
|
|
149
114
|
}
|
|
150
|
-
|
|
151
115
|
.e-schedule-dialog.e-device .e-save-icon::before {
|
|
152
|
-
content:
|
|
116
|
+
content: "\e7c8";
|
|
153
117
|
}
|
|
154
|
-
|
|
155
118
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
|
|
156
|
-
content:
|
|
119
|
+
content: "\e730";
|
|
157
120
|
}
|
|
158
121
|
|
|
159
122
|
.e-schedule-dialog.e-device.e-rtl .e-back-icon::before {
|
|
160
|
-
content:
|
|
123
|
+
content: "\e7f9";
|
|
161
124
|
}
|
|
162
125
|
|
|
163
126
|
.e-quick-popup-wrapper .e-edit-icon::before {
|
|
164
|
-
content:
|
|
127
|
+
content: "\e730";
|
|
165
128
|
}
|
|
166
|
-
|
|
167
129
|
.e-quick-popup-wrapper .e-delete-icon::before {
|
|
168
|
-
content:
|
|
130
|
+
content: "\e820";
|
|
169
131
|
}
|
|
170
|
-
|
|
171
132
|
.e-quick-popup-wrapper .e-close-icon::before {
|
|
172
|
-
content:
|
|
133
|
+
content: "\e7e7";
|
|
173
134
|
}
|
|
174
|
-
|
|
175
135
|
.e-quick-popup-wrapper .e-time-icon::before {
|
|
176
|
-
content:
|
|
136
|
+
content: "\e705";
|
|
177
137
|
}
|
|
178
|
-
|
|
179
138
|
.e-quick-popup-wrapper .e-location-icon::before {
|
|
180
|
-
content:
|
|
139
|
+
content: "\e756";
|
|
181
140
|
}
|
|
182
|
-
|
|
183
141
|
.e-quick-popup-wrapper .e-time-zone-icon::before {
|
|
184
|
-
content:
|
|
142
|
+
content: "\e804";
|
|
185
143
|
}
|
|
186
|
-
|
|
187
144
|
.e-quick-popup-wrapper .e-description-icon::before {
|
|
188
|
-
content:
|
|
145
|
+
content: "\e7c0";
|
|
189
146
|
}
|
|
190
|
-
|
|
191
147
|
.e-quick-popup-wrapper .e-resource-icon::before {
|
|
192
|
-
content:
|
|
148
|
+
content: "\e7b9";
|
|
193
149
|
}
|
|
194
|
-
|
|
195
150
|
.e-quick-popup-wrapper .e-date-time-icon::before {
|
|
196
|
-
content:
|
|
151
|
+
content: "\e7da";
|
|
197
152
|
}
|
|
198
153
|
|
|
199
154
|
.e-more-popup-wrapper.e-device .e-close-icon::before {
|
|
200
|
-
content:
|
|
155
|
+
content: "\e7e7";
|
|
201
156
|
}
|
|
202
157
|
|
|
203
158
|
/*! schedule component layout */
|
|
@@ -210,7 +165,6 @@
|
|
|
210
165
|
-ms-user-select: none;
|
|
211
166
|
user-select: none;
|
|
212
167
|
}
|
|
213
|
-
|
|
214
168
|
.e-schedule .e-schedule-toolbar {
|
|
215
169
|
background: #f8f9fa;
|
|
216
170
|
border: 0;
|
|
@@ -219,154 +173,108 @@
|
|
|
219
173
|
margin-bottom: 3px;
|
|
220
174
|
min-height: 38px;
|
|
221
175
|
}
|
|
222
|
-
|
|
223
176
|
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text,
|
|
224
177
|
.e-schedule .e-schedule-toolbar .e-active-view .e-icons {
|
|
225
178
|
color: #0d6efd;
|
|
226
179
|
}
|
|
227
|
-
|
|
228
180
|
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:active .e-tbar-btn-text,
|
|
229
181
|
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:active .e-icons, .e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:focus .e-tbar-btn-text,
|
|
230
182
|
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:focus .e-icons, .e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:hover .e-tbar-btn-text,
|
|
231
183
|
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn:hover .e-icons {
|
|
232
184
|
color: #fff;
|
|
233
185
|
}
|
|
234
|
-
|
|
235
186
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
236
187
|
cursor: pointer;
|
|
237
188
|
font-size: 14px;
|
|
238
189
|
text-transform: none;
|
|
239
190
|
}
|
|
240
|
-
|
|
241
191
|
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
242
192
|
background: #f8f9fa;
|
|
243
193
|
}
|
|
244
|
-
|
|
245
194
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
246
195
|
height: 38px;
|
|
247
196
|
min-height: 38px;
|
|
248
197
|
}
|
|
249
|
-
|
|
250
198
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
251
199
|
height: inherit;
|
|
252
200
|
}
|
|
253
|
-
|
|
254
201
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow {
|
|
255
202
|
font-size: 18px;
|
|
256
203
|
}
|
|
257
|
-
|
|
258
204
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover {
|
|
259
205
|
border-radius: 4px;
|
|
260
206
|
}
|
|
261
|
-
|
|
262
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day,
|
|
263
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week,
|
|
264
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek,
|
|
265
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month,
|
|
266
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year,
|
|
267
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda,
|
|
268
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda,
|
|
269
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day,
|
|
270
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week,
|
|
271
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek,
|
|
272
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month,
|
|
273
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical,
|
|
274
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal,
|
|
275
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text,
|
|
276
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day,
|
|
277
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text {
|
|
207
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text {
|
|
278
208
|
display: none;
|
|
279
209
|
}
|
|
280
|
-
|
|
281
210
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
|
|
282
211
|
display: none;
|
|
283
212
|
}
|
|
284
|
-
|
|
285
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev,
|
|
286
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next {
|
|
213
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev, .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next {
|
|
287
214
|
font-size: 18px;
|
|
288
215
|
}
|
|
289
|
-
|
|
290
216
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
291
217
|
border-right: 1px solid #dee2e6;
|
|
292
218
|
}
|
|
293
|
-
|
|
294
219
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text {
|
|
295
220
|
font-size: 14px;
|
|
296
221
|
text-transform: initial;
|
|
297
222
|
}
|
|
298
|
-
|
|
299
223
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
300
224
|
background: #f8f9fa;
|
|
301
225
|
border-left: 0;
|
|
302
226
|
border-right: 1px solid #dee2e6;
|
|
303
227
|
}
|
|
304
|
-
|
|
305
228
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
306
229
|
background-color: #dee2e6;
|
|
307
230
|
color: rgba(13, 110, 253, 0.87);
|
|
308
231
|
}
|
|
309
|
-
|
|
310
232
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
311
233
|
border-left: 1px solid #dee2e6;
|
|
312
234
|
}
|
|
313
|
-
|
|
314
235
|
.e-schedule .e-schedule-toolbar .e-hor-nav::after {
|
|
315
|
-
content:
|
|
236
|
+
content: "";
|
|
316
237
|
}
|
|
317
|
-
|
|
318
238
|
.e-schedule .e-schedule-toolbar .e-hor-nav:active {
|
|
319
239
|
color: rgba(13, 110, 253, 0.87);
|
|
320
240
|
}
|
|
321
|
-
|
|
322
241
|
.e-schedule .e-schedule-toolbar .e-hor-nav:active::after {
|
|
323
|
-
content:
|
|
242
|
+
content: "";
|
|
324
243
|
}
|
|
325
|
-
|
|
326
244
|
.e-schedule .e-schedule-toolbar .e-hor-nav:hover {
|
|
327
245
|
background: #dee2e6;
|
|
328
246
|
color: rgba(13, 110, 253, 0.87);
|
|
329
247
|
}
|
|
330
|
-
|
|
331
248
|
.e-schedule .e-schedule-toolbar .e-hor-nav:focus {
|
|
332
249
|
background: #dee2e6;
|
|
333
250
|
color: rgba(13, 110, 253, 0.87);
|
|
334
251
|
}
|
|
335
|
-
|
|
336
252
|
.e-schedule.e-device .e-schedule-toolbar {
|
|
337
253
|
height: 54px;
|
|
338
254
|
min-height: 54px;
|
|
339
255
|
}
|
|
340
|
-
|
|
341
256
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:hover, .e-schedule.e-device .e-schedule-toolbar .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn:focus {
|
|
342
257
|
height: calc(100% - 20px);
|
|
343
258
|
}
|
|
344
|
-
|
|
345
259
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
346
260
|
height: 54px;
|
|
347
261
|
min-height: 54px;
|
|
348
262
|
}
|
|
349
|
-
|
|
350
263
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
351
264
|
height: inherit;
|
|
352
265
|
}
|
|
353
|
-
|
|
354
266
|
.e-schedule.e-device .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
355
267
|
font-size: 16px;
|
|
356
268
|
}
|
|
357
|
-
|
|
358
269
|
.e-schedule.e-device .e-schedule-toolbar .e-date-range .e-tbar-btn .e-tbar-btn-text {
|
|
359
270
|
font-size: 16px;
|
|
360
271
|
}
|
|
361
|
-
|
|
362
272
|
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop {
|
|
363
273
|
overflow: auto;
|
|
364
274
|
}
|
|
365
|
-
|
|
366
275
|
.e-schedule.e-device .e-content-wrap.e-scroll-hidden {
|
|
367
276
|
overflow: hidden;
|
|
368
277
|
}
|
|
369
|
-
|
|
370
278
|
.e-schedule .e-schedule-resource-toolbar {
|
|
371
279
|
background: #f8f9fa;
|
|
372
280
|
border-bottom: 0;
|
|
@@ -377,69 +285,56 @@
|
|
|
377
285
|
min-height: 38px;
|
|
378
286
|
padding: 10px;
|
|
379
287
|
}
|
|
380
|
-
|
|
381
288
|
.e-schedule .e-schedule-resource-toolbar .e-resource-menu .e-icon-menu {
|
|
382
289
|
color: #6c757d;
|
|
383
290
|
font-size: 14px;
|
|
384
291
|
padding: 7px;
|
|
385
292
|
padding-left: 4px;
|
|
386
293
|
}
|
|
387
|
-
|
|
388
294
|
.e-schedule .e-schedule-resource-toolbar .e-resource-menu.e-disable {
|
|
389
295
|
display: none;
|
|
390
296
|
}
|
|
391
|
-
|
|
392
297
|
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title {
|
|
393
298
|
display: -ms-flexbox;
|
|
394
299
|
display: flex;
|
|
395
300
|
}
|
|
396
|
-
|
|
397
301
|
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name {
|
|
398
302
|
font-size: 14px;
|
|
399
303
|
padding: 5px;
|
|
400
304
|
color: #495057;
|
|
401
305
|
}
|
|
402
|
-
|
|
403
306
|
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-resource-name:not(:last-child) {
|
|
404
|
-
opacity: .6;
|
|
307
|
+
opacity: 0.6;
|
|
405
308
|
}
|
|
406
|
-
|
|
407
309
|
.e-schedule .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next {
|
|
408
310
|
color: #6c757d;
|
|
409
311
|
font-size: 10px;
|
|
410
312
|
line-height: 18px;
|
|
411
|
-
opacity: .4;
|
|
313
|
+
opacity: 0.4;
|
|
412
314
|
padding: 5px;
|
|
413
315
|
}
|
|
414
|
-
|
|
415
316
|
.e-schedule .e-schedule-resource-toolbar.e-popup-close {
|
|
416
317
|
display: none;
|
|
417
318
|
}
|
|
418
|
-
|
|
419
319
|
.e-schedule .e-schedule-resource-toolbar.e-popup-open {
|
|
420
320
|
display: block;
|
|
421
321
|
}
|
|
422
|
-
|
|
423
322
|
.e-schedule .e-text-ellipsis {
|
|
424
323
|
overflow: hidden;
|
|
425
324
|
text-overflow: ellipsis;
|
|
426
325
|
}
|
|
427
|
-
|
|
428
326
|
.e-schedule .e-text-center {
|
|
429
327
|
text-align: center;
|
|
430
328
|
}
|
|
431
|
-
|
|
432
329
|
.e-schedule .e-table-container {
|
|
433
330
|
display: -ms-inline-flexbox;
|
|
434
331
|
display: inline-flex;
|
|
435
332
|
position: relative;
|
|
436
333
|
vertical-align: top;
|
|
437
334
|
}
|
|
438
|
-
|
|
439
335
|
.e-schedule .e-table-container.e-translate {
|
|
440
|
-
transition: transform .3s ease 0s;
|
|
336
|
+
transition: transform 0.3s ease 0s;
|
|
441
337
|
}
|
|
442
|
-
|
|
443
338
|
.e-schedule .e-resource-tree-popup {
|
|
444
339
|
background: #f8f9fa;
|
|
445
340
|
box-shadow: 0 0.8px 16px rgba(0, 0, 0, 0.15);
|
|
@@ -448,37 +343,32 @@
|
|
|
448
343
|
width: 250px;
|
|
449
344
|
color: #212529;
|
|
450
345
|
}
|
|
451
|
-
|
|
452
346
|
.e-schedule .e-resource-tree-popup .e-resource-tree {
|
|
453
347
|
height: 100%;
|
|
454
348
|
overflow-y: auto;
|
|
455
349
|
}
|
|
456
|
-
|
|
457
350
|
.e-schedule .e-resource-tree-popup .e-resource-tree.e-treeview .e-text-content {
|
|
458
351
|
padding: 0 0 0 12px;
|
|
459
352
|
}
|
|
460
|
-
|
|
461
353
|
.e-schedule .e-resource-tree-popup-overlay.e-enable {
|
|
462
354
|
background-color: rgba(0, 0, 0, 0.5);
|
|
463
355
|
height: 100%;
|
|
464
356
|
left: 0;
|
|
465
|
-
opacity: .5;
|
|
357
|
+
opacity: 0.5;
|
|
466
358
|
position: absolute;
|
|
467
359
|
top: 0;
|
|
468
360
|
width: 100%;
|
|
469
361
|
}
|
|
470
|
-
|
|
471
362
|
.e-schedule .e-new-event {
|
|
472
363
|
background-color: #0d6efd;
|
|
473
364
|
border: 1px solid #fff;
|
|
474
365
|
border-radius: 5px;
|
|
475
366
|
height: 100%;
|
|
476
|
-
opacity: .9;
|
|
367
|
+
opacity: 0.9;
|
|
477
368
|
position: relative;
|
|
478
369
|
width: 100%;
|
|
479
370
|
z-index: 1;
|
|
480
371
|
}
|
|
481
|
-
|
|
482
372
|
.e-schedule .e-new-event .e-title {
|
|
483
373
|
color: #fff;
|
|
484
374
|
font-size: 12px;
|
|
@@ -491,7 +381,6 @@
|
|
|
491
381
|
white-space: normal;
|
|
492
382
|
word-wrap: break-word;
|
|
493
383
|
}
|
|
494
|
-
|
|
495
384
|
.e-schedule .e-schedule-table {
|
|
496
385
|
border: 0 none;
|
|
497
386
|
border-collapse: separate;
|
|
@@ -500,7 +389,6 @@
|
|
|
500
389
|
table-layout: fixed;
|
|
501
390
|
width: 100%;
|
|
502
391
|
}
|
|
503
|
-
|
|
504
392
|
.e-schedule .e-schedule-table > tbody > tr > th,
|
|
505
393
|
.e-schedule .e-schedule-table > tbody > tr > td {
|
|
506
394
|
box-sizing: border-box;
|
|
@@ -509,64 +397,51 @@
|
|
|
509
397
|
text-overflow: ellipsis;
|
|
510
398
|
white-space: nowrap;
|
|
511
399
|
}
|
|
512
|
-
|
|
513
400
|
.e-schedule .e-outer-table > tbody > tr > td {
|
|
514
401
|
padding: 0;
|
|
515
402
|
vertical-align: top;
|
|
516
403
|
}
|
|
517
|
-
|
|
518
404
|
.e-schedule .e-content-wrap {
|
|
519
405
|
position: relative;
|
|
520
406
|
}
|
|
521
|
-
|
|
522
407
|
.e-schedule .e-content-wrap .e-day-wrapper {
|
|
523
408
|
width: 100%;
|
|
524
409
|
}
|
|
525
|
-
|
|
526
410
|
.e-schedule .e-content-placeholder {
|
|
527
411
|
height: 100%;
|
|
528
412
|
position: relative;
|
|
529
413
|
width: 100%;
|
|
530
414
|
z-index: 99999;
|
|
531
415
|
}
|
|
532
|
-
|
|
533
416
|
.e-schedule .e-content-wrap,
|
|
534
417
|
.e-schedule .e-scroll-container {
|
|
535
418
|
-webkit-overflow-scrolling: touch;
|
|
536
419
|
overflow: auto;
|
|
537
420
|
}
|
|
538
|
-
|
|
539
421
|
.e-schedule .e-hide-childs > * {
|
|
540
422
|
display: none;
|
|
541
423
|
}
|
|
542
|
-
|
|
543
424
|
.e-schedule .e-recurrence-icon,
|
|
544
425
|
.e-schedule .e-recurrence-edit-icon {
|
|
545
426
|
font-size: 11px;
|
|
546
427
|
}
|
|
547
|
-
|
|
548
428
|
.e-schedule .e-left-icon,
|
|
549
429
|
.e-schedule .e-right-icon {
|
|
550
430
|
font-size: 8px;
|
|
551
431
|
}
|
|
552
|
-
|
|
553
432
|
.e-schedule .e-m-date {
|
|
554
433
|
cursor: pointer;
|
|
555
434
|
font-size: 20px;
|
|
556
435
|
}
|
|
557
|
-
|
|
558
436
|
.e-schedule .e-m-date:hover {
|
|
559
437
|
text-decoration: underline;
|
|
560
438
|
}
|
|
561
|
-
|
|
562
439
|
.e-schedule .e-m-day {
|
|
563
440
|
font-size: 12px;
|
|
564
441
|
}
|
|
565
|
-
|
|
566
442
|
.e-schedule.e-device .e-m-date:hover {
|
|
567
443
|
text-decoration: none;
|
|
568
444
|
}
|
|
569
|
-
|
|
570
445
|
.e-schedule .e-block-appointment {
|
|
571
446
|
background: #e9ecef;
|
|
572
447
|
border-radius: 2px;
|
|
@@ -575,7 +450,6 @@
|
|
|
575
450
|
overflow: hidden;
|
|
576
451
|
position: absolute;
|
|
577
452
|
}
|
|
578
|
-
|
|
579
453
|
.e-schedule .e-block-appointment .e-subject {
|
|
580
454
|
overflow: hidden;
|
|
581
455
|
overflow-wrap: break-word;
|
|
@@ -583,37 +457,30 @@
|
|
|
583
457
|
white-space: normal;
|
|
584
458
|
word-wrap: break-word;
|
|
585
459
|
}
|
|
586
|
-
|
|
587
460
|
.e-schedule .e-block-indicator {
|
|
588
461
|
color: #495057;
|
|
589
462
|
float: right;
|
|
590
463
|
padding: 0 5px;
|
|
591
464
|
z-index: 1;
|
|
592
465
|
}
|
|
593
|
-
|
|
594
466
|
.e-schedule.e-rtl .e-block-indicator {
|
|
595
467
|
float: left;
|
|
596
468
|
}
|
|
597
|
-
|
|
598
469
|
.e-schedule .e-timeline-view .e-block-indicator,
|
|
599
470
|
.e-schedule .e-timeline-month-view .e-block-indicator {
|
|
600
471
|
position: absolute;
|
|
601
472
|
top: 3px;
|
|
602
473
|
}
|
|
603
|
-
|
|
604
474
|
.e-schedule .e-appointment {
|
|
605
475
|
opacity: 1;
|
|
606
476
|
transition: opacity 100ms linear;
|
|
607
477
|
}
|
|
608
|
-
|
|
609
478
|
.e-schedule .e-appointment .e-subject.e-disable {
|
|
610
479
|
display: none;
|
|
611
480
|
}
|
|
612
|
-
|
|
613
481
|
.e-schedule .e-appointment .e-inline-appointment {
|
|
614
482
|
z-index: 1;
|
|
615
483
|
}
|
|
616
|
-
|
|
617
484
|
.e-schedule .e-appointment .e-inline-subject {
|
|
618
485
|
background-color: transparent;
|
|
619
486
|
border: 0;
|
|
@@ -624,50 +491,35 @@
|
|
|
624
491
|
padding-top: 4px;
|
|
625
492
|
width: 100%;
|
|
626
493
|
}
|
|
627
|
-
|
|
628
494
|
.e-schedule .e-appointment.e-event-action {
|
|
629
|
-
opacity: .4;
|
|
495
|
+
opacity: 0.4;
|
|
630
496
|
}
|
|
631
|
-
|
|
632
497
|
.e-schedule .e-appointment.e-allow-select {
|
|
633
498
|
pointer-events: none;
|
|
634
499
|
}
|
|
635
|
-
|
|
636
500
|
.e-schedule .e-read-only {
|
|
637
|
-
opacity: .8;
|
|
501
|
+
opacity: 0.8;
|
|
638
502
|
}
|
|
639
|
-
|
|
640
|
-
.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone),
|
|
641
|
-
.e-schedule.e-event-action .e-block-appointment {
|
|
503
|
+
.e-schedule.e-event-action .e-appointment:not(.e-schedule-event-clone), .e-schedule.e-event-action .e-block-appointment {
|
|
642
504
|
pointer-events: none;
|
|
643
505
|
}
|
|
644
|
-
|
|
645
|
-
.e-schedule.e-event-action .e-drag-clone,
|
|
646
|
-
.e-schedule.e-event-action .e-timeline-view .e-drag-clone {
|
|
506
|
+
.e-schedule.e-event-action .e-drag-clone, .e-schedule.e-event-action .e-timeline-view .e-drag-clone {
|
|
647
507
|
cursor: move;
|
|
648
508
|
}
|
|
649
|
-
|
|
650
509
|
.e-schedule.e-event-action .e-drag-clone .e-top-handler,
|
|
651
|
-
.e-schedule.e-event-action .e-drag-clone .e-bottom-handler,
|
|
652
|
-
.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler,
|
|
510
|
+
.e-schedule.e-event-action .e-drag-clone .e-bottom-handler, .e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-top-handler,
|
|
653
511
|
.e-schedule.e-event-action .e-timeline-view .e-drag-clone .e-bottom-handler {
|
|
654
512
|
pointer-events: none;
|
|
655
513
|
}
|
|
656
|
-
|
|
657
514
|
.e-schedule.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone {
|
|
658
515
|
cursor: ns-resize;
|
|
659
516
|
}
|
|
660
|
-
|
|
661
|
-
.e-schedule.e-event-action .e-timeline-view .e-resize-clone,
|
|
662
|
-
.e-schedule.e-event-action .e-timeline-month-view .e-resize-clone,
|
|
663
|
-
.e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone {
|
|
517
|
+
.e-schedule.e-event-action .e-timeline-view .e-resize-clone, .e-schedule.e-event-action .e-timeline-month-view .e-resize-clone, .e-schedule.e-event-action .e-all-day-appointment-wrapper .e-resize-clone {
|
|
664
518
|
cursor: ew-resize;
|
|
665
519
|
}
|
|
666
|
-
|
|
667
520
|
.e-schedule.e-device .e-appointment {
|
|
668
521
|
overflow: hidden;
|
|
669
522
|
}
|
|
670
|
-
|
|
671
523
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-top-bottom-resize {
|
|
672
524
|
height: 10px;
|
|
673
525
|
left: 50%;
|
|
@@ -675,7 +527,6 @@
|
|
|
675
527
|
transform: translateX(-50%);
|
|
676
528
|
width: 100%;
|
|
677
529
|
}
|
|
678
|
-
|
|
679
530
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-left-right-resize {
|
|
680
531
|
border-radius: 50%;
|
|
681
532
|
height: 100%;
|
|
@@ -684,79 +535,63 @@
|
|
|
684
535
|
transform: translateY(-50%);
|
|
685
536
|
width: 10px;
|
|
686
537
|
}
|
|
687
|
-
|
|
688
538
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-top-handler .e-top-bottom-resize {
|
|
689
539
|
margin-top: -8px;
|
|
690
540
|
}
|
|
691
|
-
|
|
692
541
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-bottom-handler .e-top-bottom-resize {
|
|
693
542
|
margin-top: 8px;
|
|
694
543
|
}
|
|
695
|
-
|
|
696
544
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-left-handler .e-left-right-resize {
|
|
697
545
|
margin-left: -8px;
|
|
698
546
|
}
|
|
699
|
-
|
|
700
547
|
.e-schedule.e-device .e-appointment.e-appointment-border .e-right-handler .e-left-right-resize {
|
|
701
548
|
margin-left: 8px;
|
|
702
549
|
}
|
|
703
|
-
|
|
704
550
|
.e-schedule .e-timeline-year-view .e-event-resize.e-left-handler, .e-schedule .e-timeline-year-view .e-event-resize.e-right-handler {
|
|
705
551
|
height: 100%;
|
|
706
552
|
width: 5px;
|
|
707
553
|
}
|
|
708
|
-
|
|
709
554
|
.e-schedule .e-timeline-year-view .e-event-resize.e-top-handler, .e-schedule .e-timeline-year-view .e-event-resize.e-bottom-handler {
|
|
710
555
|
height: 5px;
|
|
711
556
|
width: 100%;
|
|
712
557
|
}
|
|
713
|
-
|
|
714
558
|
.e-schedule .e-event-resize {
|
|
715
559
|
position: absolute;
|
|
716
560
|
}
|
|
717
|
-
|
|
718
561
|
.e-schedule .e-event-resize.e-left-handler, .e-schedule .e-event-resize.e-right-handler {
|
|
719
562
|
height: 100%;
|
|
720
563
|
width: 10px;
|
|
721
564
|
}
|
|
722
|
-
|
|
723
565
|
.e-schedule .e-event-resize.e-left-handler {
|
|
724
566
|
cursor: ew-resize;
|
|
725
567
|
float: left;
|
|
726
568
|
left: 0;
|
|
727
569
|
}
|
|
728
|
-
|
|
729
570
|
.e-schedule .e-event-resize.e-right-handler {
|
|
730
571
|
cursor: e-resize;
|
|
731
572
|
float: right;
|
|
732
573
|
right: 0;
|
|
733
574
|
}
|
|
734
|
-
|
|
735
575
|
.e-schedule .e-event-resize.e-top-handler, .e-schedule .e-event-resize.e-bottom-handler {
|
|
736
576
|
height: 10px;
|
|
737
577
|
width: 100%;
|
|
738
578
|
}
|
|
739
|
-
|
|
740
579
|
.e-schedule .e-event-resize.e-top-handler {
|
|
741
580
|
cursor: ns-resize;
|
|
742
581
|
top: 0;
|
|
743
582
|
}
|
|
744
|
-
|
|
745
583
|
.e-schedule .e-event-resize.e-bottom-handler {
|
|
746
584
|
bottom: 0;
|
|
747
585
|
cursor: ns-resize;
|
|
748
586
|
}
|
|
749
|
-
|
|
750
587
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-table,
|
|
751
588
|
.e-schedule .e-vertical-view.e-timescale-disable .e-content-wrap {
|
|
752
589
|
height: 100%;
|
|
753
590
|
}
|
|
754
|
-
|
|
755
591
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-row,
|
|
756
592
|
.e-schedule .e-vertical-view.e-timescale-disable .e-all-day-cells {
|
|
757
593
|
height: 0 !important;
|
|
758
594
|
}
|
|
759
|
-
|
|
760
595
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment {
|
|
761
596
|
background: #0d6efd;
|
|
762
597
|
border: 1px solid #dee2e6;
|
|
@@ -769,7 +604,6 @@
|
|
|
769
604
|
overflow: hidden;
|
|
770
605
|
position: absolute;
|
|
771
606
|
}
|
|
772
|
-
|
|
773
607
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-appointment-details {
|
|
774
608
|
display: -ms-flexbox;
|
|
775
609
|
display: flex;
|
|
@@ -778,13 +612,11 @@
|
|
|
778
612
|
padding: 2px 4px 0 2px;
|
|
779
613
|
text-align: left;
|
|
780
614
|
}
|
|
781
|
-
|
|
782
615
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-inner-wrap {
|
|
783
616
|
-ms-flex: auto;
|
|
784
617
|
flex: auto;
|
|
785
618
|
overflow: hidden;
|
|
786
619
|
}
|
|
787
|
-
|
|
788
620
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-subject {
|
|
789
621
|
font-size: 13px;
|
|
790
622
|
font-weight: 500;
|
|
@@ -797,7 +629,6 @@
|
|
|
797
629
|
white-space: normal;
|
|
798
630
|
word-wrap: break-word;
|
|
799
631
|
}
|
|
800
|
-
|
|
801
632
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-time,
|
|
802
633
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-location {
|
|
803
634
|
font-size: 11px;
|
|
@@ -805,42 +636,34 @@
|
|
|
805
636
|
padding-top: 1px;
|
|
806
637
|
text-overflow: ellipsis;
|
|
807
638
|
}
|
|
808
|
-
|
|
809
639
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-disable {
|
|
810
640
|
display: none;
|
|
811
641
|
}
|
|
812
|
-
|
|
813
642
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-icon,
|
|
814
643
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-recurrence-edit-icon {
|
|
815
644
|
line-height: 54px;
|
|
816
645
|
padding: 0 5px;
|
|
817
646
|
}
|
|
818
|
-
|
|
819
647
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-left-icon,
|
|
820
648
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment .e-right-icon {
|
|
821
649
|
line-height: 54px;
|
|
822
650
|
padding: 0 2px;
|
|
823
651
|
}
|
|
824
|
-
|
|
825
652
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule .e-vertical-view.e-timescale-disable .e-appointment:focus {
|
|
826
653
|
border: 0;
|
|
827
654
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
828
655
|
}
|
|
829
|
-
|
|
830
656
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment.e-allow-select {
|
|
831
657
|
pointer-events: none;
|
|
832
658
|
}
|
|
833
|
-
|
|
834
659
|
.e-schedule .e-vertical-view.e-timescale-disable .e-appointment-wrapper {
|
|
835
660
|
position: absolute;
|
|
836
661
|
width: 0;
|
|
837
662
|
}
|
|
838
|
-
|
|
839
663
|
.e-schedule .e-vertical-view.e-timescale-disable .e-work-cells {
|
|
840
664
|
height: auto;
|
|
841
665
|
vertical-align: top;
|
|
842
666
|
}
|
|
843
|
-
|
|
844
667
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator {
|
|
845
668
|
color: #495057;
|
|
846
669
|
cursor: pointer;
|
|
@@ -851,24 +674,19 @@
|
|
|
851
674
|
position: absolute;
|
|
852
675
|
text-overflow: ellipsis;
|
|
853
676
|
}
|
|
854
|
-
|
|
855
677
|
.e-schedule .e-vertical-view.e-timescale-disable .e-more-indicator:focus {
|
|
856
678
|
text-decoration: underline;
|
|
857
679
|
}
|
|
858
|
-
|
|
859
680
|
.e-schedule .e-vertical-view .e-left-indent {
|
|
860
681
|
width: 85px;
|
|
861
682
|
}
|
|
862
|
-
|
|
863
683
|
.e-schedule .e-vertical-view .e-left-indent .e-all-day-cells {
|
|
864
684
|
position: relative;
|
|
865
685
|
}
|
|
866
|
-
|
|
867
686
|
.e-schedule .e-vertical-view .e-date-header-wrap table col,
|
|
868
687
|
.e-schedule .e-vertical-view .e-content-wrap table col {
|
|
869
688
|
width: 36px;
|
|
870
689
|
}
|
|
871
|
-
|
|
872
690
|
.e-schedule .e-vertical-view .e-resource-cells {
|
|
873
691
|
color: #212529;
|
|
874
692
|
font-size: 12px;
|
|
@@ -876,52 +694,43 @@
|
|
|
876
694
|
padding: 8px;
|
|
877
695
|
padding-left: 15px;
|
|
878
696
|
}
|
|
879
|
-
|
|
880
697
|
.e-schedule .e-vertical-view .e-header-cells {
|
|
881
698
|
font-size: 12px;
|
|
882
699
|
height: 60px;
|
|
883
700
|
padding: 4px;
|
|
884
701
|
}
|
|
885
|
-
|
|
886
702
|
.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
887
703
|
display: table;
|
|
888
704
|
font-size: 12px;
|
|
889
705
|
line-height: 18px;
|
|
890
706
|
padding-bottom: 4px;
|
|
891
707
|
}
|
|
892
|
-
|
|
893
708
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date {
|
|
894
709
|
cursor: pointer;
|
|
895
710
|
display: table;
|
|
896
711
|
font-size: 16px;
|
|
897
712
|
line-height: 24px;
|
|
898
713
|
}
|
|
899
|
-
|
|
900
714
|
.e-schedule .e-vertical-view .e-header-cells .e-header-date:hover {
|
|
901
715
|
text-decoration: underline;
|
|
902
716
|
}
|
|
903
|
-
|
|
904
717
|
.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-day {
|
|
905
718
|
cursor: default;
|
|
906
|
-
opacity: .35;
|
|
719
|
+
opacity: 0.35;
|
|
907
720
|
}
|
|
908
|
-
|
|
909
721
|
.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date {
|
|
910
722
|
cursor: default;
|
|
911
|
-
opacity: .35;
|
|
723
|
+
opacity: 0.35;
|
|
912
724
|
}
|
|
913
|
-
|
|
914
725
|
.e-schedule .e-vertical-view .e-header-cells.e-disable-dates .e-header-date:hover {
|
|
915
726
|
text-decoration: none;
|
|
916
727
|
}
|
|
917
|
-
|
|
918
728
|
.e-schedule .e-vertical-view .e-row-count-wrapper {
|
|
919
729
|
display: block;
|
|
920
730
|
height: 100%;
|
|
921
731
|
pointer-events: none;
|
|
922
732
|
position: relative;
|
|
923
733
|
}
|
|
924
|
-
|
|
925
734
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator {
|
|
926
735
|
bottom: 0;
|
|
927
736
|
color: #495057;
|
|
@@ -934,15 +743,12 @@
|
|
|
934
743
|
text-overflow: ellipsis;
|
|
935
744
|
width: 100%;
|
|
936
745
|
}
|
|
937
|
-
|
|
938
746
|
.e-schedule .e-vertical-view .e-row-count-wrapper .e-more-indicator:focus {
|
|
939
747
|
text-decoration: underline;
|
|
940
748
|
}
|
|
941
|
-
|
|
942
749
|
.e-schedule .e-vertical-view .e-row-count-wrapper.e-disable {
|
|
943
750
|
display: none;
|
|
944
751
|
}
|
|
945
|
-
|
|
946
752
|
.e-schedule .e-vertical-view .e-all-day-appointment-section {
|
|
947
753
|
bottom: 4px;
|
|
948
754
|
color: #6c757d;
|
|
@@ -959,62 +765,49 @@
|
|
|
959
765
|
transition: transform 300ms ease-in-out;
|
|
960
766
|
width: 25px;
|
|
961
767
|
}
|
|
962
|
-
|
|
963
768
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-disable {
|
|
964
769
|
display: none;
|
|
965
770
|
}
|
|
966
|
-
|
|
967
771
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-expand {
|
|
968
772
|
transform: rotate(0deg);
|
|
969
773
|
}
|
|
970
|
-
|
|
971
774
|
.e-schedule .e-vertical-view .e-all-day-appointment-section.e-appointment-collapse {
|
|
972
775
|
transform: rotate(180deg);
|
|
973
776
|
}
|
|
974
|
-
|
|
975
777
|
.e-schedule .e-vertical-view .e-all-day-appointment-section:hover, .e-schedule .e-vertical-view .e-all-day-appointment-section:focus {
|
|
976
778
|
background: #dee2e6;
|
|
977
779
|
border-radius: 100%;
|
|
978
780
|
}
|
|
979
|
-
|
|
980
781
|
.e-schedule .e-vertical-view .e-appointment-hide {
|
|
981
782
|
opacity: 0;
|
|
982
783
|
}
|
|
983
|
-
|
|
984
784
|
.e-schedule .e-vertical-view .e-all-day-cells {
|
|
985
785
|
height: 0;
|
|
986
786
|
padding: 0;
|
|
987
787
|
text-align: center;
|
|
988
788
|
vertical-align: top;
|
|
989
789
|
}
|
|
990
|
-
|
|
991
790
|
.e-schedule .e-vertical-view .e-all-day-cells:first-child.e-animate {
|
|
992
791
|
transition: 250ms ease-out;
|
|
993
792
|
}
|
|
994
|
-
|
|
995
793
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td,
|
|
996
794
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
997
795
|
font-size: 12px;
|
|
998
796
|
height: 36px;
|
|
999
797
|
text-align: center;
|
|
1000
798
|
}
|
|
1001
|
-
|
|
1002
799
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
1003
800
|
width: 36px;
|
|
1004
801
|
}
|
|
1005
|
-
|
|
1006
802
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates {
|
|
1007
803
|
background-color: #e9ecef;
|
|
1008
804
|
}
|
|
1009
|
-
|
|
1010
805
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
1011
806
|
background-color: #e9ecef;
|
|
1012
807
|
}
|
|
1013
|
-
|
|
1014
808
|
.e-schedule .e-vertical-view .e-current-time {
|
|
1015
809
|
font-size: 10px;
|
|
1016
810
|
}
|
|
1017
|
-
|
|
1018
811
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
1019
812
|
.e-schedule .e-vertical-view .e-current-time,
|
|
1020
813
|
.e-schedule .e-vertical-view .e-previous-timeline,
|
|
@@ -1026,44 +819,35 @@
|
|
|
1026
819
|
top: 0;
|
|
1027
820
|
width: 100%;
|
|
1028
821
|
}
|
|
1029
|
-
|
|
1030
822
|
.e-schedule .e-vertical-view .e-previous-timeline,
|
|
1031
823
|
.e-schedule .e-vertical-view .e-current-timeline {
|
|
1032
824
|
z-index: 1;
|
|
1033
825
|
}
|
|
1034
|
-
|
|
1035
826
|
.e-schedule .e-vertical-view .e-date-header-wrap {
|
|
1036
827
|
max-height: 300px;
|
|
1037
828
|
overflow: hidden;
|
|
1038
829
|
}
|
|
1039
|
-
|
|
1040
830
|
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll {
|
|
1041
831
|
border-bottom: 1px solid #dee2e6;
|
|
1042
832
|
overflow-y: auto;
|
|
1043
833
|
}
|
|
1044
|
-
|
|
1045
834
|
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-resource-cells {
|
|
1046
835
|
position: sticky;
|
|
1047
836
|
}
|
|
1048
|
-
|
|
1049
837
|
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-scroll .e-header-row .e-header-cells {
|
|
1050
838
|
position: sticky;
|
|
1051
839
|
top: 0;
|
|
1052
840
|
}
|
|
1053
|
-
|
|
1054
841
|
.e-schedule .e-vertical-view .e-date-header-wrap.e-all-day-auto {
|
|
1055
842
|
max-height: unset;
|
|
1056
843
|
}
|
|
1057
|
-
|
|
1058
844
|
.e-schedule .e-vertical-view .e-time-cells-wrap {
|
|
1059
845
|
overflow: hidden;
|
|
1060
846
|
}
|
|
1061
|
-
|
|
1062
847
|
.e-schedule .e-vertical-view .e-content-wrap,
|
|
1063
848
|
.e-schedule .e-vertical-view .e-time-cells-wrap {
|
|
1064
849
|
position: relative;
|
|
1065
850
|
}
|
|
1066
|
-
|
|
1067
851
|
.e-schedule .e-vertical-view .e-timeline-wrapper,
|
|
1068
852
|
.e-schedule .e-vertical-view .e-day-wrapper,
|
|
1069
853
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper {
|
|
@@ -1072,11 +856,9 @@
|
|
|
1072
856
|
padding: 0;
|
|
1073
857
|
position: relative;
|
|
1074
858
|
}
|
|
1075
|
-
|
|
1076
859
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1077
860
|
cursor: default;
|
|
1078
861
|
}
|
|
1079
|
-
|
|
1080
862
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment {
|
|
1081
863
|
background: #0d6efd;
|
|
1082
864
|
border: 1px solid #dee2e6;
|
|
@@ -1088,7 +870,6 @@
|
|
|
1088
870
|
overflow: hidden;
|
|
1089
871
|
position: absolute;
|
|
1090
872
|
}
|
|
1091
|
-
|
|
1092
873
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1093
874
|
display: -ms-flexbox;
|
|
1094
875
|
display: flex;
|
|
@@ -1098,7 +879,6 @@
|
|
|
1098
879
|
overflow: hidden;
|
|
1099
880
|
padding: 1px 0 1px 4px;
|
|
1100
881
|
}
|
|
1101
|
-
|
|
1102
882
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-subject {
|
|
1103
883
|
-ms-flex: auto;
|
|
1104
884
|
flex: auto;
|
|
@@ -1107,13 +887,11 @@
|
|
|
1107
887
|
overflow: hidden;
|
|
1108
888
|
text-overflow: ellipsis;
|
|
1109
889
|
}
|
|
1110
|
-
|
|
1111
890
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-time {
|
|
1112
891
|
display: block;
|
|
1113
892
|
font-size: 11px;
|
|
1114
893
|
padding: 1px 4px 2px 0;
|
|
1115
894
|
}
|
|
1116
|
-
|
|
1117
895
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-icon,
|
|
1118
896
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1119
897
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details .e-left-icon,
|
|
@@ -1121,20 +899,16 @@
|
|
|
1121
899
|
line-height: 18px;
|
|
1122
900
|
padding: 0 2px;
|
|
1123
901
|
}
|
|
1124
|
-
|
|
1125
902
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-disable {
|
|
1126
903
|
display: none;
|
|
1127
904
|
}
|
|
1128
|
-
|
|
1129
905
|
.e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
1130
906
|
border: 0;
|
|
1131
907
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
1132
908
|
}
|
|
1133
|
-
|
|
1134
909
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1135
910
|
cursor: default;
|
|
1136
911
|
}
|
|
1137
|
-
|
|
1138
912
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
|
|
1139
913
|
background: #0d6efd;
|
|
1140
914
|
border: 1px solid #dee2e6;
|
|
@@ -1143,7 +917,6 @@
|
|
|
1143
917
|
overflow: hidden;
|
|
1144
918
|
position: absolute;
|
|
1145
919
|
}
|
|
1146
|
-
|
|
1147
920
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
|
|
1148
921
|
-ms-flex: auto;
|
|
1149
922
|
flex: auto;
|
|
@@ -1151,7 +924,6 @@
|
|
|
1151
924
|
text-align: left;
|
|
1152
925
|
line-height: 18px;
|
|
1153
926
|
}
|
|
1154
|
-
|
|
1155
927
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1156
928
|
font-size: 13px;
|
|
1157
929
|
font-weight: 500;
|
|
@@ -1164,7 +936,6 @@
|
|
|
1164
936
|
white-space: normal;
|
|
1165
937
|
word-wrap: break-word;
|
|
1166
938
|
}
|
|
1167
|
-
|
|
1168
939
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time,
|
|
1169
940
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-location {
|
|
1170
941
|
font-size: 11px;
|
|
@@ -1172,15 +943,12 @@
|
|
|
1172
943
|
padding-top: 1px;
|
|
1173
944
|
text-overflow: ellipsis;
|
|
1174
945
|
}
|
|
1175
|
-
|
|
1176
946
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-time {
|
|
1177
947
|
display: block;
|
|
1178
948
|
}
|
|
1179
|
-
|
|
1180
949
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-disable {
|
|
1181
950
|
display: none;
|
|
1182
951
|
}
|
|
1183
|
-
|
|
1184
952
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
1185
953
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
1186
954
|
bottom: 5px;
|
|
@@ -1192,132 +960,105 @@
|
|
|
1192
960
|
right: 5px;
|
|
1193
961
|
width: auto;
|
|
1194
962
|
}
|
|
1195
|
-
|
|
1196
963
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-indicator {
|
|
1197
964
|
display: block;
|
|
1198
965
|
margin: 0 45%;
|
|
1199
966
|
}
|
|
1200
|
-
|
|
1201
967
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon,
|
|
1202
968
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon {
|
|
1203
969
|
font-size: 8px;
|
|
1204
970
|
}
|
|
1205
|
-
|
|
1206
971
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-up-icon {
|
|
1207
972
|
margin-top: 3px;
|
|
1208
973
|
top: 0;
|
|
1209
974
|
}
|
|
1210
|
-
|
|
1211
975
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment .e-down-icon {
|
|
1212
976
|
bottom: 6px;
|
|
1213
977
|
position: absolute;
|
|
1214
978
|
}
|
|
1215
|
-
|
|
1216
979
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule .e-vertical-view .e-day-wrapper .e-appointment:focus {
|
|
1217
980
|
border: 0;
|
|
1218
981
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
1219
982
|
}
|
|
1220
|
-
|
|
1221
983
|
.e-schedule .e-vertical-view.e-day-view .e-header-date {
|
|
1222
984
|
cursor: default;
|
|
1223
985
|
}
|
|
1224
|
-
|
|
1225
986
|
.e-schedule .e-vertical-view.e-day-view .e-header-date:hover {
|
|
1226
987
|
text-decoration: none;
|
|
1227
988
|
}
|
|
1228
|
-
|
|
1229
989
|
.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-day {
|
|
1230
990
|
font-size: 14px;
|
|
1231
991
|
}
|
|
1232
|
-
|
|
1233
992
|
.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date {
|
|
1234
993
|
font-size: 18px;
|
|
1235
994
|
}
|
|
1236
|
-
|
|
1237
995
|
.e-schedule.e-device .e-vertical-view .e-header-cells .e-header-date:hover {
|
|
1238
996
|
text-decoration: none;
|
|
1239
997
|
}
|
|
1240
|
-
|
|
1241
998
|
.e-schedule.e-device .e-vertical-view .e-left-indent {
|
|
1242
999
|
width: 35px;
|
|
1243
1000
|
}
|
|
1244
|
-
|
|
1245
1001
|
.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
|
|
1246
1002
|
.e-schedule.e-device .e-vertical-view .e-current-time {
|
|
1247
1003
|
font-size: 9px;
|
|
1248
1004
|
}
|
|
1249
|
-
|
|
1250
1005
|
.e-schedule.e-device .e-vertical-view .e-time-cells-wrap {
|
|
1251
1006
|
float: left;
|
|
1252
1007
|
width: 35px;
|
|
1253
1008
|
}
|
|
1254
|
-
|
|
1255
1009
|
.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
|
|
1256
1010
|
font-size: 11px;
|
|
1257
1011
|
}
|
|
1258
|
-
|
|
1259
1012
|
.e-schedule.e-device .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1260
1013
|
font-weight: 500;
|
|
1261
1014
|
min-height: auto;
|
|
1262
1015
|
}
|
|
1263
|
-
|
|
1264
1016
|
.e-schedule.e-rtl {
|
|
1265
1017
|
text-align: right;
|
|
1266
1018
|
}
|
|
1267
|
-
|
|
1268
1019
|
.e-schedule.e-rtl .e-vertical-view.e-timescale-disable .e-appointment-details {
|
|
1269
1020
|
text-align: right;
|
|
1270
1021
|
}
|
|
1271
|
-
|
|
1272
1022
|
.e-schedule.e-rtl .e-vertical-view .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1273
1023
|
padding: 1px 4px 1px 0;
|
|
1274
1024
|
}
|
|
1275
|
-
|
|
1276
1025
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-appointment-details {
|
|
1277
1026
|
line-height: 15px;
|
|
1278
1027
|
text-align: right;
|
|
1279
1028
|
}
|
|
1280
|
-
|
|
1281
1029
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1282
1030
|
font-weight: 500;
|
|
1283
1031
|
margin-left: 15px;
|
|
1284
1032
|
margin-right: auto;
|
|
1285
1033
|
}
|
|
1286
|
-
|
|
1287
1034
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
1288
1035
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
1289
1036
|
float: left;
|
|
1290
1037
|
left: 5px;
|
|
1291
1038
|
right: auto;
|
|
1292
1039
|
}
|
|
1293
|
-
|
|
1294
1040
|
.e-schedule.e-rtl.e-device .e-vertical-view .e-time-cells-wrap {
|
|
1295
1041
|
float: right;
|
|
1296
1042
|
}
|
|
1297
|
-
|
|
1298
1043
|
@media screen and (max-width: 480px) {
|
|
1299
1044
|
.e-schedule .e-vertical-view .e-left-indent {
|
|
1300
1045
|
width: 35px;
|
|
1301
1046
|
}
|
|
1302
1047
|
}
|
|
1303
|
-
|
|
1304
1048
|
.e-schedule .e-month-view .e-left-indent,
|
|
1305
1049
|
.e-schedule .e-month-agenda-view .e-left-indent {
|
|
1306
1050
|
border-right: 1px solid #dee2e6;
|
|
1307
1051
|
width: 36px;
|
|
1308
1052
|
}
|
|
1309
|
-
|
|
1310
1053
|
.e-schedule .e-month-view .e-week-number-wrapper,
|
|
1311
1054
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper {
|
|
1312
1055
|
overflow: hidden;
|
|
1313
1056
|
position: relative;
|
|
1314
1057
|
}
|
|
1315
|
-
|
|
1316
1058
|
.e-schedule .e-month-view .e-week-number-wrapper .e-schedule-table,
|
|
1317
1059
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table {
|
|
1318
1060
|
height: 100%;
|
|
1319
1061
|
}
|
|
1320
|
-
|
|
1321
1062
|
.e-schedule .e-month-view .e-week-number-wrapper .e-week-number,
|
|
1322
1063
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
1323
1064
|
color: #495057;
|
|
@@ -1326,32 +1067,26 @@
|
|
|
1326
1067
|
vertical-align: top;
|
|
1327
1068
|
width: 36px;
|
|
1328
1069
|
}
|
|
1329
|
-
|
|
1330
1070
|
.e-schedule .e-month-view .e-content-wrap table tr:last-child td {
|
|
1331
1071
|
border-bottom-width: 0;
|
|
1332
1072
|
}
|
|
1333
|
-
|
|
1334
1073
|
.e-schedule .e-month-view .e-date-header-wrap {
|
|
1335
1074
|
font-size: 14px;
|
|
1336
1075
|
overflow: hidden;
|
|
1337
1076
|
}
|
|
1338
|
-
|
|
1339
1077
|
.e-schedule .e-month-view .e-week-number {
|
|
1340
1078
|
border-bottom: 1px solid #dee2e6;
|
|
1341
1079
|
border-right: 1px solid #dee2e6;
|
|
1342
1080
|
height: 70px;
|
|
1343
1081
|
}
|
|
1344
|
-
|
|
1345
1082
|
.e-schedule .e-month-view .e-content-wrap {
|
|
1346
1083
|
display: -ms-flexbox;
|
|
1347
1084
|
display: flex;
|
|
1348
1085
|
font-size: 14px;
|
|
1349
1086
|
}
|
|
1350
|
-
|
|
1351
1087
|
.e-schedule .e-month-view .e-date-header-wrap table col {
|
|
1352
1088
|
width: 36px;
|
|
1353
1089
|
}
|
|
1354
|
-
|
|
1355
1090
|
.e-schedule .e-month-view .e-resource-cells {
|
|
1356
1091
|
color: #212529;
|
|
1357
1092
|
font-size: 14px;
|
|
@@ -1359,45 +1094,36 @@
|
|
|
1359
1094
|
padding: 8px;
|
|
1360
1095
|
padding-left: 15px;
|
|
1361
1096
|
}
|
|
1362
|
-
|
|
1363
1097
|
.e-schedule .e-month-view .e-header-cells {
|
|
1364
1098
|
cursor: default;
|
|
1365
1099
|
font-weight: 400;
|
|
1366
1100
|
height: 34px;
|
|
1367
1101
|
padding: 8px;
|
|
1368
1102
|
}
|
|
1369
|
-
|
|
1370
1103
|
.e-schedule .e-month-view .e-content-table {
|
|
1371
1104
|
height: 100%;
|
|
1372
1105
|
}
|
|
1373
|
-
|
|
1374
1106
|
.e-schedule .e-month-view .e-work-cells {
|
|
1375
1107
|
height: 80px;
|
|
1376
1108
|
vertical-align: top;
|
|
1377
1109
|
width: 36px;
|
|
1378
1110
|
}
|
|
1379
|
-
|
|
1380
1111
|
.e-schedule .e-month-view .e-work-cells.e-disable-date .e-date-header {
|
|
1381
1112
|
visibility: hidden;
|
|
1382
1113
|
}
|
|
1383
|
-
|
|
1384
1114
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates {
|
|
1385
1115
|
background-color: #e9ecef;
|
|
1386
1116
|
}
|
|
1387
|
-
|
|
1388
1117
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1389
1118
|
cursor: default;
|
|
1390
|
-
opacity: .35;
|
|
1119
|
+
opacity: 0.35;
|
|
1391
1120
|
}
|
|
1392
|
-
|
|
1393
1121
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
1394
1122
|
text-decoration: none;
|
|
1395
1123
|
}
|
|
1396
|
-
|
|
1397
1124
|
.e-schedule .e-month-view .e-work-cells.e-disable-dates:hover {
|
|
1398
1125
|
background-color: #e9ecef;
|
|
1399
1126
|
}
|
|
1400
|
-
|
|
1401
1127
|
.e-schedule .e-month-view .e-date-header {
|
|
1402
1128
|
cursor: pointer;
|
|
1403
1129
|
display: table;
|
|
@@ -1406,27 +1132,21 @@
|
|
|
1406
1132
|
margin: 3px 3px 2px;
|
|
1407
1133
|
text-align: center;
|
|
1408
1134
|
}
|
|
1409
|
-
|
|
1410
1135
|
.e-schedule .e-month-view .e-date-header:hover {
|
|
1411
1136
|
text-decoration: underline;
|
|
1412
1137
|
}
|
|
1413
|
-
|
|
1414
1138
|
.e-schedule .e-month-view .e-appointment-wrapper {
|
|
1415
1139
|
position: absolute;
|
|
1416
1140
|
}
|
|
1417
|
-
|
|
1418
1141
|
.e-schedule .e-month-view .e-new-event {
|
|
1419
1142
|
height: calc(100% - 25px);
|
|
1420
1143
|
}
|
|
1421
|
-
|
|
1422
1144
|
.e-schedule .e-month-view .e-block-indicator {
|
|
1423
1145
|
margin-top: -20px;
|
|
1424
1146
|
}
|
|
1425
|
-
|
|
1426
1147
|
.e-schedule .e-month-view .e-inline-appointment {
|
|
1427
1148
|
z-index: 1;
|
|
1428
1149
|
}
|
|
1429
|
-
|
|
1430
1150
|
.e-schedule .e-month-view .e-appointment {
|
|
1431
1151
|
background: #0d6efd;
|
|
1432
1152
|
border: 1px solid #dee2e6;
|
|
@@ -1439,11 +1159,9 @@
|
|
|
1439
1159
|
overflow: hidden;
|
|
1440
1160
|
position: absolute;
|
|
1441
1161
|
}
|
|
1442
|
-
|
|
1443
1162
|
.e-schedule .e-month-view .e-appointment .e-disable {
|
|
1444
1163
|
display: none;
|
|
1445
1164
|
}
|
|
1446
|
-
|
|
1447
1165
|
.e-schedule .e-month-view .e-appointment .e-appointment-details {
|
|
1448
1166
|
display: -ms-flexbox;
|
|
1449
1167
|
display: flex;
|
|
@@ -1452,7 +1170,6 @@
|
|
|
1452
1170
|
line-height: 18px;
|
|
1453
1171
|
overflow: hidden;
|
|
1454
1172
|
}
|
|
1455
|
-
|
|
1456
1173
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-subject {
|
|
1457
1174
|
-ms-flex: auto;
|
|
1458
1175
|
flex: auto;
|
|
@@ -1462,17 +1179,14 @@
|
|
|
1462
1179
|
padding: 1px 2px;
|
|
1463
1180
|
text-overflow: ellipsis;
|
|
1464
1181
|
}
|
|
1465
|
-
|
|
1466
1182
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-inline-subject {
|
|
1467
1183
|
padding: 4px;
|
|
1468
1184
|
text-align: center;
|
|
1469
1185
|
}
|
|
1470
|
-
|
|
1471
1186
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-time {
|
|
1472
1187
|
font-size: 11px;
|
|
1473
1188
|
padding: 1.5px;
|
|
1474
1189
|
}
|
|
1475
|
-
|
|
1476
1190
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-icon,
|
|
1477
1191
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-recurrence-edit-icon,
|
|
1478
1192
|
.e-schedule .e-month-view .e-appointment .e-appointment-details .e-left-icon,
|
|
@@ -1480,21 +1194,17 @@
|
|
|
1480
1194
|
line-height: 26px;
|
|
1481
1195
|
padding: 0 2px;
|
|
1482
1196
|
}
|
|
1483
|
-
|
|
1484
1197
|
.e-schedule .e-month-view .e-appointment.e-appointment-border, .e-schedule .e-month-view .e-appointment:focus {
|
|
1485
1198
|
border: 0;
|
|
1486
1199
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
1487
1200
|
}
|
|
1488
|
-
|
|
1489
1201
|
.e-schedule .e-month-view .e-appointment.e-allow-select {
|
|
1490
1202
|
pointer-events: none;
|
|
1491
1203
|
}
|
|
1492
|
-
|
|
1493
1204
|
.e-schedule .e-month-view .e-appointment .e-subject {
|
|
1494
1205
|
padding: 2px;
|
|
1495
1206
|
width: 100%;
|
|
1496
1207
|
}
|
|
1497
|
-
|
|
1498
1208
|
.e-schedule .e-month-view .e-more-indicator {
|
|
1499
1209
|
color: #495057;
|
|
1500
1210
|
cursor: pointer;
|
|
@@ -1505,21 +1215,17 @@
|
|
|
1505
1215
|
position: absolute;
|
|
1506
1216
|
text-overflow: ellipsis;
|
|
1507
1217
|
}
|
|
1508
|
-
|
|
1509
1218
|
.e-schedule .e-month-view .e-more-indicator:focus {
|
|
1510
1219
|
text-decoration: underline;
|
|
1511
1220
|
}
|
|
1512
|
-
|
|
1513
1221
|
.e-schedule.e-rtl .e-month-view .e-left-indent {
|
|
1514
1222
|
border-left: 1px solid #dee2e6;
|
|
1515
1223
|
border-right-width: 0;
|
|
1516
1224
|
}
|
|
1517
|
-
|
|
1518
1225
|
.e-schedule.e-rtl .e-month-view .e-week-number {
|
|
1519
1226
|
border-left: 1px solid #dee2e6;
|
|
1520
1227
|
border-right-width: 0;
|
|
1521
1228
|
}
|
|
1522
|
-
|
|
1523
1229
|
.e-schedule .e-year-view .e-calendar-wrapper {
|
|
1524
1230
|
display: -ms-flexbox;
|
|
1525
1231
|
display: flex;
|
|
@@ -1528,7 +1234,6 @@
|
|
|
1528
1234
|
-ms-flex-pack: center;
|
|
1529
1235
|
justify-content: center;
|
|
1530
1236
|
}
|
|
1531
|
-
|
|
1532
1237
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
|
|
1533
1238
|
border: 0;
|
|
1534
1239
|
-ms-flex: 0 25%;
|
|
@@ -1537,27 +1242,22 @@
|
|
|
1537
1242
|
min-width: 260px;
|
|
1538
1243
|
padding: 10px;
|
|
1539
1244
|
}
|
|
1540
|
-
|
|
1541
1245
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-header .e-title {
|
|
1542
1246
|
cursor: default;
|
|
1543
1247
|
}
|
|
1544
|
-
|
|
1545
1248
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day {
|
|
1546
1249
|
display: block;
|
|
1547
1250
|
margin: 0 auto;
|
|
1548
1251
|
}
|
|
1549
|
-
|
|
1550
1252
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
|
|
1551
1253
|
color: #495057;
|
|
1552
1254
|
pointer-events: visible;
|
|
1553
1255
|
-ms-touch-action: auto;
|
|
1554
1256
|
touch-action: auto;
|
|
1555
1257
|
}
|
|
1556
|
-
|
|
1557
1258
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month.e-today {
|
|
1558
|
-
opacity: .5;
|
|
1259
|
+
opacity: 0.5;
|
|
1559
1260
|
}
|
|
1560
|
-
|
|
1561
1261
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment,
|
|
1562
1262
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-appointment-indicator {
|
|
1563
1263
|
background-color: #0d6efd;
|
|
@@ -1567,29 +1267,23 @@
|
|
|
1567
1267
|
position: relative;
|
|
1568
1268
|
width: 5px;
|
|
1569
1269
|
}
|
|
1570
|
-
|
|
1571
1270
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates {
|
|
1572
1271
|
background-color: #e9ecef;
|
|
1573
1272
|
cursor: default;
|
|
1574
1273
|
}
|
|
1575
|
-
|
|
1576
1274
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates .e-day {
|
|
1577
1275
|
cursor: default;
|
|
1578
1276
|
}
|
|
1579
|
-
|
|
1580
1277
|
.e-schedule .e-year-view .e-calendar-wrapper .e-work-cells.e-disable-dates:hover {
|
|
1581
1278
|
background-color: #e9ecef;
|
|
1582
1279
|
}
|
|
1583
|
-
|
|
1584
1280
|
.e-schedule .e-year-view .e-date-header-wrap {
|
|
1585
1281
|
font-size: 14px;
|
|
1586
1282
|
overflow: hidden;
|
|
1587
1283
|
}
|
|
1588
|
-
|
|
1589
1284
|
.e-schedule .e-year-view .e-date-header-wrap table col {
|
|
1590
1285
|
width: 36px;
|
|
1591
1286
|
}
|
|
1592
|
-
|
|
1593
1287
|
.e-schedule .e-year-view .e-date-header-wrap table td {
|
|
1594
1288
|
background-color: #fff;
|
|
1595
1289
|
border-color: #dee2e6;
|
|
@@ -1598,11 +1292,9 @@
|
|
|
1598
1292
|
color: #343a40;
|
|
1599
1293
|
text-align: left;
|
|
1600
1294
|
}
|
|
1601
|
-
|
|
1602
1295
|
.e-schedule .e-year-view .e-date-header-wrap table td:first-child {
|
|
1603
1296
|
border-left-width: 0;
|
|
1604
1297
|
}
|
|
1605
|
-
|
|
1606
1298
|
.e-schedule .e-year-view .e-resource-cells {
|
|
1607
1299
|
color: #212529;
|
|
1608
1300
|
font-size: 14px;
|
|
@@ -1610,35 +1302,28 @@
|
|
|
1610
1302
|
padding: 8px;
|
|
1611
1303
|
padding-left: 15px;
|
|
1612
1304
|
}
|
|
1613
|
-
|
|
1614
1305
|
.e-schedule .e-year-view .e-content-wrap table td:first-child {
|
|
1615
1306
|
border-left-width: 0;
|
|
1616
1307
|
}
|
|
1617
|
-
|
|
1618
1308
|
.e-schedule .e-year-view .e-resource .e-month-calendar {
|
|
1619
1309
|
max-width: 100%;
|
|
1620
1310
|
min-width: 100%;
|
|
1621
1311
|
}
|
|
1622
|
-
|
|
1623
1312
|
.e-schedule .e-timeline-year-view .e-date-header-wrap,
|
|
1624
1313
|
.e-schedule .e-timeline-year-view .e-month-header-wrapper {
|
|
1625
1314
|
overflow: hidden;
|
|
1626
1315
|
position: relative;
|
|
1627
1316
|
}
|
|
1628
|
-
|
|
1629
1317
|
.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table {
|
|
1630
1318
|
height: 100%;
|
|
1631
1319
|
}
|
|
1632
|
-
|
|
1633
1320
|
.e-schedule .e-timeline-year-view .e-month-header-wrapper .e-schedule-table.e-auto-height {
|
|
1634
1321
|
height: auto;
|
|
1635
1322
|
}
|
|
1636
|
-
|
|
1637
1323
|
.e-schedule .e-timeline-year-view .e-date-header-wrap table col,
|
|
1638
1324
|
.e-schedule .e-timeline-year-view .e-content-wrap table col {
|
|
1639
1325
|
width: 100px;
|
|
1640
1326
|
}
|
|
1641
|
-
|
|
1642
1327
|
.e-schedule .e-timeline-year-view .e-resource-left-td,
|
|
1643
1328
|
.e-schedule .e-timeline-year-view .e-date-header-wrap table td {
|
|
1644
1329
|
background-color: #fff;
|
|
@@ -1648,12 +1333,10 @@
|
|
|
1648
1333
|
color: #343a40;
|
|
1649
1334
|
text-align: center;
|
|
1650
1335
|
}
|
|
1651
|
-
|
|
1652
1336
|
.e-schedule .e-timeline-year-view .e-resource-left-td.e-current-day,
|
|
1653
1337
|
.e-schedule .e-timeline-year-view .e-date-header-wrap table td.e-current-day {
|
|
1654
1338
|
color: #0d6efd;
|
|
1655
1339
|
}
|
|
1656
|
-
|
|
1657
1340
|
.e-schedule .e-timeline-year-view .e-resource-text {
|
|
1658
1341
|
color: #212529;
|
|
1659
1342
|
font-size: 13px;
|
|
@@ -1661,22 +1344,18 @@
|
|
|
1661
1344
|
padding: 4px 12px;
|
|
1662
1345
|
text-overflow: ellipsis;
|
|
1663
1346
|
}
|
|
1664
|
-
|
|
1665
1347
|
.e-schedule .e-timeline-year-view .e-resource-left-td {
|
|
1666
1348
|
vertical-align: middle;
|
|
1667
1349
|
width: 200px;
|
|
1668
1350
|
}
|
|
1669
|
-
|
|
1670
1351
|
.e-schedule .e-timeline-year-view .e-left-indent-wrap .e-resource-cells,
|
|
1671
1352
|
.e-schedule .e-timeline-year-view .e-date-header-wrap .e-resource-cells {
|
|
1672
1353
|
height: 40px;
|
|
1673
1354
|
}
|
|
1674
|
-
|
|
1675
1355
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap {
|
|
1676
1356
|
overflow: hidden;
|
|
1677
1357
|
position: relative;
|
|
1678
1358
|
}
|
|
1679
|
-
|
|
1680
1359
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells {
|
|
1681
1360
|
background-color: #f8f9fa;
|
|
1682
1361
|
border-color: #dee2e6;
|
|
@@ -1688,36 +1367,29 @@
|
|
|
1688
1367
|
padding-right: 0;
|
|
1689
1368
|
vertical-align: middle;
|
|
1690
1369
|
}
|
|
1691
|
-
|
|
1692
1370
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells.e-child-node {
|
|
1693
1371
|
background-color: #fff;
|
|
1694
1372
|
}
|
|
1695
|
-
|
|
1696
1373
|
.e-schedule .e-timeline-year-view .e-resource-column-wrap .e-resource-cells:focus {
|
|
1697
1374
|
background-color: #f2f4f6;
|
|
1698
1375
|
}
|
|
1699
|
-
|
|
1700
1376
|
.e-schedule .e-timeline-year-view .e-resource-column-table {
|
|
1701
1377
|
height: 100%;
|
|
1702
1378
|
}
|
|
1703
|
-
|
|
1704
1379
|
.e-schedule .e-timeline-year-view .e-resource-column-table.e-auto-height {
|
|
1705
1380
|
height: auto;
|
|
1706
1381
|
}
|
|
1707
|
-
|
|
1708
1382
|
.e-schedule .e-timeline-year-view .e-resource-tree-icon {
|
|
1709
1383
|
color: #6c757d;
|
|
1710
1384
|
cursor: pointer;
|
|
1711
1385
|
float: left;
|
|
1712
|
-
font-family:
|
|
1386
|
+
font-family: "e-icons";
|
|
1713
1387
|
font-size: 12px;
|
|
1714
1388
|
padding: 4px 7px;
|
|
1715
1389
|
}
|
|
1716
|
-
|
|
1717
1390
|
.e-schedule .e-timeline-year-view .e-resource-collapse {
|
|
1718
1391
|
transform: rotate(90deg);
|
|
1719
1392
|
}
|
|
1720
|
-
|
|
1721
1393
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1722
1394
|
background-color: #f8f9fa;
|
|
1723
1395
|
border-color: #dee2e6;
|
|
@@ -1726,20 +1398,16 @@
|
|
|
1726
1398
|
color: #212529;
|
|
1727
1399
|
padding: 0;
|
|
1728
1400
|
}
|
|
1729
|
-
|
|
1730
1401
|
.e-schedule .e-timeline-year-view .e-work-cells:hover:not(.e-other-month) {
|
|
1731
1402
|
background: #f2f4f6;
|
|
1732
1403
|
color: #212529;
|
|
1733
1404
|
}
|
|
1734
|
-
|
|
1735
1405
|
.e-schedule .e-timeline-year-view .e-work-cells.e-work-days {
|
|
1736
1406
|
background-color: #fff;
|
|
1737
1407
|
}
|
|
1738
|
-
|
|
1739
1408
|
.e-schedule .e-timeline-year-view .e-work-cells.e-other-month {
|
|
1740
1409
|
color: #495057;
|
|
1741
1410
|
}
|
|
1742
|
-
|
|
1743
1411
|
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
1744
1412
|
background-color: #0d6efd;
|
|
1745
1413
|
border-radius: 50%;
|
|
@@ -1747,77 +1415,60 @@
|
|
|
1747
1415
|
margin: 2px;
|
|
1748
1416
|
width: 20px;
|
|
1749
1417
|
}
|
|
1750
|
-
|
|
1751
1418
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
1752
1419
|
background-color: #e9ecef;
|
|
1753
1420
|
color: #212529;
|
|
1754
1421
|
}
|
|
1755
|
-
|
|
1756
1422
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
1757
1423
|
color: #212529;
|
|
1758
1424
|
}
|
|
1759
|
-
|
|
1760
1425
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
1761
1426
|
background-color: #e9ecef;
|
|
1762
1427
|
}
|
|
1763
|
-
|
|
1764
1428
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
1765
1429
|
background-color: #e9ecef;
|
|
1766
1430
|
}
|
|
1767
|
-
|
|
1768
1431
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header {
|
|
1769
1432
|
cursor: default;
|
|
1770
|
-
opacity: .35;
|
|
1433
|
+
opacity: 0.35;
|
|
1771
1434
|
}
|
|
1772
|
-
|
|
1773
1435
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates .e-date-header:hover {
|
|
1774
1436
|
text-decoration: none;
|
|
1775
1437
|
}
|
|
1776
|
-
|
|
1777
1438
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates:hover {
|
|
1778
1439
|
background-color: #e9ecef;
|
|
1779
1440
|
}
|
|
1780
|
-
|
|
1781
1441
|
.e-schedule .e-timeline-year-view .e-content-table {
|
|
1782
1442
|
height: 100%;
|
|
1783
1443
|
}
|
|
1784
|
-
|
|
1785
1444
|
.e-schedule .e-timeline-year-view .e-content-table.e-auto-height {
|
|
1786
1445
|
height: auto;
|
|
1787
1446
|
}
|
|
1788
|
-
|
|
1789
1447
|
.e-schedule .e-timeline-year-view .e-left-indent td {
|
|
1790
1448
|
border-color: #dee2e6;
|
|
1791
1449
|
border-style: solid;
|
|
1792
1450
|
border-width: 0 1px 0 0;
|
|
1793
1451
|
vertical-align: middle;
|
|
1794
1452
|
}
|
|
1795
|
-
|
|
1796
1453
|
.e-schedule .e-timeline-year-view .e-left-indent tr:last-child td {
|
|
1797
1454
|
border-width: 0 1px 1px 0;
|
|
1798
1455
|
}
|
|
1799
|
-
|
|
1800
1456
|
.e-schedule .e-timeline-year-view.e-horizontal .e-left-indent {
|
|
1801
1457
|
padding: 0;
|
|
1802
1458
|
width: 100px;
|
|
1803
1459
|
}
|
|
1804
|
-
|
|
1805
|
-
.e-schedule .e-timeline-year-view.e-vertical .e-left-indent,
|
|
1806
|
-
.e-schedule .e-timeline-year-view.e-vertical .e-left-indent .e-header-cells {
|
|
1460
|
+
.e-schedule .e-timeline-year-view.e-vertical .e-left-indent, .e-schedule .e-timeline-year-view.e-vertical .e-left-indent .e-header-cells {
|
|
1807
1461
|
width: 100px;
|
|
1808
1462
|
}
|
|
1809
|
-
|
|
1810
1463
|
.e-schedule .e-timeline-year-view .e-month-header {
|
|
1811
1464
|
border-bottom: 1px solid #dee2e6;
|
|
1812
1465
|
border-right: 1px solid #dee2e6;
|
|
1813
1466
|
text-align: center;
|
|
1814
1467
|
color: #343a40;
|
|
1815
1468
|
}
|
|
1816
|
-
|
|
1817
1469
|
.e-schedule .e-timeline-year-view .e-month-header.e-current-day {
|
|
1818
1470
|
color: #0d6efd;
|
|
1819
1471
|
}
|
|
1820
|
-
|
|
1821
1472
|
.e-schedule .e-timeline-year-view .e-left-indent,
|
|
1822
1473
|
.e-schedule .e-timeline-year-view .e-header-cells {
|
|
1823
1474
|
cursor: default;
|
|
@@ -1826,21 +1477,17 @@
|
|
|
1826
1477
|
padding: 0;
|
|
1827
1478
|
text-align: center;
|
|
1828
1479
|
}
|
|
1829
|
-
|
|
1830
1480
|
.e-schedule .e-timeline-year-view .e-month-header,
|
|
1831
1481
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1832
1482
|
height: 75px;
|
|
1833
1483
|
}
|
|
1834
|
-
|
|
1835
1484
|
.e-schedule .e-timeline-year-view .e-header-cells,
|
|
1836
1485
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1837
1486
|
width: 100px;
|
|
1838
1487
|
}
|
|
1839
|
-
|
|
1840
1488
|
.e-schedule .e-timeline-year-view .e-work-cells {
|
|
1841
1489
|
vertical-align: top;
|
|
1842
1490
|
}
|
|
1843
|
-
|
|
1844
1491
|
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header {
|
|
1845
1492
|
cursor: pointer;
|
|
1846
1493
|
display: table;
|
|
@@ -1850,33 +1497,26 @@
|
|
|
1850
1497
|
text-align: center;
|
|
1851
1498
|
width: 10px;
|
|
1852
1499
|
}
|
|
1853
|
-
|
|
1854
1500
|
.e-schedule .e-timeline-year-view .e-work-cells .e-date-header:hover {
|
|
1855
1501
|
text-decoration: underline;
|
|
1856
1502
|
}
|
|
1857
|
-
|
|
1858
1503
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells {
|
|
1859
1504
|
background-color: #e9ecef;
|
|
1860
1505
|
box-shadow: inset 0 0 0 8px #f8f9fa;
|
|
1861
1506
|
}
|
|
1862
|
-
|
|
1863
1507
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
1864
1508
|
background-color: #e9ecef;
|
|
1865
1509
|
}
|
|
1866
|
-
|
|
1867
1510
|
.e-schedule .e-timeline-year-view .e-event-table {
|
|
1868
1511
|
position: absolute;
|
|
1869
1512
|
top: 0;
|
|
1870
1513
|
}
|
|
1871
|
-
|
|
1872
1514
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment-wrapper {
|
|
1873
1515
|
position: absolute;
|
|
1874
1516
|
}
|
|
1875
|
-
|
|
1876
1517
|
.e-schedule .e-timeline-year-view .e-event-table .e-inline-appointment {
|
|
1877
1518
|
z-index: 1;
|
|
1878
1519
|
}
|
|
1879
|
-
|
|
1880
1520
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment {
|
|
1881
1521
|
background: #0d6efd;
|
|
1882
1522
|
border: 1px solid #dee2e6;
|
|
@@ -1889,11 +1529,9 @@
|
|
|
1889
1529
|
overflow: hidden;
|
|
1890
1530
|
position: absolute;
|
|
1891
1531
|
}
|
|
1892
|
-
|
|
1893
1532
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-hidden {
|
|
1894
1533
|
display: none;
|
|
1895
1534
|
}
|
|
1896
|
-
|
|
1897
1535
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-appointment-details {
|
|
1898
1536
|
display: -ms-flexbox;
|
|
1899
1537
|
display: flex;
|
|
@@ -1902,7 +1540,6 @@
|
|
|
1902
1540
|
line-height: 20px;
|
|
1903
1541
|
overflow: hidden;
|
|
1904
1542
|
}
|
|
1905
|
-
|
|
1906
1543
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-subject {
|
|
1907
1544
|
-ms-flex: auto;
|
|
1908
1545
|
flex: auto;
|
|
@@ -1912,7 +1549,6 @@
|
|
|
1912
1549
|
padding: 1px 2px;
|
|
1913
1550
|
text-overflow: ellipsis;
|
|
1914
1551
|
}
|
|
1915
|
-
|
|
1916
1552
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-time,
|
|
1917
1553
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-location {
|
|
1918
1554
|
font-size: 11px;
|
|
@@ -1920,41 +1556,33 @@
|
|
|
1920
1556
|
padding: 1.5px;
|
|
1921
1557
|
text-overflow: ellipsis;
|
|
1922
1558
|
}
|
|
1923
|
-
|
|
1924
1559
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-disable {
|
|
1925
1560
|
display: none;
|
|
1926
1561
|
}
|
|
1927
|
-
|
|
1928
1562
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-icon,
|
|
1929
1563
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-recurrence-edit-icon {
|
|
1930
1564
|
line-height: 38px;
|
|
1931
1565
|
padding: 0 5px;
|
|
1932
1566
|
}
|
|
1933
|
-
|
|
1934
1567
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-indicator {
|
|
1935
1568
|
display: block;
|
|
1936
1569
|
}
|
|
1937
|
-
|
|
1938
1570
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-left-icon,
|
|
1939
1571
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1940
1572
|
font-size: 10px;
|
|
1941
1573
|
line-height: 38px;
|
|
1942
1574
|
padding-right: 7px;
|
|
1943
1575
|
}
|
|
1944
|
-
|
|
1945
1576
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment .e-right-icon {
|
|
1946
1577
|
padding-right: 5px;
|
|
1947
1578
|
}
|
|
1948
|
-
|
|
1949
1579
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
1950
1580
|
border: 0;
|
|
1951
1581
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
1952
1582
|
}
|
|
1953
|
-
|
|
1954
1583
|
.e-schedule .e-timeline-year-view .e-event-table .e-appointment.e-allow-select {
|
|
1955
1584
|
pointer-events: none;
|
|
1956
1585
|
}
|
|
1957
|
-
|
|
1958
1586
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator {
|
|
1959
1587
|
color: #495057;
|
|
1960
1588
|
cursor: pointer;
|
|
@@ -1965,53 +1593,44 @@
|
|
|
1965
1593
|
position: absolute;
|
|
1966
1594
|
text-overflow: ellipsis;
|
|
1967
1595
|
}
|
|
1968
|
-
|
|
1969
1596
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator.e-hidden {
|
|
1970
1597
|
display: none;
|
|
1971
1598
|
}
|
|
1972
|
-
|
|
1973
1599
|
.e-schedule .e-timeline-year-view .e-event-table .e-more-indicator:focus {
|
|
1974
1600
|
text-decoration: underline;
|
|
1975
1601
|
}
|
|
1976
|
-
|
|
1977
1602
|
.e-schedule.e-device .e-year-view .e-month-calendar {
|
|
1978
1603
|
max-width: 100%;
|
|
1979
1604
|
min-width: 100%;
|
|
1980
1605
|
}
|
|
1981
|
-
|
|
1982
1606
|
.e-schedule .e-timeline-view .e-content-wrap,
|
|
1983
1607
|
.e-schedule .e-timeline-view .e-content-table,
|
|
1984
1608
|
.e-schedule .e-timeline-month-view .e-content-wrap,
|
|
1985
1609
|
.e-schedule .e-timeline-month-view .e-content-table {
|
|
1986
1610
|
height: 100%;
|
|
1987
1611
|
}
|
|
1988
|
-
|
|
1989
1612
|
.e-schedule .e-timeline-view .e-date-header-wrap,
|
|
1990
1613
|
.e-schedule .e-timeline-month-view .e-date-header-wrap {
|
|
1991
1614
|
font-size: 14px;
|
|
1992
1615
|
overflow: hidden;
|
|
1993
1616
|
position: relative;
|
|
1994
1617
|
}
|
|
1995
|
-
|
|
1996
1618
|
.e-schedule .e-timeline-view .e-event-table,
|
|
1997
1619
|
.e-schedule .e-timeline-month-view .e-event-table {
|
|
1998
1620
|
position: absolute;
|
|
1999
1621
|
top: 0;
|
|
2000
1622
|
}
|
|
2001
|
-
|
|
2002
1623
|
.e-schedule .e-timeline-view .e-appointment-container.e-event-container,
|
|
2003
1624
|
.e-schedule .e-timeline-month-view .e-appointment-container.e-event-container {
|
|
2004
1625
|
height: 60px;
|
|
2005
1626
|
position: relative;
|
|
2006
1627
|
}
|
|
2007
|
-
|
|
2008
1628
|
.e-schedule .e-timeline-view .e-date-header-wrap table col,
|
|
2009
1629
|
.e-schedule .e-timeline-view .e-content-wrap table col,
|
|
2010
1630
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table col,
|
|
2011
1631
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
2012
1632
|
width: 50px;
|
|
2013
1633
|
}
|
|
2014
|
-
|
|
2015
1634
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2016
1635
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2017
1636
|
height: 36px;
|
|
@@ -2020,44 +1639,36 @@
|
|
|
2020
1639
|
text-overflow: ellipsis;
|
|
2021
1640
|
white-space: nowrap;
|
|
2022
1641
|
}
|
|
2023
|
-
|
|
2024
1642
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td.e-time-slots,
|
|
2025
1643
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td.e-time-slots {
|
|
2026
1644
|
overflow: inherit;
|
|
2027
1645
|
background-color: #f8f9fa;
|
|
2028
1646
|
}
|
|
2029
|
-
|
|
2030
1647
|
.e-schedule .e-timeline-view .e-date-header-wrap table tbody td > span,
|
|
2031
1648
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table tbody td > span {
|
|
2032
1649
|
position: relative;
|
|
2033
1650
|
}
|
|
2034
|
-
|
|
2035
1651
|
.e-schedule .e-timeline-view .e-navigate:hover,
|
|
2036
1652
|
.e-schedule .e-timeline-month-view .e-navigate:hover {
|
|
2037
1653
|
cursor: pointer;
|
|
2038
1654
|
text-decoration: underline;
|
|
2039
1655
|
}
|
|
2040
|
-
|
|
2041
1656
|
.e-schedule .e-timeline-view .e-navigate:focus,
|
|
2042
1657
|
.e-schedule .e-timeline-month-view .e-navigate:focus {
|
|
2043
1658
|
text-decoration: underline;
|
|
2044
1659
|
}
|
|
2045
|
-
|
|
2046
1660
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
2047
1661
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
2048
1662
|
height: 60px;
|
|
2049
1663
|
}
|
|
2050
|
-
|
|
2051
1664
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates,
|
|
2052
1665
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates {
|
|
2053
1666
|
background-color: #e9ecef;
|
|
2054
1667
|
}
|
|
2055
|
-
|
|
2056
1668
|
.e-schedule .e-timeline-view .e-work-cells.e-disable-dates:hover,
|
|
2057
1669
|
.e-schedule .e-timeline-month-view .e-work-cells.e-disable-dates:hover {
|
|
2058
1670
|
background-color: #e9ecef;
|
|
2059
1671
|
}
|
|
2060
|
-
|
|
2061
1672
|
.e-schedule .e-timeline-view .e-resource-text,
|
|
2062
1673
|
.e-schedule .e-timeline-month-view .e-resource-text {
|
|
2063
1674
|
color: #212529;
|
|
@@ -2066,7 +1677,6 @@
|
|
|
2066
1677
|
padding: 4px 12px;
|
|
2067
1678
|
text-overflow: ellipsis;
|
|
2068
1679
|
}
|
|
2069
|
-
|
|
2070
1680
|
.e-schedule .e-timeline-view .e-resource-left-td,
|
|
2071
1681
|
.e-schedule .e-timeline-month-view .e-resource-left-td {
|
|
2072
1682
|
background-color: #fff;
|
|
@@ -2077,7 +1687,6 @@
|
|
|
2077
1687
|
vertical-align: middle;
|
|
2078
1688
|
width: 200px;
|
|
2079
1689
|
}
|
|
2080
|
-
|
|
2081
1690
|
.e-schedule .e-timeline-view .e-resource-cells,
|
|
2082
1691
|
.e-schedule .e-timeline-month-view .e-resource-cells {
|
|
2083
1692
|
background-color: #f8f9fa;
|
|
@@ -2090,73 +1699,59 @@
|
|
|
2090
1699
|
padding-right: 0;
|
|
2091
1700
|
vertical-align: middle;
|
|
2092
1701
|
}
|
|
2093
|
-
|
|
2094
1702
|
.e-schedule .e-timeline-view .e-resource-cells:focus,
|
|
2095
1703
|
.e-schedule .e-timeline-month-view .e-resource-cells:focus {
|
|
2096
1704
|
background-color: #f2f4f6;
|
|
2097
1705
|
}
|
|
2098
|
-
|
|
2099
1706
|
.e-schedule .e-timeline-view .e-resource-column-wrap,
|
|
2100
1707
|
.e-schedule .e-timeline-month-view .e-resource-column-wrap {
|
|
2101
1708
|
overflow: hidden;
|
|
2102
1709
|
position: relative;
|
|
2103
1710
|
}
|
|
2104
|
-
|
|
2105
1711
|
.e-schedule .e-timeline-view .e-resource-column-table,
|
|
2106
1712
|
.e-schedule .e-timeline-month-view .e-resource-column-table {
|
|
2107
1713
|
height: 100%;
|
|
2108
1714
|
}
|
|
2109
|
-
|
|
2110
1715
|
.e-schedule .e-timeline-view .e-auto-height,
|
|
2111
1716
|
.e-schedule .e-timeline-month-view .e-auto-height {
|
|
2112
1717
|
height: auto;
|
|
2113
1718
|
}
|
|
2114
|
-
|
|
2115
|
-
.e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells,
|
|
2116
|
-
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2117
|
-
.e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,
|
|
1719
|
+
.e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells, .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells, .e-schedule .e-timeline-view.e-ignore-whitespace .e-event-container,
|
|
2118
1720
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2119
1721
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells,
|
|
2120
1722
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-event-container {
|
|
2121
1723
|
height: 42px;
|
|
2122
1724
|
}
|
|
2123
|
-
|
|
2124
1725
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
2125
1726
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells {
|
|
2126
1727
|
background-color: #e9ecef;
|
|
2127
1728
|
box-shadow: inset 0 0 0 8px #f8f9fa;
|
|
2128
1729
|
}
|
|
2129
|
-
|
|
2130
1730
|
.e-schedule .e-timeline-view .e-resource-tree-icon,
|
|
2131
1731
|
.e-schedule .e-timeline-month-view .e-resource-tree-icon {
|
|
2132
1732
|
color: #6c757d;
|
|
2133
1733
|
cursor: pointer;
|
|
2134
1734
|
float: left;
|
|
2135
|
-
font-family:
|
|
1735
|
+
font-family: "e-icons";
|
|
2136
1736
|
font-size: 12px;
|
|
2137
1737
|
padding: 4px 7px;
|
|
2138
1738
|
}
|
|
2139
|
-
|
|
2140
1739
|
.e-schedule .e-timeline-view .e-resource-collapse,
|
|
2141
1740
|
.e-schedule .e-timeline-month-view .e-resource-collapse {
|
|
2142
1741
|
transform: rotate(90deg);
|
|
2143
1742
|
}
|
|
2144
|
-
|
|
2145
1743
|
.e-schedule .e-timeline-view .e-child-node,
|
|
2146
1744
|
.e-schedule .e-timeline-month-view .e-child-node {
|
|
2147
1745
|
background-color: #fff;
|
|
2148
1746
|
}
|
|
2149
|
-
|
|
2150
1747
|
.e-schedule .e-timeline-view .e-appointment-wrapper,
|
|
2151
1748
|
.e-schedule .e-timeline-month-view .e-appointment-wrapper {
|
|
2152
1749
|
position: absolute;
|
|
2153
1750
|
}
|
|
2154
|
-
|
|
2155
1751
|
.e-schedule .e-timeline-view .e-inline-appointment,
|
|
2156
1752
|
.e-schedule .e-timeline-month-view .e-inline-appointment {
|
|
2157
1753
|
z-index: 1;
|
|
2158
1754
|
}
|
|
2159
|
-
|
|
2160
1755
|
.e-schedule .e-timeline-view .e-appointment,
|
|
2161
1756
|
.e-schedule .e-timeline-month-view .e-appointment {
|
|
2162
1757
|
background: #0d6efd;
|
|
@@ -2170,7 +1765,6 @@
|
|
|
2170
1765
|
overflow: hidden;
|
|
2171
1766
|
position: absolute;
|
|
2172
1767
|
}
|
|
2173
|
-
|
|
2174
1768
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details,
|
|
2175
1769
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details {
|
|
2176
1770
|
display: -ms-flexbox;
|
|
@@ -2180,14 +1774,12 @@
|
|
|
2180
1774
|
overflow: hidden;
|
|
2181
1775
|
padding: 0 4px;
|
|
2182
1776
|
}
|
|
2183
|
-
|
|
2184
1777
|
.e-schedule .e-timeline-view .e-appointment .e-appointment-details .e-inner-wrap,
|
|
2185
1778
|
.e-schedule .e-timeline-month-view .e-appointment .e-appointment-details .e-inner-wrap {
|
|
2186
1779
|
-ms-flex: auto;
|
|
2187
1780
|
flex: auto;
|
|
2188
1781
|
overflow: hidden;
|
|
2189
1782
|
}
|
|
2190
|
-
|
|
2191
1783
|
.e-schedule .e-timeline-view .e-appointment .e-subject,
|
|
2192
1784
|
.e-schedule .e-timeline-month-view .e-appointment .e-subject {
|
|
2193
1785
|
font-size: 13px;
|
|
@@ -2199,7 +1791,6 @@
|
|
|
2199
1791
|
padding-top: 4px;
|
|
2200
1792
|
text-overflow: ellipsis;
|
|
2201
1793
|
}
|
|
2202
|
-
|
|
2203
1794
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2204
1795
|
.e-schedule .e-timeline-view .e-appointment .e-location,
|
|
2205
1796
|
.e-schedule .e-timeline-month-view .e-appointment .e-time,
|
|
@@ -2209,18 +1800,15 @@
|
|
|
2209
1800
|
padding-top: 1px;
|
|
2210
1801
|
text-overflow: ellipsis;
|
|
2211
1802
|
}
|
|
2212
|
-
|
|
2213
1803
|
.e-schedule .e-timeline-view .e-appointment .e-time,
|
|
2214
1804
|
.e-schedule .e-timeline-month-view .e-appointment .e-time {
|
|
2215
1805
|
display: block;
|
|
2216
1806
|
line-height: 1.4;
|
|
2217
1807
|
}
|
|
2218
|
-
|
|
2219
1808
|
.e-schedule .e-timeline-view .e-appointment .e-disable,
|
|
2220
1809
|
.e-schedule .e-timeline-month-view .e-appointment .e-disable {
|
|
2221
1810
|
display: none;
|
|
2222
1811
|
}
|
|
2223
|
-
|
|
2224
1812
|
.e-schedule .e-timeline-view .e-appointment .e-recurrence-icon,
|
|
2225
1813
|
.e-schedule .e-timeline-view .e-appointment .e-recurrence-edit-icon,
|
|
2226
1814
|
.e-schedule .e-timeline-month-view .e-appointment .e-recurrence-icon,
|
|
@@ -2228,12 +1816,10 @@
|
|
|
2228
1816
|
line-height: 38px;
|
|
2229
1817
|
padding: 0 5px;
|
|
2230
1818
|
}
|
|
2231
|
-
|
|
2232
1819
|
.e-schedule .e-timeline-view .e-appointment .e-indicator,
|
|
2233
1820
|
.e-schedule .e-timeline-month-view .e-appointment .e-indicator {
|
|
2234
1821
|
display: block;
|
|
2235
1822
|
}
|
|
2236
|
-
|
|
2237
1823
|
.e-schedule .e-timeline-view .e-appointment .e-left-icon,
|
|
2238
1824
|
.e-schedule .e-timeline-view .e-appointment .e-right-icon,
|
|
2239
1825
|
.e-schedule .e-timeline-month-view .e-appointment .e-left-icon,
|
|
@@ -2242,24 +1828,20 @@
|
|
|
2242
1828
|
line-height: 38px;
|
|
2243
1829
|
padding-right: 7px;
|
|
2244
1830
|
}
|
|
2245
|
-
|
|
2246
1831
|
.e-schedule .e-timeline-view .e-appointment .e-right-icon,
|
|
2247
1832
|
.e-schedule .e-timeline-month-view .e-appointment .e-right-icon {
|
|
2248
1833
|
padding-right: 5px;
|
|
2249
1834
|
}
|
|
2250
|
-
|
|
2251
1835
|
.e-schedule .e-timeline-view .e-appointment.e-appointment-border, .e-schedule .e-timeline-view .e-appointment:focus,
|
|
2252
1836
|
.e-schedule .e-timeline-month-view .e-appointment.e-appointment-border,
|
|
2253
1837
|
.e-schedule .e-timeline-month-view .e-appointment:focus {
|
|
2254
1838
|
border: 0;
|
|
2255
1839
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
2256
1840
|
}
|
|
2257
|
-
|
|
2258
1841
|
.e-schedule .e-timeline-view .e-appointment.e-allow-select,
|
|
2259
1842
|
.e-schedule .e-timeline-month-view .e-appointment.e-allow-select {
|
|
2260
1843
|
pointer-events: none;
|
|
2261
1844
|
}
|
|
2262
|
-
|
|
2263
1845
|
.e-schedule .e-timeline-view .e-more-indicator,
|
|
2264
1846
|
.e-schedule .e-timeline-month-view .e-more-indicator {
|
|
2265
1847
|
color: #495057;
|
|
@@ -2271,150 +1853,122 @@
|
|
|
2271
1853
|
position: absolute;
|
|
2272
1854
|
text-overflow: ellipsis;
|
|
2273
1855
|
}
|
|
2274
|
-
|
|
2275
1856
|
.e-schedule .e-timeline-view .e-more-indicator:focus,
|
|
2276
1857
|
.e-schedule .e-timeline-month-view .e-more-indicator:focus {
|
|
2277
1858
|
text-decoration: underline;
|
|
2278
1859
|
}
|
|
2279
|
-
|
|
2280
1860
|
.e-schedule .e-timeline-view .e-navigate {
|
|
2281
1861
|
font-size: 14px;
|
|
2282
1862
|
}
|
|
2283
|
-
|
|
2284
1863
|
.e-schedule .e-timeline-view .e-clone-time-indicator,
|
|
2285
1864
|
.e-schedule .e-timeline-view .e-current-time {
|
|
2286
1865
|
bottom: 0;
|
|
2287
1866
|
position: absolute;
|
|
2288
1867
|
}
|
|
2289
|
-
|
|
2290
1868
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
2291
1869
|
position: absolute;
|
|
2292
1870
|
top: 0;
|
|
2293
1871
|
}
|
|
2294
|
-
|
|
2295
1872
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table col,
|
|
2296
1873
|
.e-schedule .e-timeline-month-view .e-content-wrap table col {
|
|
2297
1874
|
width: 70px;
|
|
2298
1875
|
}
|
|
2299
|
-
|
|
2300
1876
|
.e-schedule .e-virtual-scroll .e-content-table {
|
|
2301
1877
|
position: absolute;
|
|
2302
1878
|
transform: translateY(0);
|
|
2303
1879
|
}
|
|
2304
|
-
|
|
2305
1880
|
.e-schedule .e-virtual-scroll .e-content-table.e-virtual-relative {
|
|
2306
1881
|
position: relative;
|
|
2307
1882
|
}
|
|
2308
|
-
|
|
2309
1883
|
.e-schedule .e-virtual-scroll .e-content-wrap.e-transition {
|
|
2310
1884
|
transition: all 1000ms linear;
|
|
2311
1885
|
}
|
|
2312
|
-
|
|
2313
1886
|
.e-schedule.e-rtl .e-timeline-view .e-appointment .e-left-icon,
|
|
2314
1887
|
.e-schedule.e-rtl .e-timeline-view .e-appointment .e-right-icon,
|
|
2315
1888
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-left-icon,
|
|
2316
1889
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment .e-right-icon {
|
|
2317
1890
|
padding: 0 0 0 5px;
|
|
2318
1891
|
}
|
|
2319
|
-
|
|
2320
1892
|
.e-schedule.e-rtl .e-timeline-view .e-inline-appointment,
|
|
2321
1893
|
.e-schedule.e-rtl .e-timeline-month-view .e-inline-appointment {
|
|
2322
1894
|
z-index: 1;
|
|
2323
1895
|
}
|
|
2324
|
-
|
|
2325
1896
|
.e-schedule.e-rtl .e-timeline-view .e-resource-left-td,
|
|
2326
1897
|
.e-schedule.e-rtl .e-timeline-month-view .e-resource-left-td {
|
|
2327
1898
|
border-width: 0 0 1px 1px;
|
|
2328
1899
|
}
|
|
2329
|
-
|
|
2330
1900
|
.e-schedule.e-rtl .e-timeline-view .e-resource-cells,
|
|
2331
1901
|
.e-schedule.e-rtl .e-timeline-month-view .e-resource-cells {
|
|
2332
1902
|
border-width: 0 0 1px 1px;
|
|
2333
1903
|
padding-right: 15px;
|
|
2334
1904
|
}
|
|
2335
|
-
|
|
2336
1905
|
.e-schedule.e-rtl .e-timeline-view .e-resource-tree-icon,
|
|
2337
1906
|
.e-schedule.e-rtl .e-timeline-month-view .e-resource-tree-icon {
|
|
2338
1907
|
float: right;
|
|
2339
1908
|
}
|
|
2340
|
-
|
|
2341
1909
|
.e-schedule.e-rtl .e-timeline-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap,
|
|
2342
1910
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2343
1911
|
text-align: right;
|
|
2344
1912
|
}
|
|
2345
|
-
|
|
2346
1913
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2347
1914
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2348
1915
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
2349
1916
|
font-size: 16px;
|
|
2350
1917
|
}
|
|
2351
|
-
|
|
2352
1918
|
.e-schedule.e-device .e-month-view .e-date-header-wrap td,
|
|
2353
1919
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap td,
|
|
2354
1920
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap td {
|
|
2355
1921
|
border-left-width: 0;
|
|
2356
1922
|
border-right-width: 0;
|
|
2357
1923
|
}
|
|
2358
|
-
|
|
2359
1924
|
.e-schedule.e-device .e-month-view .e-content-wrap,
|
|
2360
1925
|
.e-schedule.e-device .e-timeline-view .e-content-wrap,
|
|
2361
1926
|
.e-schedule.e-device .e-timeline-month-view .e-content-wrap {
|
|
2362
1927
|
font-size: 14px;
|
|
2363
1928
|
}
|
|
2364
|
-
|
|
2365
1929
|
.e-schedule.e-device .e-month-view .e-date-header:hover,
|
|
2366
1930
|
.e-schedule.e-device .e-timeline-view .e-date-header:hover,
|
|
2367
1931
|
.e-schedule.e-device .e-timeline-month-view .e-date-header:hover {
|
|
2368
1932
|
text-decoration: none;
|
|
2369
1933
|
}
|
|
2370
|
-
|
|
2371
1934
|
.e-schedule.e-device .e-month-view .e-more-indicator,
|
|
2372
1935
|
.e-schedule.e-device .e-timeline-view .e-more-indicator,
|
|
2373
1936
|
.e-schedule.e-device .e-timeline-month-view .e-more-indicator {
|
|
2374
1937
|
font-size: 12px;
|
|
2375
1938
|
}
|
|
2376
|
-
|
|
2377
1939
|
.e-schedule.e-device .e-month-view .e-navigate:hover,
|
|
2378
1940
|
.e-schedule.e-device .e-timeline-view .e-navigate:hover,
|
|
2379
1941
|
.e-schedule.e-device .e-timeline-month-view .e-navigate:hover {
|
|
2380
1942
|
text-decoration: none;
|
|
2381
1943
|
}
|
|
2382
|
-
|
|
2383
1944
|
.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu {
|
|
2384
1945
|
margin-top: 6px;
|
|
2385
1946
|
}
|
|
2386
|
-
|
|
2387
1947
|
.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-menu.e-disable {
|
|
2388
1948
|
display: none;
|
|
2389
1949
|
}
|
|
2390
|
-
|
|
2391
1950
|
.e-schedule .e-month-agenda-view .e-schedule-resource-toolbar .e-resource-level-title .e-icon-next {
|
|
2392
1951
|
margin-top: 4px;
|
|
2393
1952
|
}
|
|
2394
|
-
|
|
2395
1953
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-week-number {
|
|
2396
1954
|
border-right: 1px solid #dee2e6;
|
|
2397
1955
|
height: 40px;
|
|
2398
1956
|
padding-top: 8px;
|
|
2399
1957
|
}
|
|
2400
|
-
|
|
2401
1958
|
.e-schedule .e-month-agenda-view .e-wrapper-container {
|
|
2402
1959
|
position: relative;
|
|
2403
1960
|
}
|
|
2404
|
-
|
|
2405
1961
|
.e-schedule .e-month-agenda-view .e-week-number-wrapper .e-schedule-table,
|
|
2406
1962
|
.e-schedule .e-month-agenda-view .e-content-table {
|
|
2407
1963
|
border-bottom: 2px solid #dee2e6;
|
|
2408
1964
|
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
|
|
2409
1965
|
}
|
|
2410
|
-
|
|
2411
1966
|
.e-schedule .e-month-agenda-view .e-resource-column {
|
|
2412
1967
|
border-bottom: 1px solid #dee2e6;
|
|
2413
1968
|
border-right: 1px solid #dee2e6;
|
|
2414
1969
|
vertical-align: top;
|
|
2415
1970
|
width: 75px;
|
|
2416
1971
|
}
|
|
2417
|
-
|
|
2418
1972
|
.e-schedule .e-month-agenda-view .e-resource-name {
|
|
2419
1973
|
color: #212529;
|
|
2420
1974
|
font-size: 16px;
|
|
@@ -2423,24 +1977,19 @@
|
|
|
2423
1977
|
padding: 8px;
|
|
2424
1978
|
text-overflow: ellipsis;
|
|
2425
1979
|
}
|
|
2426
|
-
|
|
2427
1980
|
.e-schedule .e-month-agenda-view .e-day-padding {
|
|
2428
1981
|
padding-left: 8px;
|
|
2429
1982
|
}
|
|
2430
|
-
|
|
2431
1983
|
.e-schedule .e-month-agenda-view .e-day-border {
|
|
2432
1984
|
border-bottom: 1px solid #dee2e6;
|
|
2433
1985
|
}
|
|
2434
|
-
|
|
2435
1986
|
.e-schedule .e-month-agenda-view .e-date-header-wrap {
|
|
2436
1987
|
font-size: 16px;
|
|
2437
1988
|
overflow: hidden;
|
|
2438
1989
|
}
|
|
2439
|
-
|
|
2440
1990
|
.e-schedule .e-month-agenda-view .e-content-wrap {
|
|
2441
1991
|
font-size: 14px;
|
|
2442
1992
|
}
|
|
2443
|
-
|
|
2444
1993
|
.e-schedule .e-month-agenda-view .e-header-cells {
|
|
2445
1994
|
cursor: default;
|
|
2446
1995
|
font-weight: 400;
|
|
@@ -2448,21 +1997,17 @@
|
|
|
2448
1997
|
padding: 5px;
|
|
2449
1998
|
text-align: center;
|
|
2450
1999
|
}
|
|
2451
|
-
|
|
2452
2000
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
2453
2001
|
height: 40px;
|
|
2454
2002
|
position: relative;
|
|
2455
2003
|
vertical-align: top;
|
|
2456
2004
|
}
|
|
2457
|
-
|
|
2458
2005
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates {
|
|
2459
2006
|
background-color: #e9ecef;
|
|
2460
2007
|
}
|
|
2461
|
-
|
|
2462
2008
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
|
|
2463
2009
|
background-color: #e9ecef;
|
|
2464
2010
|
}
|
|
2465
|
-
|
|
2466
2011
|
.e-schedule .e-month-agenda-view .e-date-header {
|
|
2467
2012
|
height: 24px;
|
|
2468
2013
|
line-height: 24.5px;
|
|
@@ -2470,37 +2015,30 @@
|
|
|
2470
2015
|
text-align: center;
|
|
2471
2016
|
width: 24px;
|
|
2472
2017
|
}
|
|
2473
|
-
|
|
2474
2018
|
.e-schedule .e-month-agenda-view .e-appointment-container {
|
|
2475
2019
|
min-height: 40px;
|
|
2476
2020
|
}
|
|
2477
|
-
|
|
2478
2021
|
.e-schedule .e-month-agenda-view .e-appointment-wrap {
|
|
2479
2022
|
background-color: #fff;
|
|
2480
2023
|
overflow: auto;
|
|
2481
2024
|
padding: 0 8px;
|
|
2482
2025
|
}
|
|
2483
|
-
|
|
2484
2026
|
.e-schedule .e-month-agenda-view .e-appointment {
|
|
2485
2027
|
border-left: 3px solid #0d6efd;
|
|
2486
2028
|
border-right: 0;
|
|
2487
2029
|
cursor: default;
|
|
2488
2030
|
padding: 0 16px;
|
|
2489
2031
|
}
|
|
2490
|
-
|
|
2491
2032
|
.e-schedule .e-month-agenda-view .e-appointment:hover {
|
|
2492
2033
|
background: #f2f4f6;
|
|
2493
2034
|
}
|
|
2494
|
-
|
|
2495
2035
|
.e-schedule .e-month-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-month-agenda-view .e-appointment:focus {
|
|
2496
2036
|
background: #e9ecef;
|
|
2497
2037
|
}
|
|
2498
|
-
|
|
2499
2038
|
.e-schedule .e-month-agenda-view .e-subject-wrap {
|
|
2500
2039
|
display: -ms-flexbox;
|
|
2501
2040
|
display: flex;
|
|
2502
2041
|
}
|
|
2503
|
-
|
|
2504
2042
|
.e-schedule .e-month-agenda-view .e-subject {
|
|
2505
2043
|
color: #212529;
|
|
2506
2044
|
font-size: 14px;
|
|
@@ -2508,14 +2046,12 @@
|
|
|
2508
2046
|
overflow: hidden;
|
|
2509
2047
|
text-overflow: ellipsis;
|
|
2510
2048
|
}
|
|
2511
|
-
|
|
2512
2049
|
.e-schedule .e-month-agenda-view .e-recurrence-icon,
|
|
2513
2050
|
.e-schedule .e-month-agenda-view .e-recurrence-edit-icon {
|
|
2514
2051
|
color: #495057;
|
|
2515
2052
|
line-height: 26px;
|
|
2516
2053
|
padding: 0 10px;
|
|
2517
2054
|
}
|
|
2518
|
-
|
|
2519
2055
|
.e-schedule .e-month-agenda-view .e-date-time {
|
|
2520
2056
|
color: #495057;
|
|
2521
2057
|
font-size: 12px;
|
|
@@ -2523,7 +2059,6 @@
|
|
|
2523
2059
|
overflow: hidden;
|
|
2524
2060
|
text-overflow: ellipsis;
|
|
2525
2061
|
}
|
|
2526
|
-
|
|
2527
2062
|
.e-schedule .e-month-agenda-view .e-location {
|
|
2528
2063
|
color: #495057;
|
|
2529
2064
|
font-size: 12px;
|
|
@@ -2532,7 +2067,6 @@
|
|
|
2532
2067
|
padding-left: 8px;
|
|
2533
2068
|
text-overflow: ellipsis;
|
|
2534
2069
|
}
|
|
2535
|
-
|
|
2536
2070
|
.e-schedule .e-month-agenda-view .e-no-event {
|
|
2537
2071
|
color: #495057;
|
|
2538
2072
|
cursor: default;
|
|
@@ -2540,16 +2074,13 @@
|
|
|
2540
2074
|
height: 100%;
|
|
2541
2075
|
padding: 8px 4px;
|
|
2542
2076
|
}
|
|
2543
|
-
|
|
2544
2077
|
.e-schedule .e-month-agenda-view .e-agenda-item.e-month-agenda-view {
|
|
2545
2078
|
padding: 10px 0;
|
|
2546
2079
|
}
|
|
2547
|
-
|
|
2548
2080
|
.e-schedule .e-month-agenda-view .e-agenda-parent.e-month-agenda-view {
|
|
2549
2081
|
margin: 0;
|
|
2550
2082
|
padding: 0;
|
|
2551
2083
|
}
|
|
2552
|
-
|
|
2553
2084
|
.e-schedule .e-month-agenda-view .e-work-cells .e-appointment-indicator {
|
|
2554
2085
|
background: #0d6efd;
|
|
2555
2086
|
border-radius: 50%;
|
|
@@ -2558,22 +2089,18 @@
|
|
|
2558
2089
|
margin: 1px auto;
|
|
2559
2090
|
width: 6px;
|
|
2560
2091
|
}
|
|
2561
|
-
|
|
2562
2092
|
.e-schedule.e-rtl .e-month-agenda-view .e-left-indent {
|
|
2563
2093
|
border-left: 1px solid #dee2e6;
|
|
2564
2094
|
border-right-width: 0;
|
|
2565
2095
|
}
|
|
2566
|
-
|
|
2567
2096
|
.e-schedule.e-rtl .e-month-agenda-view .e-week-number {
|
|
2568
2097
|
border-left: 1px solid #dee2e6;
|
|
2569
2098
|
border-right-width: 0;
|
|
2570
2099
|
}
|
|
2571
|
-
|
|
2572
2100
|
.e-schedule.e-rtl .e-month-agenda-view .e-appointment {
|
|
2573
2101
|
border-left: 0;
|
|
2574
2102
|
border-right: 3px solid #0d6efd;
|
|
2575
2103
|
}
|
|
2576
|
-
|
|
2577
2104
|
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column {
|
|
2578
2105
|
border-bottom: 1px solid #dee2e6;
|
|
2579
2106
|
border-left: 1px solid #dee2e6;
|
|
@@ -2581,33 +2108,26 @@
|
|
|
2581
2108
|
vertical-align: top;
|
|
2582
2109
|
width: 75px;
|
|
2583
2110
|
}
|
|
2584
|
-
|
|
2585
2111
|
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
|
|
2586
2112
|
white-space: normal;
|
|
2587
2113
|
}
|
|
2588
|
-
|
|
2589
2114
|
.e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
|
|
2590
2115
|
padding-right: 8px;
|
|
2591
2116
|
}
|
|
2592
|
-
|
|
2593
2117
|
.e-schedule.e-device .e-month-agenda-view .e-date-header-wrap {
|
|
2594
2118
|
font-size: 16px;
|
|
2595
2119
|
}
|
|
2596
|
-
|
|
2597
2120
|
.e-schedule.e-device .e-month-agenda-view .e-content-wrap {
|
|
2598
2121
|
font-size: 14px;
|
|
2599
2122
|
}
|
|
2600
|
-
|
|
2601
2123
|
.e-schedule .e-agenda-view {
|
|
2602
2124
|
background-color: #fff;
|
|
2603
2125
|
}
|
|
2604
|
-
|
|
2605
2126
|
.e-schedule .e-agenda-view .e-content-wrap table td:first-child,
|
|
2606
2127
|
.e-schedule .e-agenda-view .e-date-column {
|
|
2607
2128
|
vertical-align: top;
|
|
2608
2129
|
width: 75px;
|
|
2609
2130
|
}
|
|
2610
|
-
|
|
2611
2131
|
.e-schedule .e-agenda-view .e-resource-column {
|
|
2612
2132
|
border-bottom: 1px solid #dee2e6;
|
|
2613
2133
|
border-right: 1px solid #dee2e6;
|
|
@@ -2615,85 +2135,67 @@
|
|
|
2615
2135
|
vertical-align: top;
|
|
2616
2136
|
width: 75px;
|
|
2617
2137
|
}
|
|
2618
|
-
|
|
2619
2138
|
.e-schedule .e-agenda-view .e-month-header {
|
|
2620
2139
|
background: #0d6efd;
|
|
2621
2140
|
height: 100px;
|
|
2622
2141
|
padding-top: 12px;
|
|
2623
2142
|
vertical-align: top;
|
|
2624
2143
|
}
|
|
2625
|
-
|
|
2626
2144
|
.e-schedule .e-agenda-view .e-month-header .e-date-header {
|
|
2627
2145
|
color: #fff;
|
|
2628
2146
|
font-size: 18px;
|
|
2629
2147
|
}
|
|
2630
|
-
|
|
2631
2148
|
.e-schedule .e-agenda-view .e-day-date-header {
|
|
2632
2149
|
color: #343a40;
|
|
2633
2150
|
cursor: default;
|
|
2634
2151
|
padding: 8px 20px 14px 14px;
|
|
2635
2152
|
}
|
|
2636
|
-
|
|
2637
2153
|
.e-schedule .e-agenda-view .e-day-date-header .e-m-date {
|
|
2638
2154
|
font-size: 16px;
|
|
2639
2155
|
}
|
|
2640
|
-
|
|
2641
2156
|
.e-schedule .e-agenda-view .e-day-date-header .e-m-day {
|
|
2642
2157
|
font-size: 12px;
|
|
2643
2158
|
}
|
|
2644
|
-
|
|
2645
2159
|
.e-schedule .e-agenda-view .e-day-date-header.e-current-day {
|
|
2646
2160
|
color: #0d6efd;
|
|
2647
2161
|
}
|
|
2648
|
-
|
|
2649
2162
|
.e-schedule .e-agenda-view .e-day-border {
|
|
2650
2163
|
border-bottom: 1px solid #dee2e6;
|
|
2651
2164
|
}
|
|
2652
|
-
|
|
2653
2165
|
.e-schedule .e-agenda-view .e-date-border {
|
|
2654
2166
|
border-bottom: 1px solid #dee2e6;
|
|
2655
2167
|
border-right: 1px solid #dee2e6;
|
|
2656
2168
|
}
|
|
2657
|
-
|
|
2658
2169
|
.e-schedule .e-agenda-view .e-day-padding {
|
|
2659
2170
|
padding-left: 8px;
|
|
2660
2171
|
}
|
|
2661
|
-
|
|
2662
2172
|
.e-schedule .e-agenda-view .e-date-header {
|
|
2663
2173
|
font-size: 20px;
|
|
2664
2174
|
}
|
|
2665
|
-
|
|
2666
2175
|
.e-schedule .e-agenda-view .e-day-header {
|
|
2667
2176
|
font-size: 12px;
|
|
2668
2177
|
}
|
|
2669
|
-
|
|
2670
2178
|
.e-schedule .e-agenda-view .e-subject-wrap {
|
|
2671
2179
|
display: -ms-flexbox;
|
|
2672
2180
|
display: flex;
|
|
2673
2181
|
margin-bottom: 4px;
|
|
2674
2182
|
}
|
|
2675
|
-
|
|
2676
2183
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-subject {
|
|
2677
2184
|
color: #212529;
|
|
2678
2185
|
}
|
|
2679
|
-
|
|
2680
2186
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time {
|
|
2681
2187
|
color: #212529;
|
|
2682
2188
|
}
|
|
2683
|
-
|
|
2684
2189
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name {
|
|
2685
2190
|
color: #212529;
|
|
2686
2191
|
}
|
|
2687
|
-
|
|
2688
2192
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-icon,
|
|
2689
2193
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-recurrence-edit-icon {
|
|
2690
2194
|
color: #212529;
|
|
2691
2195
|
}
|
|
2692
|
-
|
|
2693
2196
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location {
|
|
2694
2197
|
color: #212529;
|
|
2695
2198
|
}
|
|
2696
|
-
|
|
2697
2199
|
.e-schedule .e-agenda-view .e-subject {
|
|
2698
2200
|
color: #212529;
|
|
2699
2201
|
font-size: 14px;
|
|
@@ -2701,7 +2203,6 @@
|
|
|
2701
2203
|
overflow: hidden;
|
|
2702
2204
|
text-overflow: ellipsis;
|
|
2703
2205
|
}
|
|
2704
|
-
|
|
2705
2206
|
.e-schedule .e-agenda-view .e-resource-name {
|
|
2706
2207
|
color: #212529;
|
|
2707
2208
|
font-size: 12px;
|
|
@@ -2710,14 +2211,12 @@
|
|
|
2710
2211
|
padding: 8px;
|
|
2711
2212
|
text-overflow: ellipsis;
|
|
2712
2213
|
}
|
|
2713
|
-
|
|
2714
2214
|
.e-schedule .e-agenda-view .e-recurrence-icon,
|
|
2715
2215
|
.e-schedule .e-agenda-view .e-recurrence-edit-icon {
|
|
2716
2216
|
color: #212529;
|
|
2717
2217
|
line-height: 21px;
|
|
2718
2218
|
padding: 0 10px;
|
|
2719
2219
|
}
|
|
2720
|
-
|
|
2721
2220
|
.e-schedule .e-agenda-view .e-date-time {
|
|
2722
2221
|
color: #495057;
|
|
2723
2222
|
font-size: 12px;
|
|
@@ -2725,7 +2224,6 @@
|
|
|
2725
2224
|
overflow: hidden;
|
|
2726
2225
|
text-overflow: ellipsis;
|
|
2727
2226
|
}
|
|
2728
|
-
|
|
2729
2227
|
.e-schedule .e-agenda-view .e-location {
|
|
2730
2228
|
color: #495057;
|
|
2731
2229
|
font-size: 12px;
|
|
@@ -2734,38 +2232,31 @@
|
|
|
2734
2232
|
padding-left: 8px;
|
|
2735
2233
|
text-overflow: ellipsis;
|
|
2736
2234
|
}
|
|
2737
|
-
|
|
2738
2235
|
.e-schedule .e-agenda-view .e-agenda-item {
|
|
2739
2236
|
padding: 10px 0;
|
|
2740
2237
|
}
|
|
2741
|
-
|
|
2742
2238
|
.e-schedule .e-agenda-view .e-agenda-parent {
|
|
2743
2239
|
margin: 0;
|
|
2744
2240
|
padding: 0;
|
|
2745
2241
|
}
|
|
2746
|
-
|
|
2747
2242
|
.e-schedule .e-agenda-view .e-appointment {
|
|
2748
2243
|
border-left: 3px solid #0d6efd;
|
|
2749
2244
|
border-right: 0;
|
|
2750
2245
|
cursor: default;
|
|
2751
2246
|
padding: 0 14px;
|
|
2752
2247
|
}
|
|
2753
|
-
|
|
2754
2248
|
.e-schedule .e-agenda-view .e-appointment:hover {
|
|
2755
2249
|
background: #f2f4f6;
|
|
2756
2250
|
}
|
|
2757
|
-
|
|
2758
2251
|
.e-schedule .e-agenda-view .e-appointment.e-appointment-border, .e-schedule .e-agenda-view .e-appointment:focus {
|
|
2759
2252
|
background: #e9ecef;
|
|
2760
2253
|
}
|
|
2761
|
-
|
|
2762
2254
|
.e-schedule .e-agenda-view .e-appointment.e-template {
|
|
2763
2255
|
display: -ms-inline-flexbox;
|
|
2764
2256
|
display: inline-flex;
|
|
2765
2257
|
-ms-flex-direction: row-reverse;
|
|
2766
2258
|
flex-direction: row-reverse;
|
|
2767
2259
|
}
|
|
2768
|
-
|
|
2769
2260
|
.e-schedule .e-agenda-view .e-no-event {
|
|
2770
2261
|
color: #495057;
|
|
2771
2262
|
cursor: default;
|
|
@@ -2773,7 +2264,6 @@
|
|
|
2773
2264
|
line-height: 52px;
|
|
2774
2265
|
padding: 0 11px;
|
|
2775
2266
|
}
|
|
2776
|
-
|
|
2777
2267
|
.e-schedule .e-agenda-view .e-empty-event {
|
|
2778
2268
|
color: #495057;
|
|
2779
2269
|
cursor: default;
|
|
@@ -2781,12 +2271,10 @@
|
|
|
2781
2271
|
line-height: 52px;
|
|
2782
2272
|
padding: 0 11px;
|
|
2783
2273
|
}
|
|
2784
|
-
|
|
2785
2274
|
.e-schedule.e-device .e-agenda-view .e-m-date,
|
|
2786
2275
|
.e-schedule.e-device .e-month-agenda-view .e-m-date {
|
|
2787
2276
|
font-size: 18px;
|
|
2788
2277
|
}
|
|
2789
|
-
|
|
2790
2278
|
.e-schedule.e-device .e-agenda-view .e-resource-name,
|
|
2791
2279
|
.e-schedule.e-device .e-agenda-view .e-m-day,
|
|
2792
2280
|
.e-schedule.e-device .e-month-agenda-view .e-resource-name,
|
|
@@ -2794,12 +2282,10 @@
|
|
|
2794
2282
|
color: #212529;
|
|
2795
2283
|
font-size: 14px;
|
|
2796
2284
|
}
|
|
2797
|
-
|
|
2798
2285
|
.e-schedule.e-rtl .e-agenda-view .e-appointment {
|
|
2799
2286
|
border-left: 0;
|
|
2800
2287
|
border-right: 3px solid #0d6efd;
|
|
2801
2288
|
}
|
|
2802
|
-
|
|
2803
2289
|
.e-schedule.e-rtl .e-agenda-view .e-resource-column {
|
|
2804
2290
|
border-bottom: 1px solid #dee2e6;
|
|
2805
2291
|
border-left: 1px solid #dee2e6;
|
|
@@ -2807,15 +2293,12 @@
|
|
|
2807
2293
|
vertical-align: top;
|
|
2808
2294
|
width: 75px;
|
|
2809
2295
|
}
|
|
2810
|
-
|
|
2811
2296
|
.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
|
|
2812
2297
|
white-space: normal;
|
|
2813
2298
|
}
|
|
2814
|
-
|
|
2815
2299
|
.e-schedule.e-rtl .e-agenda-view .e-day-padding {
|
|
2816
2300
|
padding-right: 8px;
|
|
2817
2301
|
}
|
|
2818
|
-
|
|
2819
2302
|
.e-schedule.e-rtl .e-agenda-view .e-date-border {
|
|
2820
2303
|
border-bottom: 1px solid #dee2e6;
|
|
2821
2304
|
border-left: 1px solid #dee2e6;
|
|
@@ -2831,66 +2314,54 @@
|
|
|
2831
2314
|
height: 54px;
|
|
2832
2315
|
min-height: 54px;
|
|
2833
2316
|
}
|
|
2834
|
-
|
|
2835
2317
|
.e-bigger .e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text,
|
|
2836
2318
|
.e-bigger.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
2837
2319
|
font-size: 16px;
|
|
2838
2320
|
}
|
|
2839
|
-
|
|
2840
2321
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text,
|
|
2841
2322
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item.e-date-range .e-tbar-btn-text {
|
|
2842
2323
|
font-size: 16px;
|
|
2843
2324
|
}
|
|
2844
|
-
|
|
2845
2325
|
.e-bigger .e-schedule .e-schedule-toolbar .e-icon-down-arrow,
|
|
2846
2326
|
.e-bigger.e-schedule .e-schedule-toolbar .e-icon-down-arrow {
|
|
2847
2327
|
font-size: 18px;
|
|
2848
2328
|
}
|
|
2849
|
-
|
|
2850
2329
|
.e-bigger .e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav,
|
|
2851
2330
|
.e-bigger.e-schedule .e-schedule-toolbar .e-schedule .e-toolbar .e-hor-nav {
|
|
2852
2331
|
min-height: 54px;
|
|
2853
2332
|
min-width: 32px;
|
|
2854
2333
|
z-index: 0;
|
|
2855
2334
|
}
|
|
2856
|
-
|
|
2857
2335
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon,
|
|
2858
2336
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-btn.e-tbar-btn .e-icons.e-btn-icon {
|
|
2859
2337
|
font-size: 22px;
|
|
2860
2338
|
}
|
|
2861
|
-
|
|
2862
2339
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text,
|
|
2863
2340
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-item .e-tbar-btn-text {
|
|
2864
2341
|
line-height: inherit;
|
|
2865
2342
|
}
|
|
2866
|
-
|
|
2867
2343
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items,
|
|
2868
2344
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
2869
2345
|
min-height: 54px;
|
|
2870
2346
|
}
|
|
2871
|
-
|
|
2872
2347
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item,
|
|
2873
2348
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item {
|
|
2874
2349
|
min-height: 54px;
|
|
2875
2350
|
}
|
|
2876
|
-
|
|
2877
2351
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator),
|
|
2878
2352
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item:not(.e-separator) {
|
|
2879
2353
|
min-width: 34px;
|
|
2880
2354
|
}
|
|
2881
|
-
|
|
2882
2355
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator,
|
|
2883
2356
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
2884
2357
|
height: calc(100% - 15px);
|
|
2885
2358
|
margin: 7.5px 3px;
|
|
2886
2359
|
min-height: 38px;
|
|
2887
2360
|
}
|
|
2888
|
-
|
|
2889
2361
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons,
|
|
2890
2362
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-icons {
|
|
2891
2363
|
min-width: 24px;
|
|
2892
2364
|
}
|
|
2893
|
-
|
|
2894
2365
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,
|
|
2895
2366
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control,
|
|
2896
2367
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn,
|
|
@@ -2902,7 +2373,6 @@
|
|
|
2902
2373
|
min-width: 24px;
|
|
2903
2374
|
padding: 8px;
|
|
2904
2375
|
}
|
|
2905
|
-
|
|
2906
2376
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
2907
2377
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control.e-tbtn-txt .e-icons.e-icon-right,
|
|
2908
2378
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn.e-tbtn-txt .e-icons.e-icon-right,
|
|
@@ -2910,7 +2380,6 @@
|
|
|
2910
2380
|
padding: 4px 0 0 12px;
|
|
2911
2381
|
font-size: 22px;
|
|
2912
2382
|
}
|
|
2913
|
-
|
|
2914
2383
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
2915
2384
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-control .e-btn-icon,
|
|
2916
2385
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item button.e-btn .e-btn-icon,
|
|
@@ -2918,84 +2387,69 @@
|
|
|
2918
2387
|
height: 25px;
|
|
2919
2388
|
padding-top: 3px;
|
|
2920
2389
|
}
|
|
2921
|
-
|
|
2922
2390
|
.e-bigger .e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text,
|
|
2923
2391
|
.e-bigger.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-tbar-btn-text {
|
|
2924
2392
|
font-size: 16px;
|
|
2925
2393
|
}
|
|
2926
|
-
|
|
2927
2394
|
.e-bigger .e-schedule .e-more-popup-wrapper .e-header-day,
|
|
2928
2395
|
.e-bigger.e-schedule .e-more-popup-wrapper .e-header-day {
|
|
2929
2396
|
font-size: 14px;
|
|
2930
2397
|
}
|
|
2931
|
-
|
|
2932
2398
|
.e-bigger .e-schedule .e-vertical-view .e-header-cells,
|
|
2933
2399
|
.e-bigger.e-schedule .e-vertical-view .e-header-cells {
|
|
2934
2400
|
height: 66px;
|
|
2935
2401
|
padding: 8px;
|
|
2936
2402
|
}
|
|
2937
|
-
|
|
2938
2403
|
.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-day,
|
|
2939
2404
|
.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
2940
2405
|
font-size: 14px;
|
|
2941
2406
|
}
|
|
2942
|
-
|
|
2943
2407
|
.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date,
|
|
2944
2408
|
.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date {
|
|
2945
2409
|
font-size: 18px;
|
|
2946
2410
|
}
|
|
2947
|
-
|
|
2948
2411
|
.e-bigger .e-schedule .e-vertical-view .e-resource-cells,
|
|
2949
2412
|
.e-bigger.e-schedule .e-vertical-view .e-resource-cells {
|
|
2950
2413
|
font-size: 14px;
|
|
2951
2414
|
}
|
|
2952
|
-
|
|
2953
2415
|
.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td,
|
|
2954
2416
|
.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
2955
2417
|
font-size: 14px;
|
|
2956
2418
|
}
|
|
2957
|
-
|
|
2958
2419
|
.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
2959
2420
|
.e-bigger .e-schedule .e-vertical-view .e-current-time,
|
|
2960
2421
|
.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
2961
2422
|
.e-bigger.e-schedule .e-vertical-view .e-current-time {
|
|
2962
2423
|
font-size: 12px;
|
|
2963
2424
|
}
|
|
2964
|
-
|
|
2965
2425
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,
|
|
2966
2426
|
.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
|
|
2967
2427
|
font-size: 11px;
|
|
2968
2428
|
}
|
|
2969
|
-
|
|
2970
2429
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
|
|
2971
2430
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time,
|
|
2972
2431
|
.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
|
|
2973
2432
|
.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time {
|
|
2974
2433
|
font-size: 12px;
|
|
2975
2434
|
}
|
|
2976
|
-
|
|
2977
2435
|
.e-bigger .e-schedule .e-month-view .e-header-cells,
|
|
2978
2436
|
.e-bigger.e-schedule .e-month-view .e-header-cells {
|
|
2979
2437
|
height: 38px;
|
|
2980
2438
|
}
|
|
2981
|
-
|
|
2982
2439
|
.e-bigger .e-schedule .e-month-view .e-resource-cells,
|
|
2983
2440
|
.e-bigger .e-schedule .e-month-view .e-date-header-wrap,
|
|
2984
2441
|
.e-bigger.e-schedule .e-month-view .e-resource-cells,
|
|
2985
2442
|
.e-bigger.e-schedule .e-month-view .e-date-header-wrap {
|
|
2986
2443
|
font-size: 16px;
|
|
2987
2444
|
}
|
|
2988
|
-
|
|
2989
2445
|
.e-bigger .e-schedule .e-month-view .e-content-wrap,
|
|
2990
2446
|
.e-bigger.e-schedule .e-month-view .e-content-wrap {
|
|
2991
2447
|
font-size: 16px;
|
|
2992
2448
|
}
|
|
2993
|
-
|
|
2994
2449
|
.e-bigger .e-schedule .e-month-view .e-m-date,
|
|
2995
2450
|
.e-bigger.e-schedule .e-month-view .e-m-date {
|
|
2996
2451
|
font-size: 18px;
|
|
2997
2452
|
}
|
|
2998
|
-
|
|
2999
2453
|
.e-bigger .e-schedule .e-month-view .e-resource-name,
|
|
3000
2454
|
.e-bigger .e-schedule .e-month-view .e-m-day,
|
|
3001
2455
|
.e-bigger.e-schedule .e-month-view .e-resource-name,
|
|
@@ -3006,23 +2460,18 @@
|
|
|
3006
2460
|
.e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-all-day-appointment-wrapper .e-appointment:focus {
|
|
3007
2461
|
border: 1px solid rgba(222, 226, 230, 0.5);
|
|
3008
2462
|
}
|
|
3009
|
-
|
|
3010
2463
|
.e-schedule.e-multi-drag .e-vertical-view.e-timescale-disable .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view.e-timescale-disable .e-appointment:focus {
|
|
3011
2464
|
border: 1px solid rgba(222, 226, 230, 0.5);
|
|
3012
2465
|
}
|
|
3013
|
-
|
|
3014
2466
|
.e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-vertical-view .e-day-wrapper .e-appointment:focus {
|
|
3015
2467
|
border: 1px solid rgba(222, 226, 230, 0.5);
|
|
3016
2468
|
}
|
|
3017
|
-
|
|
3018
2469
|
.e-schedule.e-multi-drag .e-month-view .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-month-view .e-appointment:focus {
|
|
3019
2470
|
border: 1px solid rgba(222, 226, 230, 0.5);
|
|
3020
2471
|
}
|
|
3021
|
-
|
|
3022
2472
|
.e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-timeline-year-view .e-event-table .e-appointment:focus {
|
|
3023
2473
|
border: 1px solid rgba(222, 226, 230, 0.5);
|
|
3024
2474
|
}
|
|
3025
|
-
|
|
3026
2475
|
.e-schedule.e-multi-drag .e-timeline-view .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-timeline-view .e-appointment:focus,
|
|
3027
2476
|
.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment.e-appointment-border,
|
|
3028
2477
|
.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment:focus {
|
|
@@ -3051,7 +2500,6 @@
|
|
|
3051
2500
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3052
2501
|
width: 420px;
|
|
3053
2502
|
}
|
|
3054
|
-
|
|
3055
2503
|
@media screen and (max-width: 767px) {
|
|
3056
2504
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3057
2505
|
width: 289px;
|
|
@@ -3064,23 +2512,18 @@
|
|
|
3064
2512
|
user-select: none;
|
|
3065
2513
|
width: 320px;
|
|
3066
2514
|
}
|
|
3067
|
-
|
|
3068
2515
|
.e-dialog.e-quick-dialog .e-disable {
|
|
3069
2516
|
display: none;
|
|
3070
2517
|
}
|
|
3071
|
-
|
|
3072
2518
|
.e-dialog.e-quick-dialog .e-dlg-header-content {
|
|
3073
2519
|
border-bottom: none;
|
|
3074
2520
|
}
|
|
3075
|
-
|
|
3076
2521
|
.e-dialog.e-quick-dialog .e-footer-content {
|
|
3077
2522
|
border-top: none;
|
|
3078
2523
|
}
|
|
3079
|
-
|
|
3080
2524
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
3081
2525
|
box-shadow: none;
|
|
3082
2526
|
}
|
|
3083
|
-
|
|
3084
2527
|
.e-dialog.e-quick-dialog.e-rtl {
|
|
3085
2528
|
text-align: right;
|
|
3086
2529
|
}
|
|
@@ -3093,50 +2536,40 @@
|
|
|
3093
2536
|
.e-schedule-dialog .e-disable {
|
|
3094
2537
|
display: none;
|
|
3095
2538
|
}
|
|
3096
|
-
|
|
3097
2539
|
.e-schedule-dialog .e-icon-disable {
|
|
3098
|
-
opacity: .5;
|
|
2540
|
+
opacity: 0.5;
|
|
3099
2541
|
}
|
|
3100
|
-
|
|
3101
2542
|
.e-schedule-dialog .e-dlg-header-content {
|
|
3102
2543
|
padding-bottom: 8px;
|
|
3103
2544
|
}
|
|
3104
|
-
|
|
3105
2545
|
.e-schedule-dialog .e-dlg-content {
|
|
3106
2546
|
padding-bottom: 12px;
|
|
3107
2547
|
position: relative;
|
|
3108
2548
|
background-color: #fff;
|
|
3109
2549
|
}
|
|
3110
|
-
|
|
3111
2550
|
.e-schedule-dialog .e-event-delete {
|
|
3112
2551
|
float: left;
|
|
3113
2552
|
}
|
|
3114
|
-
|
|
3115
2553
|
.e-schedule-dialog .e-subject-container,
|
|
3116
2554
|
.e-schedule-dialog .e-start-container,
|
|
3117
2555
|
.e-schedule-dialog .e-description-label {
|
|
3118
2556
|
padding-right: 8px;
|
|
3119
2557
|
}
|
|
3120
|
-
|
|
3121
2558
|
.e-schedule-dialog .e-start-time-zone-container {
|
|
3122
2559
|
padding-left: 4px;
|
|
3123
2560
|
padding-right: 8px;
|
|
3124
2561
|
}
|
|
3125
|
-
|
|
3126
2562
|
.e-schedule-dialog .e-location-container,
|
|
3127
2563
|
.e-schedule-dialog .e-end-container {
|
|
3128
2564
|
padding-left: 8px;
|
|
3129
2565
|
}
|
|
3130
|
-
|
|
3131
2566
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3132
2567
|
padding-left: 8px;
|
|
3133
2568
|
padding-right: 4px;
|
|
3134
2569
|
}
|
|
3135
|
-
|
|
3136
2570
|
.e-schedule-dialog .e-all-day-container {
|
|
3137
2571
|
padding-right: 16px;
|
|
3138
2572
|
}
|
|
3139
|
-
|
|
3140
2573
|
.e-schedule-dialog .e-time-zone-row {
|
|
3141
2574
|
display: -ms-flexbox;
|
|
3142
2575
|
display: flex;
|
|
@@ -3144,27 +2577,23 @@
|
|
|
3144
2577
|
margin-bottom: 0;
|
|
3145
2578
|
overflow: hidden;
|
|
3146
2579
|
padding-bottom: 0;
|
|
3147
|
-
transition: .3s ease-in-out;
|
|
2580
|
+
transition: 0.3s ease-in-out;
|
|
3148
2581
|
width: 100%;
|
|
3149
2582
|
}
|
|
3150
|
-
|
|
3151
2583
|
.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container,
|
|
3152
2584
|
.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container {
|
|
3153
2585
|
display: none;
|
|
3154
2586
|
transform: translateY(-100%);
|
|
3155
2587
|
}
|
|
3156
|
-
|
|
3157
2588
|
.e-schedule-dialog .e-time-zone-row.e-enable {
|
|
3158
2589
|
height: 60px;
|
|
3159
2590
|
margin-bottom: 12px;
|
|
3160
2591
|
}
|
|
3161
|
-
|
|
3162
2592
|
.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container,
|
|
3163
2593
|
.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container {
|
|
3164
2594
|
display: block;
|
|
3165
2595
|
transform: translateY(0);
|
|
3166
2596
|
}
|
|
3167
|
-
|
|
3168
2597
|
.e-schedule-dialog .e-title-location-row,
|
|
3169
2598
|
.e-schedule-dialog .e-start-end-row,
|
|
3170
2599
|
.e-schedule-dialog .e-start-input-container,
|
|
@@ -3174,12 +2603,10 @@
|
|
|
3174
2603
|
padding-bottom: 12px;
|
|
3175
2604
|
width: 100%;
|
|
3176
2605
|
}
|
|
3177
|
-
|
|
3178
2606
|
.e-schedule-dialog .e-resources {
|
|
3179
2607
|
padding-bottom: 12px;
|
|
3180
2608
|
width: 100%;
|
|
3181
2609
|
}
|
|
3182
|
-
|
|
3183
2610
|
.e-schedule-dialog .e-all-day-time-zone-row {
|
|
3184
2611
|
display: -ms-flexbox;
|
|
3185
2612
|
display: flex;
|
|
@@ -3187,7 +2614,6 @@
|
|
|
3187
2614
|
padding-top: 4px;
|
|
3188
2615
|
width: 100%;
|
|
3189
2616
|
}
|
|
3190
|
-
|
|
3191
2617
|
.e-schedule-dialog .e-subject-container,
|
|
3192
2618
|
.e-schedule-dialog .e-location-container,
|
|
3193
2619
|
.e-schedule-dialog .e-start-container,
|
|
@@ -3196,54 +2622,44 @@
|
|
|
3196
2622
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3197
2623
|
width: 50%;
|
|
3198
2624
|
}
|
|
3199
|
-
|
|
3200
2625
|
.e-schedule-dialog .e-description,
|
|
3201
2626
|
.e-schedule-dialog .e-float-input .e-description {
|
|
3202
2627
|
height: 50px;
|
|
3203
2628
|
resize: vertical;
|
|
3204
2629
|
}
|
|
3205
|
-
|
|
3206
2630
|
.e-schedule-dialog .e-repeat-container,
|
|
3207
2631
|
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
|
|
3208
2632
|
display: none;
|
|
3209
2633
|
}
|
|
3210
|
-
|
|
3211
2634
|
.e-schedule-dialog .e-footer-content {
|
|
3212
2635
|
margin-top: 4px;
|
|
3213
2636
|
}
|
|
3214
|
-
|
|
3215
2637
|
.e-schedule-dialog.e-rtl {
|
|
3216
2638
|
text-align: right;
|
|
3217
2639
|
}
|
|
3218
|
-
|
|
3219
2640
|
.e-schedule-dialog.e-rtl .e-all-day-container {
|
|
3220
2641
|
margin-left: 16px;
|
|
3221
2642
|
margin-right: 0;
|
|
3222
2643
|
}
|
|
3223
|
-
|
|
3224
2644
|
.e-schedule-dialog.e-rtl .e-subject-container,
|
|
3225
2645
|
.e-schedule-dialog.e-rtl .e-start-container,
|
|
3226
2646
|
.e-schedule-dialog.e-rtl .e-description-label {
|
|
3227
2647
|
padding-left: 8px;
|
|
3228
2648
|
padding-right: 0;
|
|
3229
2649
|
}
|
|
3230
|
-
|
|
3231
2650
|
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
|
|
3232
2651
|
padding-left: 8px;
|
|
3233
2652
|
padding-right: 4px;
|
|
3234
2653
|
}
|
|
3235
|
-
|
|
3236
2654
|
.e-schedule-dialog.e-rtl .e-location-container,
|
|
3237
2655
|
.e-schedule-dialog.e-rtl .e-end-container {
|
|
3238
2656
|
padding-left: 0;
|
|
3239
2657
|
padding-right: 8px;
|
|
3240
2658
|
}
|
|
3241
|
-
|
|
3242
2659
|
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3243
2660
|
padding-left: 4px;
|
|
3244
2661
|
padding-right: 8px;
|
|
3245
2662
|
}
|
|
3246
|
-
|
|
3247
2663
|
.e-schedule-dialog.e-rtl .e-event-delete {
|
|
3248
2664
|
float: right;
|
|
3249
2665
|
}
|
|
@@ -3254,7 +2670,6 @@
|
|
|
3254
2670
|
padding: 0 10px;
|
|
3255
2671
|
text-indent: 10px;
|
|
3256
2672
|
}
|
|
3257
|
-
|
|
3258
2673
|
.e-ddl.e-popup .e-resource-template .e-resource-color {
|
|
3259
2674
|
height: 14px;
|
|
3260
2675
|
margin-top: 10px;
|
|
@@ -3264,64 +2679,52 @@
|
|
|
3264
2679
|
.e-bigger .e-ddl.e-popup .e-resource-template {
|
|
3265
2680
|
padding: 0 15px;
|
|
3266
2681
|
}
|
|
3267
|
-
|
|
3268
2682
|
.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color {
|
|
3269
2683
|
height: 16px;
|
|
3270
2684
|
margin-top: 14px;
|
|
3271
2685
|
width: 16px;
|
|
3272
2686
|
}
|
|
3273
|
-
|
|
3274
2687
|
.e-bigger .e-schedule-dialog .e-disable {
|
|
3275
2688
|
display: none;
|
|
3276
2689
|
}
|
|
3277
|
-
|
|
3278
2690
|
.e-bigger .e-schedule-dialog .e-dlg-header-content {
|
|
3279
2691
|
padding-bottom: 8px;
|
|
3280
2692
|
}
|
|
3281
|
-
|
|
3282
2693
|
.e-bigger .e-schedule-dialog .e-dlg-content {
|
|
3283
2694
|
padding-bottom: 12px;
|
|
3284
2695
|
position: relative;
|
|
3285
2696
|
}
|
|
3286
|
-
|
|
3287
2697
|
.e-bigger .e-schedule-dialog .e-event-cancel,
|
|
3288
2698
|
.e-bigger .e-schedule-dialog .e-event-delete {
|
|
3289
2699
|
border: none;
|
|
3290
2700
|
box-shadow: none;
|
|
3291
2701
|
}
|
|
3292
|
-
|
|
3293
2702
|
.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete {
|
|
3294
2703
|
float: left;
|
|
3295
2704
|
margin-left: 0;
|
|
3296
2705
|
}
|
|
3297
|
-
|
|
3298
2706
|
.e-bigger .e-schedule-dialog .e-subject-container,
|
|
3299
2707
|
.e-bigger .e-schedule-dialog .e-start-container,
|
|
3300
2708
|
.e-bigger .e-schedule-dialog .e-start-time-zone-container,
|
|
3301
2709
|
.e-bigger .e-schedule-dialog .e-description-label {
|
|
3302
2710
|
padding-right: 12px;
|
|
3303
2711
|
}
|
|
3304
|
-
|
|
3305
2712
|
.e-bigger .e-schedule-dialog .e-location-container,
|
|
3306
2713
|
.e-bigger .e-schedule-dialog .e-end-container,
|
|
3307
2714
|
.e-bigger .e-schedule-dialog .e-end-time-zone-container {
|
|
3308
2715
|
padding-left: 12px;
|
|
3309
2716
|
}
|
|
3310
|
-
|
|
3311
2717
|
.e-bigger .e-schedule-dialog .e-all-day-container {
|
|
3312
2718
|
padding-right: 16px;
|
|
3313
2719
|
}
|
|
3314
|
-
|
|
3315
2720
|
.e-bigger .e-schedule-dialog .e-time-zone-row {
|
|
3316
2721
|
display: none;
|
|
3317
2722
|
}
|
|
3318
|
-
|
|
3319
2723
|
.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable {
|
|
3320
2724
|
display: -ms-flexbox;
|
|
3321
2725
|
display: flex;
|
|
3322
2726
|
height: 66px;
|
|
3323
2727
|
}
|
|
3324
|
-
|
|
3325
2728
|
.e-bigger .e-schedule-dialog .e-title-location-row,
|
|
3326
2729
|
.e-bigger .e-schedule-dialog .e-start-end-row,
|
|
3327
2730
|
.e-bigger .e-schedule-dialog .e-start-input-container,
|
|
@@ -3332,12 +2735,10 @@
|
|
|
3332
2735
|
padding-bottom: 12px;
|
|
3333
2736
|
width: 100%;
|
|
3334
2737
|
}
|
|
3335
|
-
|
|
3336
2738
|
.e-bigger .e-schedule-dialog .e-resources {
|
|
3337
2739
|
padding-bottom: 12px;
|
|
3338
2740
|
width: 100%;
|
|
3339
2741
|
}
|
|
3340
|
-
|
|
3341
2742
|
.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
|
|
3342
2743
|
display: -ms-flexbox;
|
|
3343
2744
|
display: flex;
|
|
@@ -3345,7 +2746,6 @@
|
|
|
3345
2746
|
padding-top: 0;
|
|
3346
2747
|
width: 100%;
|
|
3347
2748
|
}
|
|
3348
|
-
|
|
3349
2749
|
.e-bigger .e-schedule-dialog .e-subject-container,
|
|
3350
2750
|
.e-bigger .e-schedule-dialog .e-location-container,
|
|
3351
2751
|
.e-bigger .e-schedule-dialog .e-start-container,
|
|
@@ -3354,7 +2754,6 @@
|
|
|
3354
2754
|
.e-bigger .e-schedule-dialog .e-end-time-zone-container {
|
|
3355
2755
|
width: 50%;
|
|
3356
2756
|
}
|
|
3357
|
-
|
|
3358
2757
|
.e-bigger .e-schedule-dialog .e-location-container,
|
|
3359
2758
|
.e-bigger .e-schedule-dialog .e-end-container,
|
|
3360
2759
|
.e-bigger .e-schedule-dialog .e-end-time-zone-container,
|
|
@@ -3365,29 +2764,24 @@
|
|
|
3365
2764
|
.e-bigger .e-schedule-dialog .e-repeat-container {
|
|
3366
2765
|
padding-top: 0;
|
|
3367
2766
|
}
|
|
3368
|
-
|
|
3369
2767
|
.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
|
|
3370
2768
|
padding-bottom: 16px;
|
|
3371
2769
|
padding-top: 10px;
|
|
3372
2770
|
}
|
|
3373
|
-
|
|
3374
2771
|
.e-bigger .e-schedule-dialog .e-description,
|
|
3375
2772
|
.e-bigger .e-schedule-dialog .e-float-input .e-description {
|
|
3376
2773
|
height: 50px;
|
|
3377
2774
|
resize: vertical;
|
|
3378
2775
|
}
|
|
3379
|
-
|
|
3380
2776
|
.e-bigger .e-schedule-dialog .e-time-zone-row,
|
|
3381
2777
|
.e-bigger .e-schedule-dialog .e-repeat-container,
|
|
3382
2778
|
.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
|
|
3383
2779
|
display: none;
|
|
3384
2780
|
}
|
|
3385
|
-
|
|
3386
2781
|
.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
|
|
3387
2782
|
margin-left: 20px;
|
|
3388
2783
|
margin-right: 0;
|
|
3389
2784
|
}
|
|
3390
|
-
|
|
3391
2785
|
.e-bigger .e-schedule-dialog.e-rtl .e-subject-container,
|
|
3392
2786
|
.e-bigger .e-schedule-dialog.e-rtl .e-start-container,
|
|
3393
2787
|
.e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container,
|
|
@@ -3395,14 +2789,12 @@
|
|
|
3395
2789
|
padding-left: 12px;
|
|
3396
2790
|
padding-right: 0;
|
|
3397
2791
|
}
|
|
3398
|
-
|
|
3399
2792
|
.e-bigger .e-schedule-dialog.e-rtl .e-location-container,
|
|
3400
2793
|
.e-bigger .e-schedule-dialog.e-rtl .e-end-container,
|
|
3401
2794
|
.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3402
2795
|
padding-left: 0;
|
|
3403
2796
|
padding-right: 12px;
|
|
3404
2797
|
}
|
|
3405
|
-
|
|
3406
2798
|
.e-bigger .e-schedule-dialog.e-rtl .e-event-delete {
|
|
3407
2799
|
float: right;
|
|
3408
2800
|
}
|
|
@@ -3411,13 +2803,11 @@
|
|
|
3411
2803
|
.e-schedule-dialog.e-device .e-dlg-header * {
|
|
3412
2804
|
width: 100%;
|
|
3413
2805
|
}
|
|
3414
|
-
|
|
3415
2806
|
.e-schedule-dialog.e-device .e-dlg-header-content {
|
|
3416
2807
|
background: #fff;
|
|
3417
2808
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
3418
2809
|
margin-bottom: 3px;
|
|
3419
2810
|
}
|
|
3420
|
-
|
|
3421
2811
|
.e-schedule-dialog.e-device .e-title-location-row,
|
|
3422
2812
|
.e-schedule-dialog.e-device .e-start-end-row,
|
|
3423
2813
|
.e-schedule-dialog.e-device .e-time-zone-row,
|
|
@@ -3425,11 +2815,9 @@
|
|
|
3425
2815
|
.e-schedule-dialog.e-device .e-end-input-container {
|
|
3426
2816
|
display: inline;
|
|
3427
2817
|
}
|
|
3428
|
-
|
|
3429
2818
|
.e-schedule-dialog.e-device .e-time-zone-row.e-enable {
|
|
3430
2819
|
display: inline;
|
|
3431
2820
|
}
|
|
3432
|
-
|
|
3433
2821
|
.e-schedule-dialog.e-device .e-subject-container,
|
|
3434
2822
|
.e-schedule-dialog.e-device .e-location-container,
|
|
3435
2823
|
.e-schedule-dialog.e-device .e-start-container,
|
|
@@ -3439,14 +2827,12 @@
|
|
|
3439
2827
|
padding-left: 0;
|
|
3440
2828
|
width: 100%;
|
|
3441
2829
|
}
|
|
3442
|
-
|
|
3443
2830
|
.e-schedule-dialog.e-device .e-subject-container,
|
|
3444
2831
|
.e-schedule-dialog.e-device .e-start-container,
|
|
3445
2832
|
.e-schedule-dialog.e-device .e-start-time-zone-container,
|
|
3446
2833
|
.e-schedule-dialog.e-device .e-description-label {
|
|
3447
2834
|
padding-right: 0;
|
|
3448
2835
|
}
|
|
3449
|
-
|
|
3450
2836
|
.e-schedule-dialog.e-device .e-location-container,
|
|
3451
2837
|
.e-schedule-dialog.e-device .e-end-container,
|
|
3452
2838
|
.e-schedule-dialog.e-device .e-end-time-zone-container,
|
|
@@ -3457,41 +2843,33 @@
|
|
|
3457
2843
|
.e-schedule-dialog.e-device .e-repeat-container {
|
|
3458
2844
|
padding-top: 20px;
|
|
3459
2845
|
}
|
|
3460
|
-
|
|
3461
2846
|
.e-schedule-dialog.e-device .e-all-day-time-zone-row {
|
|
3462
2847
|
padding-top: 20px;
|
|
3463
2848
|
}
|
|
3464
|
-
|
|
3465
2849
|
.e-schedule-dialog.e-device .e-resources {
|
|
3466
2850
|
padding-bottom: 0;
|
|
3467
2851
|
padding-top: 20px;
|
|
3468
2852
|
}
|
|
3469
|
-
|
|
3470
2853
|
.e-schedule-dialog.e-device .e-description,
|
|
3471
2854
|
.e-schedule-dialog.e-device .e-float-input .e-description {
|
|
3472
2855
|
height: 60px;
|
|
3473
2856
|
resize: vertical;
|
|
3474
2857
|
}
|
|
3475
|
-
|
|
3476
2858
|
.e-schedule-dialog.e-device .e-all-day-time-zone-row {
|
|
3477
2859
|
margin-top: 0;
|
|
3478
2860
|
padding-bottom: 0;
|
|
3479
2861
|
}
|
|
3480
|
-
|
|
3481
2862
|
.e-schedule-dialog.e-device .e-repeat-parent-row {
|
|
3482
2863
|
padding-top: 8px;
|
|
3483
2864
|
}
|
|
3484
|
-
|
|
3485
2865
|
.e-schedule-dialog.e-device .e-all-day-container {
|
|
3486
2866
|
margin-right: 20px;
|
|
3487
2867
|
}
|
|
3488
|
-
|
|
3489
2868
|
.e-schedule-dialog.e-device .e-title-header {
|
|
3490
2869
|
display: -ms-flexbox;
|
|
3491
2870
|
display: flex;
|
|
3492
2871
|
width: 100%;
|
|
3493
2872
|
}
|
|
3494
|
-
|
|
3495
2873
|
.e-schedule-dialog.e-device .e-save-icon,
|
|
3496
2874
|
.e-schedule-dialog.e-device .e-back-icon,
|
|
3497
2875
|
.e-schedule-dialog.e-device .e-forward-icon {
|
|
@@ -3499,62 +2877,50 @@
|
|
|
3499
2877
|
line-height: normal;
|
|
3500
2878
|
color: #6c757d;
|
|
3501
2879
|
}
|
|
3502
|
-
|
|
3503
2880
|
.e-schedule-dialog.e-device .e-save-icon {
|
|
3504
2881
|
text-align: right;
|
|
3505
2882
|
}
|
|
3506
|
-
|
|
3507
2883
|
.e-schedule-dialog.e-device .e-time-zone-row,
|
|
3508
2884
|
.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable {
|
|
3509
2885
|
display: none;
|
|
3510
2886
|
}
|
|
3511
|
-
|
|
3512
2887
|
.e-schedule-dialog.e-device .e-repeat-container {
|
|
3513
2888
|
display: block;
|
|
3514
2889
|
}
|
|
3515
|
-
|
|
3516
2890
|
.e-schedule-dialog.e-device .e-icon-down-arrow {
|
|
3517
2891
|
font-size: 18px;
|
|
3518
2892
|
}
|
|
3519
|
-
|
|
3520
2893
|
.e-schedule-dialog.e-device.e-rtl .e-save-icon {
|
|
3521
2894
|
text-align: left;
|
|
3522
2895
|
}
|
|
3523
|
-
|
|
3524
2896
|
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
|
|
3525
2897
|
margin-left: 20px;
|
|
3526
2898
|
margin-right: 0;
|
|
3527
2899
|
}
|
|
3528
|
-
|
|
3529
2900
|
.e-schedule-dialog.e-device.e-rtl .e-subject-container,
|
|
3530
2901
|
.e-schedule-dialog.e-device.e-rtl .e-start-container,
|
|
3531
2902
|
.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container,
|
|
3532
2903
|
.e-schedule-dialog.e-device.e-rtl .e-description-label {
|
|
3533
2904
|
padding-left: 0;
|
|
3534
2905
|
}
|
|
3535
|
-
|
|
3536
2906
|
.e-schedule-dialog.e-device.e-rtl .e-location-container,
|
|
3537
2907
|
.e-schedule-dialog.e-device.e-rtl .e-end-container,
|
|
3538
2908
|
.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container,
|
|
3539
2909
|
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
|
|
3540
2910
|
padding-right: 0;
|
|
3541
2911
|
}
|
|
3542
|
-
|
|
3543
2912
|
.e-schedule-dialog.e-device .e-recurrence-container {
|
|
3544
2913
|
position: relative;
|
|
3545
2914
|
}
|
|
3546
|
-
|
|
3547
2915
|
.e-schedule-dialog.e-device .e-recurrence-container.e-hide {
|
|
3548
2916
|
display: none;
|
|
3549
2917
|
}
|
|
3550
|
-
|
|
3551
2918
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button {
|
|
3552
2919
|
border: 0;
|
|
3553
2920
|
box-shadow: none;
|
|
3554
2921
|
margin: -3px 5px;
|
|
3555
2922
|
position: absolute;
|
|
3556
2923
|
}
|
|
3557
|
-
|
|
3558
2924
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons {
|
|
3559
2925
|
font-size: 12px;
|
|
3560
2926
|
position: relative;
|
|
@@ -3576,24 +2942,20 @@
|
|
|
3576
2942
|
width: 100%;
|
|
3577
2943
|
border: 1px solid #dee2e6;
|
|
3578
2944
|
}
|
|
3579
|
-
|
|
3580
2945
|
.e-quick-popup-wrapper .e-hidden {
|
|
3581
2946
|
display: none;
|
|
3582
2947
|
}
|
|
3583
|
-
|
|
3584
2948
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper {
|
|
3585
2949
|
position: absolute;
|
|
3586
2950
|
right: 6px;
|
|
3587
2951
|
top: 4px;
|
|
3588
2952
|
padding: 2px 8px 0 0;
|
|
3589
2953
|
}
|
|
3590
|
-
|
|
3591
2954
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3592
2955
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
3593
2956
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3594
2957
|
color: #6c757d;
|
|
3595
2958
|
}
|
|
3596
|
-
|
|
3597
2959
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
|
|
3598
2960
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3599
2961
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3602,26 +2964,21 @@
|
|
|
3602
2964
|
background: #fff;
|
|
3603
2965
|
color: #0d6efd;
|
|
3604
2966
|
}
|
|
3605
|
-
|
|
3606
2967
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon,
|
|
3607
2968
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon,
|
|
3608
2969
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3609
2970
|
font-size: 14px;
|
|
3610
2971
|
}
|
|
3611
|
-
|
|
3612
2972
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3613
2973
|
padding: 40px 18px 12px;
|
|
3614
2974
|
}
|
|
3615
|
-
|
|
3616
2975
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table {
|
|
3617
2976
|
width: 100%;
|
|
3618
2977
|
}
|
|
3619
|
-
|
|
3620
2978
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
|
|
3621
2979
|
margin-bottom: 4px;
|
|
3622
2980
|
margin-top: 14px;
|
|
3623
2981
|
}
|
|
3624
|
-
|
|
3625
2982
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3626
2983
|
font-size: 22px;
|
|
3627
2984
|
height: 40px;
|
|
@@ -3629,27 +2986,22 @@
|
|
|
3629
2986
|
line-height: 22px;
|
|
3630
2987
|
padding: 2px 10px;
|
|
3631
2988
|
}
|
|
3632
|
-
|
|
3633
2989
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3634
2990
|
padding: 6px 8px 0 0;
|
|
3635
2991
|
}
|
|
3636
|
-
|
|
3637
2992
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3638
2993
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete {
|
|
3639
2994
|
display: none;
|
|
3640
2995
|
}
|
|
3641
|
-
|
|
3642
2996
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3643
2997
|
position: relative;
|
|
3644
2998
|
right: 2px;
|
|
3645
2999
|
}
|
|
3646
|
-
|
|
3647
3000
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3648
3001
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
3649
3002
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3650
3003
|
color: #6c757d;
|
|
3651
3004
|
}
|
|
3652
|
-
|
|
3653
3005
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
|
|
3654
3006
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3655
3007
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3658,29 +3010,24 @@
|
|
|
3658
3010
|
background: rgba(255, 255, 255, 0.15);
|
|
3659
3011
|
color: #0d6efd;
|
|
3660
3012
|
}
|
|
3661
|
-
|
|
3662
3013
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3663
3014
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,
|
|
3664
3015
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon {
|
|
3665
3016
|
font-size: 14px;
|
|
3666
3017
|
}
|
|
3667
|
-
|
|
3668
3018
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover,
|
|
3669
3019
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover {
|
|
3670
3020
|
background: none;
|
|
3671
3021
|
}
|
|
3672
|
-
|
|
3673
3022
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-edit-icon,
|
|
3674
3023
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-delete-icon,
|
|
3675
3024
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-edit-icon,
|
|
3676
3025
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-delete-icon {
|
|
3677
|
-
opacity: .5;
|
|
3026
|
+
opacity: 0.5;
|
|
3678
3027
|
}
|
|
3679
|
-
|
|
3680
3028
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap {
|
|
3681
3029
|
padding: 12px 18px;
|
|
3682
3030
|
}
|
|
3683
|
-
|
|
3684
3031
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
|
|
3685
3032
|
cursor: default;
|
|
3686
3033
|
font-size: 20px;
|
|
@@ -3693,11 +3040,9 @@
|
|
|
3693
3040
|
border-radius: 4px;
|
|
3694
3041
|
padding: 8px;
|
|
3695
3042
|
}
|
|
3696
|
-
|
|
3697
3043
|
.e-quick-popup-wrapper .e-event-popup .e-popup-content {
|
|
3698
3044
|
padding: 0 18px 12px;
|
|
3699
3045
|
}
|
|
3700
|
-
|
|
3701
3046
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper,
|
|
3702
3047
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper {
|
|
3703
3048
|
display: -ms-flexbox;
|
|
@@ -3705,7 +3050,6 @@
|
|
|
3705
3050
|
-ms-flex-pack: end;
|
|
3706
3051
|
justify-content: flex-end;
|
|
3707
3052
|
}
|
|
3708
|
-
|
|
3709
3053
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit,
|
|
3710
3054
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete,
|
|
3711
3055
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close,
|
|
@@ -3715,7 +3059,6 @@
|
|
|
3715
3059
|
background-color: transparent;
|
|
3716
3060
|
border: 0;
|
|
3717
3061
|
}
|
|
3718
|
-
|
|
3719
3062
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time,
|
|
3720
3063
|
.e-quick-popup-wrapper .e-cell-popup .e-location,
|
|
3721
3064
|
.e-quick-popup-wrapper .e-cell-popup .e-time-zone,
|
|
@@ -3731,7 +3074,6 @@
|
|
|
3731
3074
|
display: flex;
|
|
3732
3075
|
padding-top: 12px;
|
|
3733
3076
|
}
|
|
3734
|
-
|
|
3735
3077
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3736
3078
|
.e-quick-popup-wrapper .e-cell-popup .e-location-icon,
|
|
3737
3079
|
.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon,
|
|
@@ -3748,7 +3090,6 @@
|
|
|
3748
3090
|
font-size: 16px;
|
|
3749
3091
|
padding: 2px 10px 0 0;
|
|
3750
3092
|
}
|
|
3751
|
-
|
|
3752
3093
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
|
|
3753
3094
|
.e-quick-popup-wrapper .e-cell-popup .e-location-details,
|
|
3754
3095
|
.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details,
|
|
@@ -3763,52 +3104,42 @@
|
|
|
3763
3104
|
cursor: default;
|
|
3764
3105
|
font-size: 14px;
|
|
3765
3106
|
}
|
|
3766
|
-
|
|
3767
3107
|
.e-quick-popup-wrapper .e-popup-table td:last-child {
|
|
3768
3108
|
padding-top: 0;
|
|
3769
3109
|
}
|
|
3770
|
-
|
|
3771
3110
|
.e-quick-popup-wrapper .e-popup-footer {
|
|
3772
3111
|
display: block;
|
|
3773
3112
|
padding: 8px 18px 8px 18px;
|
|
3774
3113
|
text-align: right;
|
|
3775
3114
|
}
|
|
3776
|
-
|
|
3777
3115
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit {
|
|
3778
3116
|
margin-right: 8px;
|
|
3779
3117
|
}
|
|
3780
|
-
|
|
3781
3118
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit,
|
|
3782
3119
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete {
|
|
3783
3120
|
right: auto;
|
|
3784
3121
|
}
|
|
3785
|
-
|
|
3786
3122
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
|
|
3787
3123
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled {
|
|
3788
3124
|
color: #212529;
|
|
3789
3125
|
}
|
|
3790
|
-
|
|
3791
3126
|
.e-quick-popup-wrapper .e-popup-footer .e-event-details {
|
|
3792
3127
|
border: none;
|
|
3793
3128
|
margin-right: 8px;
|
|
3794
3129
|
right: auto;
|
|
3795
3130
|
text-transform: capitalize;
|
|
3796
3131
|
}
|
|
3797
|
-
|
|
3798
3132
|
.e-quick-popup-wrapper.e-rtl {
|
|
3799
3133
|
text-align: right;
|
|
3800
3134
|
}
|
|
3801
|
-
|
|
3802
3135
|
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper {
|
|
3803
3136
|
left: 6px;
|
|
3804
3137
|
right: auto;
|
|
3805
3138
|
}
|
|
3806
|
-
|
|
3807
3139
|
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer {
|
|
3808
3140
|
padding: 8px 18px 8px 8px;
|
|
3809
3141
|
text-align: left;
|
|
3810
3142
|
}
|
|
3811
|
-
|
|
3812
3143
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3813
3144
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3814
3145
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
@@ -3816,27 +3147,21 @@
|
|
|
3816
3147
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3817
3148
|
margin-right: 10px;
|
|
3818
3149
|
}
|
|
3819
|
-
|
|
3820
3150
|
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3821
3151
|
margin-left: 8px;
|
|
3822
3152
|
}
|
|
3823
|
-
|
|
3824
3153
|
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
|
|
3825
3154
|
padding: 8px 8px 8px 18px;
|
|
3826
3155
|
}
|
|
3827
|
-
|
|
3828
3156
|
.e-quick-popup-wrapper.e-rtl .e-date-time-icon {
|
|
3829
3157
|
padding: 0 0 0 13px;
|
|
3830
3158
|
}
|
|
3831
|
-
|
|
3832
3159
|
.e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3833
3160
|
padding: 0 13px;
|
|
3834
3161
|
}
|
|
3835
|
-
|
|
3836
3162
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3837
3163
|
margin-left: 8px;
|
|
3838
3164
|
}
|
|
3839
|
-
|
|
3840
3165
|
.e-quick-popup-wrapper.e-device {
|
|
3841
3166
|
bottom: 0;
|
|
3842
3167
|
height: 100%;
|
|
@@ -3851,17 +3176,14 @@
|
|
|
3851
3176
|
width: 100%;
|
|
3852
3177
|
z-index: 1004;
|
|
3853
3178
|
}
|
|
3854
|
-
|
|
3855
3179
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3856
3180
|
background-color: #fff;
|
|
3857
3181
|
}
|
|
3858
|
-
|
|
3859
3182
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3860
3183
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
3861
3184
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3862
3185
|
opacity: 1;
|
|
3863
3186
|
}
|
|
3864
|
-
|
|
3865
3187
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:focus, .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:hover,
|
|
3866
3188
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3867
3189
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3869,40 +3191,33 @@
|
|
|
3869
3191
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
|
|
3870
3192
|
background: none;
|
|
3871
3193
|
}
|
|
3872
|
-
|
|
3873
3194
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round,
|
|
3874
3195
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round,
|
|
3875
3196
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round {
|
|
3876
3197
|
height: 2.5em;
|
|
3877
3198
|
width: 2.5em;
|
|
3878
3199
|
}
|
|
3879
|
-
|
|
3880
3200
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit,
|
|
3881
3201
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete {
|
|
3882
3202
|
display: block;
|
|
3883
3203
|
}
|
|
3884
|
-
|
|
3885
3204
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close {
|
|
3886
3205
|
margin-left: 0;
|
|
3887
3206
|
margin-right: auto;
|
|
3888
3207
|
-ms-flex-order: -1;
|
|
3889
3208
|
order: -1;
|
|
3890
3209
|
}
|
|
3891
|
-
|
|
3892
3210
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap {
|
|
3893
3211
|
padding: 12px 24px;
|
|
3894
3212
|
}
|
|
3895
|
-
|
|
3896
3213
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content {
|
|
3897
3214
|
padding: 12px 24px;
|
|
3898
3215
|
}
|
|
3899
|
-
|
|
3900
3216
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header {
|
|
3901
3217
|
display: -ms-flexbox;
|
|
3902
3218
|
display: flex;
|
|
3903
3219
|
padding: 15px;
|
|
3904
3220
|
}
|
|
3905
|
-
|
|
3906
3221
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
|
|
3907
3222
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
|
|
3908
3223
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
|
|
@@ -3913,7 +3228,6 @@
|
|
|
3913
3228
|
background-color: #fff;
|
|
3914
3229
|
color: #6c757d;
|
|
3915
3230
|
}
|
|
3916
|
-
|
|
3917
3231
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:focus, .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close:hover,
|
|
3918
3232
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,
|
|
3919
3233
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover,
|
|
@@ -3921,7 +3235,6 @@
|
|
|
3921
3235
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover {
|
|
3922
3236
|
background: none;
|
|
3923
3237
|
}
|
|
3924
|
-
|
|
3925
3238
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
|
|
3926
3239
|
font-size: 15px;
|
|
3927
3240
|
font-weight: 500;
|
|
@@ -3930,13 +3243,11 @@
|
|
|
3930
3243
|
padding: 4px 5px;
|
|
3931
3244
|
width: calc(100% - 95px);
|
|
3932
3245
|
}
|
|
3933
|
-
|
|
3934
3246
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon,
|
|
3935
3247
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon,
|
|
3936
3248
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon {
|
|
3937
3249
|
font-size: 14px;
|
|
3938
3250
|
}
|
|
3939
|
-
|
|
3940
3251
|
.e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close {
|
|
3941
3252
|
margin-left: auto;
|
|
3942
3253
|
margin-right: 0;
|
|
@@ -3945,48 +3256,39 @@
|
|
|
3945
3256
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3946
3257
|
font-size: 24px;
|
|
3947
3258
|
}
|
|
3948
|
-
|
|
3949
3259
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3950
3260
|
padding: 48px 24px 16px;
|
|
3951
3261
|
}
|
|
3952
|
-
|
|
3953
3262
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3954
3263
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
|
|
3955
3264
|
padding-right: 16px;
|
|
3956
3265
|
}
|
|
3957
|
-
|
|
3958
3266
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3959
3267
|
font-size: 16px;
|
|
3960
3268
|
}
|
|
3961
|
-
|
|
3962
3269
|
.e-bigger .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-date-time-icon {
|
|
3963
3270
|
padding-right: 0;
|
|
3964
3271
|
}
|
|
3965
|
-
|
|
3966
3272
|
.e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3967
3273
|
padding-right: 16px;
|
|
3968
3274
|
}
|
|
3969
|
-
|
|
3970
3275
|
.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
|
|
3971
3276
|
.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
|
|
3972
3277
|
.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
|
|
3973
3278
|
height: 2em;
|
|
3974
3279
|
width: 2em;
|
|
3975
3280
|
}
|
|
3976
|
-
|
|
3977
3281
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
3978
3282
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3979
3283
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
|
|
3980
3284
|
font-size: 14px;
|
|
3981
3285
|
font-size: 22px;
|
|
3982
3286
|
}
|
|
3983
|
-
|
|
3984
3287
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
3985
3288
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3986
3289
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
|
|
3987
3290
|
font-size: 14px;
|
|
3988
3291
|
}
|
|
3989
|
-
|
|
3990
3292
|
.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
|
|
3991
3293
|
padding: 0 5px 0 8px;
|
|
3992
3294
|
}
|
|
@@ -3998,15 +3300,12 @@
|
|
|
3998
3300
|
.e-bigger .e-agenda-view .e-subject {
|
|
3999
3301
|
font-size: 16px;
|
|
4000
3302
|
}
|
|
4001
|
-
|
|
4002
3303
|
.e-bigger .e-agenda-view .e-date-time {
|
|
4003
3304
|
font-size: 14px;
|
|
4004
3305
|
}
|
|
4005
|
-
|
|
4006
3306
|
.e-bigger .e-agenda-view .e-day-date-header .e-m-date {
|
|
4007
3307
|
font-size: 20px;
|
|
4008
3308
|
}
|
|
4009
|
-
|
|
4010
3309
|
.e-bigger .e-agenda-view .e-day-date-header .e-m-day {
|
|
4011
3310
|
font-size: 14px;
|
|
4012
3311
|
}
|
|
@@ -4015,12 +3314,10 @@
|
|
|
4015
3314
|
font-size: 14px;
|
|
4016
3315
|
padding-left: 12px;
|
|
4017
3316
|
}
|
|
4018
|
-
|
|
4019
3317
|
.e-bigger .e-timeline-view .e-navigate {
|
|
4020
3318
|
font-size: 16px;
|
|
4021
3319
|
padding: 8px 0 8px 8px;
|
|
4022
3320
|
}
|
|
4023
|
-
|
|
4024
3321
|
.e-bigger .e-timeline-view .e-date-header-wrap table tbody td > span {
|
|
4025
3322
|
font-size: 16px;
|
|
4026
3323
|
padding: 8px 0 8px 8px;
|
|
@@ -4037,11 +3334,9 @@
|
|
|
4037
3334
|
width: 100px;
|
|
4038
3335
|
z-index: 9;
|
|
4039
3336
|
}
|
|
4040
|
-
|
|
4041
3337
|
.e-appointment.e-schedule-event-clone.e-drag-clone {
|
|
4042
3338
|
cursor: move;
|
|
4043
3339
|
}
|
|
4044
|
-
|
|
4045
3340
|
.e-appointment.e-schedule-event-clone .e-recurrence-icon,
|
|
4046
3341
|
.e-appointment.e-schedule-event-clone .e-recurrence-edit-icon,
|
|
4047
3342
|
.e-appointment.e-schedule-event-clone .e-indicator.e-left-icon,
|
|
@@ -4050,7 +3345,6 @@
|
|
|
4050
3345
|
.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler {
|
|
4051
3346
|
display: none;
|
|
4052
3347
|
}
|
|
4053
|
-
|
|
4054
3348
|
.e-appointment.e-schedule-event-clone .e-appointment-details {
|
|
4055
3349
|
-ms-flex: auto;
|
|
4056
3350
|
flex: auto;
|
|
@@ -4058,13 +3352,11 @@
|
|
|
4058
3352
|
padding: 0 4px;
|
|
4059
3353
|
text-align: left;
|
|
4060
3354
|
}
|
|
4061
|
-
|
|
4062
3355
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
4063
3356
|
-ms-flex: auto;
|
|
4064
3357
|
flex: auto;
|
|
4065
3358
|
overflow: hidden;
|
|
4066
3359
|
}
|
|
4067
|
-
|
|
4068
3360
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
4069
3361
|
font-size: 13px;
|
|
4070
3362
|
font-weight: 500;
|
|
@@ -4075,22 +3367,18 @@
|
|
|
4075
3367
|
padding-top: 4px;
|
|
4076
3368
|
text-overflow: ellipsis;
|
|
4077
3369
|
}
|
|
4078
|
-
|
|
4079
3370
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
|
|
4080
3371
|
font-size: 11px;
|
|
4081
3372
|
overflow: hidden;
|
|
4082
3373
|
padding-top: 1px;
|
|
4083
3374
|
text-overflow: ellipsis;
|
|
4084
3375
|
}
|
|
4085
|
-
|
|
4086
3376
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-location {
|
|
4087
3377
|
display: none;
|
|
4088
3378
|
}
|
|
4089
|
-
|
|
4090
3379
|
.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject {
|
|
4091
3380
|
padding: 3px 2px;
|
|
4092
3381
|
}
|
|
4093
|
-
|
|
4094
3382
|
.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time {
|
|
4095
3383
|
display: none;
|
|
4096
3384
|
}
|
|
@@ -4098,7 +3386,6 @@
|
|
|
4098
3386
|
.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
4099
3387
|
padding: 3px 0 1px 4px;
|
|
4100
3388
|
}
|
|
4101
|
-
|
|
4102
3389
|
.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
|
|
4103
3390
|
display: none;
|
|
4104
3391
|
}
|
|
@@ -4117,25 +3404,21 @@
|
|
|
4117
3404
|
padding: 8px 0;
|
|
4118
3405
|
width: 225px;
|
|
4119
3406
|
}
|
|
4120
|
-
|
|
4121
3407
|
.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
|
|
4122
3408
|
.e-more-popup-wrapper .e-more-appointment-wrapper {
|
|
4123
3409
|
margin: 0 4px;
|
|
4124
3410
|
}
|
|
4125
|
-
|
|
4126
3411
|
.e-bigger .e-more-popup-wrapper .e-more-event-popup,
|
|
4127
3412
|
.e-more-popup-wrapper .e-more-event-popup {
|
|
4128
3413
|
height: 100%;
|
|
4129
3414
|
position: relative;
|
|
4130
3415
|
width: 100%;
|
|
4131
3416
|
}
|
|
4132
|
-
|
|
4133
3417
|
.e-bigger .e-more-popup-wrapper .e-more-event-header,
|
|
4134
3418
|
.e-more-popup-wrapper .e-more-event-header {
|
|
4135
3419
|
height: 35px;
|
|
4136
3420
|
margin: 0 8px 4px 14px;
|
|
4137
3421
|
}
|
|
4138
|
-
|
|
4139
3422
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4140
3423
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4141
3424
|
color: #212529;
|
|
@@ -4146,24 +3429,20 @@
|
|
|
4146
3429
|
padding-right: 10px;
|
|
4147
3430
|
padding: 10px 10px 0;
|
|
4148
3431
|
}
|
|
4149
|
-
|
|
4150
3432
|
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
4151
3433
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
4152
3434
|
border: 0;
|
|
4153
3435
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
4154
3436
|
}
|
|
4155
|
-
|
|
4156
3437
|
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
4157
3438
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
4158
3439
|
height: 100%;
|
|
4159
3440
|
width: calc(100% - 25px);
|
|
4160
3441
|
}
|
|
4161
|
-
|
|
4162
3442
|
.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
|
|
4163
3443
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
4164
3444
|
color: #0d6efd;
|
|
4165
3445
|
}
|
|
4166
|
-
|
|
4167
3446
|
.e-bigger .e-more-popup-wrapper .e-header-day,
|
|
4168
3447
|
.e-more-popup-wrapper .e-header-day {
|
|
4169
3448
|
color: #212529;
|
|
@@ -4171,7 +3450,6 @@
|
|
|
4171
3450
|
line-height: 1;
|
|
4172
3451
|
padding-bottom: 2px;
|
|
4173
3452
|
}
|
|
4174
|
-
|
|
4175
3453
|
.e-bigger .e-more-popup-wrapper .e-header-date,
|
|
4176
3454
|
.e-more-popup-wrapper .e-header-date {
|
|
4177
3455
|
color: #212529;
|
|
@@ -4179,18 +3457,15 @@
|
|
|
4179
3457
|
line-height: 1;
|
|
4180
3458
|
max-width: 15%;
|
|
4181
3459
|
}
|
|
4182
|
-
|
|
4183
3460
|
.e-bigger .e-more-popup-wrapper .e-header-date:hover,
|
|
4184
3461
|
.e-more-popup-wrapper .e-header-date:hover {
|
|
4185
3462
|
cursor: pointer;
|
|
4186
3463
|
text-decoration: underline;
|
|
4187
3464
|
}
|
|
4188
|
-
|
|
4189
3465
|
.e-bigger .e-more-popup-wrapper .e-header-date:focus,
|
|
4190
3466
|
.e-more-popup-wrapper .e-header-date:focus {
|
|
4191
3467
|
text-decoration: underline;
|
|
4192
3468
|
}
|
|
4193
|
-
|
|
4194
3469
|
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
4195
3470
|
.e-more-popup-wrapper .e-more-event-close {
|
|
4196
3471
|
background-color: transparent;
|
|
@@ -4203,18 +3478,15 @@
|
|
|
4203
3478
|
right: 6px;
|
|
4204
3479
|
width: 25px;
|
|
4205
3480
|
}
|
|
4206
|
-
|
|
4207
3481
|
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
4208
3482
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
4209
3483
|
font-size: 9px;
|
|
4210
3484
|
font-size: 14px;
|
|
4211
3485
|
}
|
|
4212
|
-
|
|
4213
3486
|
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
4214
3487
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
4215
3488
|
margin-top: 3px;
|
|
4216
3489
|
}
|
|
4217
|
-
|
|
4218
3490
|
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
4219
3491
|
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
4220
3492
|
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
@@ -4222,7 +3494,6 @@
|
|
|
4222
3494
|
border-radius: 50%;
|
|
4223
3495
|
color: #0d6efd;
|
|
4224
3496
|
}
|
|
4225
|
-
|
|
4226
3497
|
.e-bigger .e-more-popup-wrapper .e-appointment,
|
|
4227
3498
|
.e-more-popup-wrapper .e-appointment {
|
|
4228
3499
|
background: #0d6efd;
|
|
@@ -4236,7 +3507,6 @@
|
|
|
4236
3507
|
padding: 2px 0;
|
|
4237
3508
|
width: 100%;
|
|
4238
3509
|
}
|
|
4239
|
-
|
|
4240
3510
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
4241
3511
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
4242
3512
|
color: #fff;
|
|
@@ -4249,7 +3519,6 @@
|
|
|
4249
3519
|
text-overflow: ellipsis;
|
|
4250
3520
|
white-space: nowrap;
|
|
4251
3521
|
}
|
|
4252
|
-
|
|
4253
3522
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4254
3523
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
4255
3524
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -4257,14 +3526,12 @@
|
|
|
4257
3526
|
line-height: 26px;
|
|
4258
3527
|
padding: 0 2px;
|
|
4259
3528
|
}
|
|
4260
|
-
|
|
4261
3529
|
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
|
|
4262
3530
|
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
4263
3531
|
.e-more-popup-wrapper .e-appointment:focus {
|
|
4264
3532
|
border: 0;
|
|
4265
3533
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
4266
3534
|
}
|
|
4267
|
-
|
|
4268
3535
|
.e-bigger .e-more-popup-wrapper.e-device,
|
|
4269
3536
|
.e-more-popup-wrapper.e-device {
|
|
4270
3537
|
bottom: 0;
|
|
@@ -4278,22 +3545,18 @@
|
|
|
4278
3545
|
width: 100%;
|
|
4279
3546
|
z-index: 1002;
|
|
4280
3547
|
}
|
|
4281
|
-
|
|
4282
3548
|
.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
|
|
4283
3549
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
4284
3550
|
max-height: unset;
|
|
4285
3551
|
}
|
|
4286
|
-
|
|
4287
3552
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-date,
|
|
4288
3553
|
.e-more-popup-wrapper.e-rtl .e-header-date {
|
|
4289
3554
|
padding-right: 10px;
|
|
4290
3555
|
}
|
|
4291
|
-
|
|
4292
3556
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,
|
|
4293
3557
|
.e-more-popup-wrapper.e-rtl .e-header-day {
|
|
4294
3558
|
padding-right: 10px;
|
|
4295
3559
|
}
|
|
4296
|
-
|
|
4297
3560
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
4298
3561
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
4299
3562
|
left: 6px;
|
|
@@ -4305,32 +3568,26 @@
|
|
|
4305
3568
|
background-color: #fff;
|
|
4306
3569
|
border: 1px solid #dee2e6;
|
|
4307
3570
|
}
|
|
4308
|
-
|
|
4309
3571
|
.e-schedule .e-date-header-wrap {
|
|
4310
3572
|
border-color: #dee2e6;
|
|
4311
3573
|
border-style: solid;
|
|
4312
3574
|
border-width: 0;
|
|
4313
3575
|
position: relative;
|
|
4314
3576
|
}
|
|
4315
|
-
|
|
4316
3577
|
.e-schedule .e-header-calendar {
|
|
4317
3578
|
background-color: #fff;
|
|
4318
3579
|
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175);
|
|
4319
3580
|
}
|
|
4320
|
-
|
|
4321
3581
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4322
3582
|
.e-schedule .e-vertical-view .e-content-wrap table td:first-child {
|
|
4323
3583
|
border-left-width: 0;
|
|
4324
3584
|
}
|
|
4325
|
-
|
|
4326
3585
|
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
|
|
4327
3586
|
background-color: #fff;
|
|
4328
3587
|
}
|
|
4329
|
-
|
|
4330
3588
|
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
|
|
4331
3589
|
background: #f2f4f6;
|
|
4332
3590
|
}
|
|
4333
|
-
|
|
4334
3591
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
|
|
4335
3592
|
background-color: #fff;
|
|
4336
3593
|
border-color: #dee2e6;
|
|
@@ -4338,11 +3595,9 @@
|
|
|
4338
3595
|
border-width: 0 1px 1px 0;
|
|
4339
3596
|
color: #343a40;
|
|
4340
3597
|
}
|
|
4341
|
-
|
|
4342
3598
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells {
|
|
4343
3599
|
border-bottom-width: 0;
|
|
4344
3600
|
}
|
|
4345
|
-
|
|
4346
3601
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number {
|
|
4347
3602
|
color: #495057;
|
|
4348
3603
|
font-size: 14px;
|
|
@@ -4350,11 +3605,9 @@
|
|
|
4350
3605
|
text-align: center;
|
|
4351
3606
|
vertical-align: top;
|
|
4352
3607
|
}
|
|
4353
|
-
|
|
4354
3608
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells {
|
|
4355
3609
|
border-bottom-color: transparent;
|
|
4356
3610
|
}
|
|
4357
|
-
|
|
4358
3611
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td {
|
|
4359
3612
|
background-color: #fff;
|
|
4360
3613
|
border-color: #dee2e6;
|
|
@@ -4363,11 +3616,9 @@
|
|
|
4363
3616
|
color: #343a40;
|
|
4364
3617
|
text-align: left;
|
|
4365
3618
|
}
|
|
4366
|
-
|
|
4367
3619
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
4368
3620
|
border-bottom-width: 0;
|
|
4369
3621
|
}
|
|
4370
|
-
|
|
4371
3622
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
4372
3623
|
background-color: #fff;
|
|
4373
3624
|
border-color: #dee2e6;
|
|
@@ -4376,19 +3627,15 @@
|
|
|
4376
3627
|
color: #495057;
|
|
4377
3628
|
background-color: #e9ecef;
|
|
4378
3629
|
}
|
|
4379
|
-
|
|
4380
3630
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
4381
3631
|
border-bottom-color: transparent;
|
|
4382
3632
|
}
|
|
4383
|
-
|
|
4384
3633
|
.e-schedule .e-vertical-view .e-header-cells {
|
|
4385
3634
|
background-color: #fff;
|
|
4386
3635
|
}
|
|
4387
|
-
|
|
4388
3636
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
4389
3637
|
color: #0d6efd;
|
|
4390
3638
|
}
|
|
4391
|
-
|
|
4392
3639
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
4393
3640
|
background-color: #f8f9fa;
|
|
4394
3641
|
border-color: #dee2e6;
|
|
@@ -4396,70 +3643,55 @@
|
|
|
4396
3643
|
border-width: 0 0 1px 1px;
|
|
4397
3644
|
padding: 0;
|
|
4398
3645
|
}
|
|
4399
|
-
|
|
4400
3646
|
.e-schedule .e-vertical-view .e-work-cells:hover {
|
|
4401
3647
|
background: #f2f4f6;
|
|
4402
3648
|
color: #212529;
|
|
4403
3649
|
}
|
|
4404
|
-
|
|
4405
3650
|
.e-schedule .e-vertical-view .e-alternate-cells {
|
|
4406
3651
|
border-bottom-style: dotted;
|
|
4407
3652
|
}
|
|
4408
|
-
|
|
4409
3653
|
.e-schedule .e-vertical-view .e-work-hours {
|
|
4410
3654
|
background-color: #fff;
|
|
4411
3655
|
}
|
|
4412
|
-
|
|
4413
3656
|
.e-schedule .e-vertical-view .e-all-day-cells {
|
|
4414
3657
|
background-color: #fff;
|
|
4415
3658
|
}
|
|
4416
|
-
|
|
4417
3659
|
.e-schedule .e-vertical-view .e-all-day-cells.e-current-day {
|
|
4418
3660
|
color: #0d6efd;
|
|
4419
3661
|
}
|
|
4420
|
-
|
|
4421
3662
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
|
|
4422
3663
|
background-color: #e9ecef;
|
|
4423
3664
|
color: #212529;
|
|
4424
3665
|
}
|
|
4425
|
-
|
|
4426
3666
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
|
|
4427
3667
|
background-color: #e9ecef;
|
|
4428
3668
|
color: #fff;
|
|
4429
3669
|
}
|
|
4430
|
-
|
|
4431
3670
|
.e-schedule .e-vertical-view .e-selected-cell {
|
|
4432
3671
|
background-color: #e9ecef;
|
|
4433
3672
|
color: #212529;
|
|
4434
3673
|
}
|
|
4435
|
-
|
|
4436
3674
|
.e-schedule .e-vertical-view .e-selected-cell:hover {
|
|
4437
3675
|
background-color: #e9ecef;
|
|
4438
3676
|
color: #fff;
|
|
4439
3677
|
}
|
|
4440
|
-
|
|
4441
3678
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
4442
3679
|
.e-schedule .e-vertical-view .e-current-time {
|
|
4443
3680
|
color: #0d6efd;
|
|
4444
3681
|
}
|
|
4445
|
-
|
|
4446
3682
|
.e-schedule .e-vertical-view .e-current-timeline {
|
|
4447
3683
|
border-top: 1px solid #0d6efd;
|
|
4448
3684
|
}
|
|
4449
|
-
|
|
4450
3685
|
.e-schedule .e-vertical-view .e-previous-timeline {
|
|
4451
3686
|
border-top: 1px dotted #0d6efd;
|
|
4452
3687
|
}
|
|
4453
|
-
|
|
4454
3688
|
.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells {
|
|
4455
3689
|
border-bottom-width: 1px;
|
|
4456
3690
|
}
|
|
4457
|
-
|
|
4458
3691
|
.e-schedule .e-month-view .e-date-header-wrap table td:first-child,
|
|
4459
3692
|
.e-schedule .e-month-view .e-content-wrap table td:first-child {
|
|
4460
3693
|
border-left-width: 0;
|
|
4461
3694
|
}
|
|
4462
|
-
|
|
4463
3695
|
.e-schedule .e-month-view .e-date-header-wrap table td,
|
|
4464
3696
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
4465
3697
|
background-color: #fff;
|
|
@@ -4469,12 +3701,10 @@
|
|
|
4469
3701
|
color: #343a40;
|
|
4470
3702
|
text-align: left;
|
|
4471
3703
|
}
|
|
4472
|
-
|
|
4473
3704
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
4474
3705
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
4475
3706
|
color: #0d6efd;
|
|
4476
3707
|
}
|
|
4477
|
-
|
|
4478
3708
|
.e-schedule .e-month-view .e-work-cells,
|
|
4479
3709
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
4480
3710
|
background-color: #f8f9fa;
|
|
@@ -4484,24 +3714,20 @@
|
|
|
4484
3714
|
color: #212529;
|
|
4485
3715
|
padding: 0;
|
|
4486
3716
|
}
|
|
4487
|
-
|
|
4488
3717
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
4489
3718
|
.e-schedule .e-month-agenda-view .e-work-cells:hover {
|
|
4490
3719
|
background: #f2f4f6;
|
|
4491
3720
|
color: #212529;
|
|
4492
3721
|
color: #212529;
|
|
4493
3722
|
}
|
|
4494
|
-
|
|
4495
3723
|
.e-schedule .e-month-view .e-work-days,
|
|
4496
3724
|
.e-schedule .e-month-agenda-view .e-work-days {
|
|
4497
3725
|
background-color: #fff;
|
|
4498
3726
|
}
|
|
4499
|
-
|
|
4500
3727
|
.e-schedule .e-month-view .e-other-month,
|
|
4501
3728
|
.e-schedule .e-month-agenda-view .e-other-month {
|
|
4502
3729
|
color: #495057;
|
|
4503
3730
|
}
|
|
4504
|
-
|
|
4505
3731
|
.e-schedule .e-month-view .e-current-date .e-date-header,
|
|
4506
3732
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
4507
3733
|
background-color: #0d6efd;
|
|
@@ -4509,48 +3735,39 @@
|
|
|
4509
3735
|
color: #fff;
|
|
4510
3736
|
width: 20px;
|
|
4511
3737
|
}
|
|
4512
|
-
|
|
4513
3738
|
.e-schedule .e-month-view .e-selected-cell,
|
|
4514
3739
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
4515
3740
|
background-color: #e9ecef;
|
|
4516
3741
|
color: #212529;
|
|
4517
3742
|
}
|
|
4518
|
-
|
|
4519
3743
|
.e-schedule .e-month-view .e-selected-cell .e-more-indicator,
|
|
4520
3744
|
.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
|
|
4521
3745
|
color: #212529;
|
|
4522
3746
|
}
|
|
4523
|
-
|
|
4524
3747
|
.e-schedule .e-month-view .e-selected-cell:hover,
|
|
4525
3748
|
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
|
|
4526
3749
|
background-color: #e9ecef;
|
|
4527
3750
|
}
|
|
4528
|
-
|
|
4529
3751
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
4530
3752
|
border-width: 0 0 1px 0;
|
|
4531
3753
|
text-align: center;
|
|
4532
3754
|
}
|
|
4533
|
-
|
|
4534
3755
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
4535
3756
|
border-width: 0;
|
|
4536
3757
|
}
|
|
4537
|
-
|
|
4538
3758
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
4539
3759
|
width: 24px;
|
|
4540
3760
|
}
|
|
4541
|
-
|
|
4542
3761
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
4543
3762
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
4544
3763
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child,
|
|
4545
3764
|
.e-schedule .e-timeline-month-view .e-content-wrap table td:first-child {
|
|
4546
3765
|
border-left-width: 0;
|
|
4547
3766
|
}
|
|
4548
|
-
|
|
4549
3767
|
.e-schedule .e-timeline-view .e-content-wrap table tr:last-child td,
|
|
4550
3768
|
.e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td {
|
|
4551
3769
|
border-bottom-width: 0;
|
|
4552
3770
|
}
|
|
4553
|
-
|
|
4554
3771
|
.e-schedule .e-timeline-view .e-date-header-wrap table td,
|
|
4555
3772
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td {
|
|
4556
3773
|
background-color: #fff;
|
|
@@ -4559,12 +3776,10 @@
|
|
|
4559
3776
|
border-width: 0 0 1px 1px;
|
|
4560
3777
|
color: #343a40;
|
|
4561
3778
|
}
|
|
4562
|
-
|
|
4563
3779
|
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
|
|
4564
3780
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
|
|
4565
3781
|
color: #0d6efd;
|
|
4566
3782
|
}
|
|
4567
|
-
|
|
4568
3783
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
4569
3784
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
4570
3785
|
background-color: #f8f9fa;
|
|
@@ -4574,137 +3789,110 @@
|
|
|
4574
3789
|
color: #212529;
|
|
4575
3790
|
padding: 0;
|
|
4576
3791
|
}
|
|
4577
|
-
|
|
4578
3792
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
4579
3793
|
.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) {
|
|
4580
3794
|
background: #f2f4f6;
|
|
4581
3795
|
color: #212529;
|
|
4582
3796
|
}
|
|
4583
|
-
|
|
4584
3797
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4585
3798
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4586
3799
|
background-color: #e9ecef;
|
|
4587
3800
|
}
|
|
4588
|
-
|
|
4589
3801
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4590
3802
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4591
3803
|
background-color: #fff;
|
|
4592
3804
|
}
|
|
4593
|
-
|
|
4594
3805
|
.e-schedule .e-timeline-view .e-resource-group-cells,
|
|
4595
3806
|
.e-schedule .e-timeline-month-view .e-resource-group-cells {
|
|
4596
3807
|
background-color: #f8f9fa;
|
|
4597
3808
|
}
|
|
4598
|
-
|
|
4599
3809
|
.e-schedule .e-timeline-view .e-selected-cell,
|
|
4600
3810
|
.e-schedule .e-timeline-month-view .e-selected-cell {
|
|
4601
3811
|
background-color: #e9ecef;
|
|
4602
3812
|
color: #212529;
|
|
4603
3813
|
}
|
|
4604
|
-
|
|
4605
3814
|
.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),
|
|
4606
3815
|
.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) {
|
|
4607
3816
|
background-color: #e9ecef;
|
|
4608
3817
|
}
|
|
4609
|
-
|
|
4610
3818
|
.e-schedule .e-timeline-view .e-work-hours {
|
|
4611
3819
|
background-color: #fff;
|
|
4612
3820
|
}
|
|
4613
|
-
|
|
4614
3821
|
.e-schedule .e-timeline-view .e-resource-group-cells {
|
|
4615
3822
|
background-color: #f8f9fa;
|
|
4616
3823
|
}
|
|
4617
|
-
|
|
4618
3824
|
.e-schedule .e-timeline-view .e-selected-cell {
|
|
4619
3825
|
background-color: #e9ecef;
|
|
4620
3826
|
color: #212529;
|
|
4621
3827
|
}
|
|
4622
|
-
|
|
4623
3828
|
.e-schedule .e-timeline-view .e-selected-cell:hover {
|
|
4624
3829
|
background-color: #e9ecef;
|
|
4625
3830
|
}
|
|
4626
|
-
|
|
4627
3831
|
.e-schedule .e-timeline-view .e-alternate-cells {
|
|
4628
3832
|
border-left-style: dotted;
|
|
4629
3833
|
}
|
|
4630
|
-
|
|
4631
3834
|
.e-schedule .e-timeline-view .e-header-row .e-time-cells {
|
|
4632
3835
|
border-left-width: 0;
|
|
4633
3836
|
}
|
|
4634
|
-
|
|
4635
3837
|
.e-schedule .e-timeline-view .e-clone-time-indicator,
|
|
4636
3838
|
.e-schedule .e-timeline-view .e-current-time {
|
|
4637
3839
|
color: #0d6efd;
|
|
4638
3840
|
font-size: 10px;
|
|
4639
3841
|
}
|
|
4640
|
-
|
|
4641
3842
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
4642
3843
|
border-left: 1px solid #0d6efd;
|
|
4643
3844
|
}
|
|
4644
|
-
|
|
4645
3845
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4646
3846
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
4647
3847
|
border-right-width: 0;
|
|
4648
3848
|
}
|
|
4649
|
-
|
|
4650
3849
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
4651
3850
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
4652
3851
|
border-width: 0 1px 1px 0;
|
|
4653
3852
|
}
|
|
4654
|
-
|
|
4655
3853
|
.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells,
|
|
4656
3854
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells {
|
|
4657
3855
|
border-bottom-width: 0;
|
|
4658
3856
|
}
|
|
4659
|
-
|
|
4660
3857
|
.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td,
|
|
4661
3858
|
.e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td {
|
|
4662
3859
|
border-width: 0 0 1px 1px;
|
|
4663
3860
|
}
|
|
4664
|
-
|
|
4665
3861
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child,
|
|
4666
3862
|
.e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child {
|
|
4667
3863
|
border-right-width: 0;
|
|
4668
3864
|
}
|
|
4669
|
-
|
|
4670
3865
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
4671
3866
|
border-width: 0 1px 1px 0;
|
|
4672
3867
|
}
|
|
4673
|
-
|
|
4674
3868
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
4675
3869
|
.e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
|
|
4676
3870
|
border-width: 0 1px 1px 0;
|
|
4677
3871
|
}
|
|
4678
|
-
|
|
4679
3872
|
.e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
|
|
4680
3873
|
border-width: 0;
|
|
4681
3874
|
}
|
|
4682
|
-
|
|
4683
3875
|
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
4684
3876
|
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child,
|
|
4685
3877
|
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child,
|
|
4686
3878
|
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child {
|
|
4687
3879
|
border-right-width: 0;
|
|
4688
3880
|
}
|
|
4689
|
-
|
|
4690
3881
|
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child,
|
|
4691
3882
|
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child,
|
|
4692
3883
|
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child,
|
|
4693
3884
|
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child {
|
|
4694
3885
|
border-left-width: 0;
|
|
4695
3886
|
}
|
|
4696
|
-
|
|
4697
3887
|
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td,
|
|
4698
3888
|
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td,
|
|
4699
3889
|
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td,
|
|
4700
3890
|
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td {
|
|
4701
3891
|
border-width: 0 1px 1px 0;
|
|
4702
3892
|
}
|
|
4703
|
-
|
|
4704
3893
|
.e-schedule.e-rtl .e-timeline-view .e-alternate-cells {
|
|
4705
3894
|
border-right-style: dotted;
|
|
4706
3895
|
}
|
|
4707
|
-
|
|
4708
3896
|
.e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells {
|
|
4709
3897
|
border-right-width: 0;
|
|
4710
3898
|
}
|
|
@@ -4714,28 +3902,23 @@
|
|
|
4714
3902
|
border-color: #f8d7da;
|
|
4715
3903
|
z-index: 1000;
|
|
4716
3904
|
}
|
|
4717
|
-
|
|
4718
3905
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top {
|
|
4719
3906
|
left: 44%;
|
|
4720
3907
|
}
|
|
4721
|
-
|
|
4722
3908
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top,
|
|
4723
3909
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top {
|
|
4724
3910
|
border-bottom: 8px solid #f8d7da;
|
|
4725
3911
|
color: #f8d7da;
|
|
4726
3912
|
}
|
|
4727
|
-
|
|
4728
3913
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,
|
|
4729
3914
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom {
|
|
4730
3915
|
border-top: 8px solid #f8d7da;
|
|
4731
3916
|
color: #f8d7da;
|
|
4732
3917
|
}
|
|
4733
|
-
|
|
4734
3918
|
.e-tooltip-wrap.e-schedule-error .e-tip-content {
|
|
4735
3919
|
padding: 3px 6px;
|
|
4736
3920
|
}
|
|
4737
|
-
|
|
4738
3921
|
.e-tooltip-wrap.e-schedule-error .e-tip-content,
|
|
4739
3922
|
.e-tooltip-wrap.e-schedule-error .e-tip-content label {
|
|
4740
3923
|
color: #dc3545;
|
|
4741
|
-
}
|
|
3924
|
+
}
|