@syncfusion/ej2-react-schedule 20.1.52 → 20.1.57
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 +57 -13
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +8 -8
- package/src/schedule/headerrows-directive.d.ts +3 -1
- package/src/schedule/resources-directive.d.ts +3 -1
- package/src/schedule/views-directive.d.ts +3 -1
- 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
package/styles/tailwind.css
CHANGED
|
@@ -3,203 +3,158 @@
|
|
|
3
3
|
/*! Schedule component's tailwind theme definitions and variables */
|
|
4
4
|
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
|
5
5
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
6
|
-
content:
|
|
6
|
+
content: "\e765";
|
|
7
7
|
}
|
|
8
|
-
|
|
9
8
|
.e-schedule .e-schedule-toolbar .e-icon-next::before {
|
|
10
|
-
content:
|
|
9
|
+
content: "\e748";
|
|
11
10
|
}
|
|
12
|
-
|
|
13
11
|
.e-schedule .e-schedule-toolbar .e-icon-add::before {
|
|
14
|
-
content:
|
|
12
|
+
content: "\e805";
|
|
15
13
|
}
|
|
16
|
-
|
|
17
14
|
.e-schedule .e-schedule-toolbar .e-icon-today::before {
|
|
18
|
-
content:
|
|
15
|
+
content: "\e778";
|
|
19
16
|
}
|
|
20
|
-
|
|
21
17
|
.e-schedule .e-schedule-toolbar .e-icon-down-arrow::before {
|
|
22
|
-
content:
|
|
18
|
+
content: "\e729";
|
|
23
19
|
}
|
|
24
|
-
|
|
25
20
|
.e-schedule .e-schedule-toolbar .e-icon-day::before {
|
|
26
|
-
content:
|
|
21
|
+
content: "\e75e";
|
|
27
22
|
}
|
|
28
|
-
|
|
29
23
|
.e-schedule .e-schedule-toolbar .e-icon-week::before {
|
|
30
|
-
content:
|
|
24
|
+
content: "\e817";
|
|
31
25
|
}
|
|
32
|
-
|
|
33
26
|
.e-schedule .e-schedule-toolbar .e-icon-workweek::before {
|
|
34
|
-
content:
|
|
27
|
+
content: "\e817";
|
|
35
28
|
}
|
|
36
|
-
|
|
37
29
|
.e-schedule .e-schedule-toolbar .e-icon-month::before {
|
|
38
|
-
content:
|
|
30
|
+
content: "\e7c5";
|
|
39
31
|
}
|
|
40
|
-
|
|
41
32
|
.e-schedule .e-schedule-toolbar .e-icon-month-agenda::before {
|
|
42
|
-
content:
|
|
33
|
+
content: "\e75b";
|
|
43
34
|
}
|
|
44
|
-
|
|
45
35
|
.e-schedule .e-schedule-toolbar .e-icon-agenda::before {
|
|
46
|
-
content:
|
|
36
|
+
content: "\e74c";
|
|
47
37
|
}
|
|
48
|
-
|
|
49
38
|
.e-schedule .e-schedule-toolbar .e-icon-year::before {
|
|
50
|
-
content:
|
|
39
|
+
content: "\e7c5";
|
|
51
40
|
}
|
|
52
|
-
|
|
53
41
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-vertical::before {
|
|
54
|
-
content:
|
|
42
|
+
content: "\e876";
|
|
55
43
|
}
|
|
56
|
-
|
|
57
44
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-year-horizontal::before {
|
|
58
|
-
content:
|
|
45
|
+
content: "\e876";
|
|
59
46
|
}
|
|
60
|
-
|
|
61
47
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-day::before {
|
|
62
|
-
content:
|
|
48
|
+
content: "\e7da";
|
|
63
49
|
}
|
|
64
|
-
|
|
65
50
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-week::before {
|
|
66
|
-
content:
|
|
51
|
+
content: "\e81f";
|
|
67
52
|
}
|
|
68
|
-
|
|
69
53
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-workweek::before {
|
|
70
|
-
content:
|
|
54
|
+
content: "\e720";
|
|
71
55
|
}
|
|
72
|
-
|
|
73
56
|
.e-schedule .e-schedule-toolbar .e-icon-timeline-month::before {
|
|
74
|
-
content:
|
|
57
|
+
content: "\e876";
|
|
75
58
|
}
|
|
76
|
-
|
|
77
59
|
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-down-icon::before {
|
|
78
|
-
content:
|
|
60
|
+
content: "\e770";
|
|
79
61
|
}
|
|
80
|
-
|
|
81
62
|
.e-schedule .e-schedule-toolbar.e-toolbar .e-popup-up-icon::before {
|
|
82
|
-
content:
|
|
63
|
+
content: "\e770";
|
|
83
64
|
}
|
|
84
|
-
|
|
85
65
|
.e-schedule .e-schedule-toolbar.e-rtl .e-icon-prev::before {
|
|
86
|
-
content:
|
|
66
|
+
content: "\e748";
|
|
87
67
|
}
|
|
88
|
-
|
|
89
68
|
.e-schedule .e-schedule-toolbar.e-rtl .e-icon-next::before {
|
|
90
|
-
content:
|
|
69
|
+
content: "\e765";
|
|
91
70
|
}
|
|
92
|
-
|
|
93
71
|
.e-schedule .e-schedule-resource-toolbar .e-icon-menu::before {
|
|
94
|
-
content:
|
|
72
|
+
content: "\e799";
|
|
95
73
|
}
|
|
96
|
-
|
|
97
74
|
.e-schedule .e-schedule-resource-toolbar .e-icon-next::before {
|
|
98
|
-
content:
|
|
75
|
+
content: "\e748";
|
|
99
76
|
}
|
|
100
|
-
|
|
101
77
|
.e-schedule .e-close-icon::before {
|
|
102
|
-
content:
|
|
78
|
+
content: "\e7e7";
|
|
103
79
|
}
|
|
104
|
-
|
|
105
80
|
.e-schedule .e-block-indicator::before {
|
|
106
|
-
content:
|
|
81
|
+
content: "\e839";
|
|
107
82
|
}
|
|
108
|
-
|
|
109
83
|
.e-schedule .e-appointment .e-recurrence-icon::before {
|
|
110
|
-
content:
|
|
84
|
+
content: "\e772";
|
|
111
85
|
}
|
|
112
|
-
|
|
113
86
|
.e-schedule .e-appointment .e-recurrence-edit-icon::before {
|
|
114
|
-
content:
|
|
87
|
+
content: "\e789";
|
|
115
88
|
}
|
|
116
|
-
|
|
117
89
|
.e-schedule .e-appointment .e-up-icon::before {
|
|
118
|
-
content:
|
|
90
|
+
content: "\e822";
|
|
119
91
|
}
|
|
120
|
-
|
|
121
92
|
.e-schedule .e-appointment .e-down-icon::before {
|
|
122
|
-
content:
|
|
93
|
+
content: "\e7fe";
|
|
123
94
|
}
|
|
124
|
-
|
|
125
95
|
.e-schedule .e-appointment .e-left-icon::before {
|
|
126
|
-
content:
|
|
96
|
+
content: "\e744";
|
|
127
97
|
}
|
|
128
|
-
|
|
129
98
|
.e-schedule .e-appointment .e-right-icon::before {
|
|
130
|
-
content:
|
|
99
|
+
content: "\e7a9";
|
|
131
100
|
}
|
|
132
|
-
|
|
133
101
|
.e-schedule .e-vertical-view .e-all-day-cells .e-all-day-appointment-section::before {
|
|
134
|
-
content:
|
|
102
|
+
content: "\e729";
|
|
135
103
|
}
|
|
136
|
-
|
|
137
104
|
.e-schedule.e-rtl .e-appointment .e-left-icon::before {
|
|
138
|
-
content:
|
|
105
|
+
content: "\e7a9";
|
|
139
106
|
}
|
|
140
|
-
|
|
141
107
|
.e-schedule.e-rtl .e-appointment .e-right-icon::before {
|
|
142
|
-
content:
|
|
108
|
+
content: "\e744";
|
|
143
109
|
}
|
|
144
|
-
|
|
145
110
|
.e-schedule .e-resource-tree-icon::before {
|
|
146
|
-
content:
|
|
111
|
+
content: "\e748";
|
|
147
112
|
}
|
|
148
113
|
|
|
149
114
|
.e-schedule-dialog.e-device .e-back-icon::before {
|
|
150
|
-
content:
|
|
115
|
+
content: "\e773";
|
|
151
116
|
}
|
|
152
|
-
|
|
153
117
|
.e-schedule-dialog.e-device .e-save-icon::before {
|
|
154
|
-
content:
|
|
118
|
+
content: "\e7c8";
|
|
155
119
|
}
|
|
156
|
-
|
|
157
120
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons::before {
|
|
158
|
-
content:
|
|
121
|
+
content: "\e730";
|
|
159
122
|
}
|
|
160
123
|
|
|
161
124
|
.e-schedule-dialog.e-device.e-rtl .e-back-icon::before {
|
|
162
|
-
content:
|
|
125
|
+
content: "\e7f9";
|
|
163
126
|
}
|
|
164
127
|
|
|
165
128
|
.e-quick-popup-wrapper .e-edit-icon::before {
|
|
166
|
-
content:
|
|
129
|
+
content: "\e730";
|
|
167
130
|
}
|
|
168
|
-
|
|
169
131
|
.e-quick-popup-wrapper .e-delete-icon::before {
|
|
170
|
-
content:
|
|
132
|
+
content: "\e820";
|
|
171
133
|
}
|
|
172
|
-
|
|
173
134
|
.e-quick-popup-wrapper .e-close-icon::before {
|
|
174
|
-
content:
|
|
135
|
+
content: "\e7e7";
|
|
175
136
|
}
|
|
176
|
-
|
|
177
137
|
.e-quick-popup-wrapper .e-time-icon::before {
|
|
178
|
-
content:
|
|
138
|
+
content: "\e705";
|
|
179
139
|
}
|
|
180
|
-
|
|
181
140
|
.e-quick-popup-wrapper .e-location-icon::before {
|
|
182
|
-
content:
|
|
141
|
+
content: "\e756";
|
|
183
142
|
}
|
|
184
|
-
|
|
185
143
|
.e-quick-popup-wrapper .e-time-zone-icon::before {
|
|
186
|
-
content:
|
|
144
|
+
content: "\e804";
|
|
187
145
|
}
|
|
188
|
-
|
|
189
146
|
.e-quick-popup-wrapper .e-description-icon::before {
|
|
190
|
-
content:
|
|
147
|
+
content: "\e7c0";
|
|
191
148
|
}
|
|
192
|
-
|
|
193
149
|
.e-quick-popup-wrapper .e-resource-icon::before {
|
|
194
|
-
content:
|
|
150
|
+
content: "\e7b9";
|
|
195
151
|
}
|
|
196
|
-
|
|
197
152
|
.e-quick-popup-wrapper .e-date-time-icon::before {
|
|
198
|
-
content:
|
|
153
|
+
content: "\e7da";
|
|
199
154
|
}
|
|
200
155
|
|
|
201
156
|
.e-more-popup-wrapper.e-device .e-close-icon::before {
|
|
202
|
-
content:
|
|
157
|
+
content: "\e7e7";
|
|
203
158
|
}
|
|
204
159
|
|
|
205
160
|
/*! schedule component layout */
|
|
@@ -212,7 +167,6 @@
|
|
|
212
167
|
-ms-user-select: none;
|
|
213
168
|
user-select: none;
|
|
214
169
|
}
|
|
215
|
-
|
|
216
170
|
.e-schedule .e-schedule-toolbar {
|
|
217
171
|
background: #f3f4f6;
|
|
218
172
|
border: 0;
|
|
@@ -221,152 +175,106 @@
|
|
|
221
175
|
margin-bottom: 3px;
|
|
222
176
|
min-height: 38px;
|
|
223
177
|
}
|
|
224
|
-
|
|
225
178
|
.e-schedule .e-schedule-toolbar .e-active-view .e-tbar-btn-text,
|
|
226
179
|
.e-schedule .e-schedule-toolbar .e-active-view .e-icons {
|
|
227
180
|
color: #4f46e5;
|
|
228
181
|
}
|
|
229
|
-
|
|
230
182
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
231
183
|
cursor: pointer;
|
|
232
184
|
font-size: 14px;
|
|
233
185
|
text-transform: none;
|
|
234
186
|
}
|
|
235
|
-
|
|
236
187
|
.e-schedule .e-schedule-toolbar .e-toolbar-items {
|
|
237
188
|
background: #f3f4f6;
|
|
238
189
|
}
|
|
239
|
-
|
|
240
190
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos {
|
|
241
191
|
height: 38px;
|
|
242
192
|
min-height: 38px;
|
|
243
193
|
}
|
|
244
|
-
|
|
245
194
|
.e-schedule .e-schedule-toolbar .e-toolbar-items.e-tbar-pos > div {
|
|
246
195
|
height: inherit;
|
|
247
196
|
}
|
|
248
|
-
|
|
249
197
|
.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 {
|
|
250
198
|
font-size: 18px;
|
|
251
199
|
padding-top: 0;
|
|
252
200
|
}
|
|
253
|
-
|
|
254
201
|
.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 {
|
|
255
202
|
border-radius: 100%;
|
|
256
203
|
}
|
|
257
|
-
|
|
258
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-day .e-icon-day,
|
|
259
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-week .e-icon-week,
|
|
260
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-work-week .e-icon-workweek,
|
|
261
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month .e-icon-month,
|
|
262
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-year .e-icon-year,
|
|
263
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-agenda .e-icon-agenda,
|
|
264
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-month-agenda .e-icon-month-agenda,
|
|
265
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-day .e-icon-timeline-day,
|
|
266
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-week .e-icon-timeline-week,
|
|
267
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-work-week .e-icon-timeline-workweek,
|
|
268
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-month .e-icon-timeline-month,
|
|
269
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-vertical,
|
|
270
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-timeline-year .e-icon-timeline-year-horizontal,
|
|
271
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-add .e-tbar-btn-text,
|
|
272
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-day,
|
|
273
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-today .e-icon-today + .e-tbar-btn-text {
|
|
204
|
+
.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 {
|
|
274
205
|
display: none;
|
|
275
206
|
}
|
|
276
|
-
|
|
277
207
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-hidden {
|
|
278
208
|
display: none;
|
|
279
209
|
}
|
|
280
|
-
|
|
281
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-prev .e-icon-prev,
|
|
282
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-next .e-icon-next {
|
|
210
|
+
.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 {
|
|
283
211
|
font-size: 18px;
|
|
284
212
|
}
|
|
285
|
-
|
|
286
213
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-separator {
|
|
287
214
|
border-right: 1px solid #e5e7eb;
|
|
288
215
|
}
|
|
289
|
-
|
|
290
216
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item.e-date-range .e-tbar-btn .e-tbar-btn-text {
|
|
291
217
|
font-size: 14px;
|
|
292
218
|
text-transform: initial;
|
|
293
219
|
}
|
|
294
|
-
|
|
295
220
|
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
296
221
|
padding: 0 12px;
|
|
297
222
|
}
|
|
298
|
-
|
|
299
223
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
300
224
|
background: #f3f4f6;
|
|
301
225
|
border-left: 0;
|
|
302
226
|
border-right: 1px solid #e5e7eb;
|
|
303
227
|
}
|
|
304
|
-
|
|
305
228
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav:not(.e-nav-active):hover {
|
|
306
229
|
background-color: #e5e7eb;
|
|
307
230
|
color: rgba(79, 70, 229, 0.87);
|
|
308
231
|
}
|
|
309
|
-
|
|
310
232
|
.e-schedule .e-schedule-toolbar .e-hor-nav {
|
|
311
233
|
border-left: 1px solid #e5e7eb;
|
|
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(79, 70, 229, 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: #e5e7eb;
|
|
328
246
|
color: rgba(79, 70, 229, 0.87);
|
|
329
247
|
}
|
|
330
|
-
|
|
331
248
|
.e-schedule .e-schedule-toolbar .e-hor-nav:focus {
|
|
332
249
|
background: #e5e7eb;
|
|
333
250
|
color: rgba(79, 70, 229, 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: #f3f4f6;
|
|
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: #6b7280;
|
|
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: #6b7280;
|
|
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: #6b7280;
|
|
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: #f9fafb;
|
|
445
340
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
|
@@ -448,37 +343,32 @@
|
|
|
448
343
|
width: 250px;
|
|
449
344
|
color: #111827;
|
|
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(107, 114, 128, 0.75);
|
|
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: #4f46e5;
|
|
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: #f3f4f6;
|
|
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: #111827;
|
|
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: #4f46e5;
|
|
762
597
|
border: 1px solid #e5e7eb;
|
|
@@ -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 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
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: #6b7280;
|
|
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: #111827;
|
|
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: 8px 8px 0;
|
|
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: #6b7280;
|
|
@@ -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: #6b7280;
|
|
@@ -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: #e5e7eb;
|
|
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: #f3f4f6;
|
|
1008
804
|
}
|
|
1009
|
-
|
|
1010
805
|
.e-schedule .e-vertical-view .e-work-cells.e-disable-dates:hover {
|
|
1011
806
|
background-color: #f3f4f6;
|
|
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 #e5e7eb;
|
|
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: #4f46e5;
|
|
1082
864
|
border: 1px solid #e5e7eb;
|
|
@@ -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 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
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: #4f46e5;
|
|
1140
914
|
border: 1px solid #e5e7eb;
|
|
@@ -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 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
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 #e5e7eb;
|
|
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: #6b7280;
|
|
@@ -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 #e5e7eb;
|
|
1341
1079
|
border-right: 1px solid #e5e7eb;
|
|
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: #111827;
|
|
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: 75px;
|
|
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: #f3f4f6;
|
|
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: #f3f4f6;
|
|
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: #4f46e5;
|
|
1432
1152
|
border: 1px solid #e5e7eb;
|
|
@@ -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 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
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: #6b7280;
|
|
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 #e5e7eb;
|
|
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 #e5e7eb;
|
|
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: #6b7280;
|
|
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: #4f46e5;
|
|
@@ -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: #f3f4f6;
|
|
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: #f3f4f6;
|
|
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: #e5e7eb;
|
|
@@ -1598,11 +1292,9 @@
|
|
|
1598
1292
|
color: #374151;
|
|
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: #111827;
|
|
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: #374151;
|
|
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: #4f46e5;
|
|
1655
1339
|
}
|
|
1656
|
-
|
|
1657
1340
|
.e-schedule .e-timeline-year-view .e-resource-text {
|
|
1658
1341
|
color: #111827;
|
|
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: #f9fafb;
|
|
1682
1361
|
border-color: #e5e7eb;
|
|
@@ -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: #f3f4f6;
|
|
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: #6b7280;
|
|
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: #f9fafb;
|
|
1723
1395
|
border-color: #e5e7eb;
|
|
@@ -1726,20 +1398,16 @@
|
|
|
1726
1398
|
color: #111827;
|
|
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: #f3f4f6;
|
|
1732
1403
|
color: #111827;
|
|
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: #6b7280;
|
|
1741
1410
|
}
|
|
1742
|
-
|
|
1743
1411
|
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
1744
1412
|
background-color: #4f46e5;
|
|
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: #e5e7eb;
|
|
1753
1420
|
color: #111827;
|
|
1754
1421
|
}
|
|
1755
|
-
|
|
1756
1422
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell .e-more-indicator {
|
|
1757
1423
|
color: #111827;
|
|
1758
1424
|
}
|
|
1759
|
-
|
|
1760
1425
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell:hover {
|
|
1761
1426
|
background-color: #e5e7eb;
|
|
1762
1427
|
}
|
|
1763
|
-
|
|
1764
1428
|
.e-schedule .e-timeline-year-view .e-work-cells.e-disable-dates {
|
|
1765
1429
|
background-color: #f3f4f6;
|
|
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: #f3f4f6;
|
|
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: #e5e7eb;
|
|
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 #e5e7eb;
|
|
1812
1465
|
border-right: 1px solid #e5e7eb;
|
|
1813
1466
|
text-align: center;
|
|
1814
1467
|
color: #374151;
|
|
1815
1468
|
}
|
|
1816
|
-
|
|
1817
1469
|
.e-schedule .e-timeline-year-view .e-month-header.e-current-day {
|
|
1818
1470
|
color: #4f46e5;
|
|
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: #f3f4f6;
|
|
1860
1505
|
box-shadow: inset 0 0 0 8px #f9fafb;
|
|
1861
1506
|
}
|
|
1862
|
-
|
|
1863
1507
|
.e-schedule .e-timeline-year-view.e-virtual-mask .e-work-cells:hover {
|
|
1864
1508
|
background-color: #f3f4f6;
|
|
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: #4f46e5;
|
|
1882
1522
|
border: 1px solid #e5e7eb;
|
|
@@ -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 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
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: #6b7280;
|
|
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: #f3f4f6;
|
|
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: #f3f4f6;
|
|
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: #f3f4f6;
|
|
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: #111827;
|
|
@@ -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: #f9fafb;
|
|
@@ -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: #f3f4f6;
|
|
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: #f3f4f6;
|
|
2127
1728
|
box-shadow: inset 0 0 0 8px #f9fafb;
|
|
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: #6b7280;
|
|
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: #4f46e5;
|
|
@@ -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 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
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: #6b7280;
|
|
@@ -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 #e5e7eb;
|
|
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 #e5e7eb;
|
|
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 #e5e7eb;
|
|
2413
1968
|
border-right: 1px solid #e5e7eb;
|
|
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: #111827;
|
|
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 #e5e7eb;
|
|
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: #f3f4f6;
|
|
2460
2007
|
}
|
|
2461
|
-
|
|
2462
2008
|
.e-schedule .e-month-agenda-view .e-work-cells.e-disable-dates:hover {
|
|
2463
2009
|
background-color: #f3f4f6;
|
|
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 #4f46e5;
|
|
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: #f3f4f6;
|
|
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: #e5e7eb;
|
|
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: #111827;
|
|
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: #6b7280;
|
|
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: #6b7280;
|
|
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: #6b7280;
|
|
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: #6b7280;
|
|
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: 16px 0 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: #4f46e5;
|
|
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 #e5e7eb;
|
|
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 #e5e7eb;
|
|
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 #4f46e5;
|
|
2575
2103
|
}
|
|
2576
|
-
|
|
2577
2104
|
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column {
|
|
2578
2105
|
border-bottom: 1px solid #e5e7eb;
|
|
2579
2106
|
border-left: 1px solid #e5e7eb;
|
|
@@ -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 #e5e7eb;
|
|
2613
2133
|
border-right: 1px solid #e5e7eb;
|
|
@@ -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: #4f46e5;
|
|
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: #374151;
|
|
2633
2150
|
cursor: default;
|
|
2634
2151
|
padding: 8px 34px 14px 18px;
|
|
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: #4f46e5;
|
|
2647
2161
|
}
|
|
2648
|
-
|
|
2649
2162
|
.e-schedule .e-agenda-view .e-day-border {
|
|
2650
2163
|
border-bottom: 1px solid #e5e7eb;
|
|
2651
2164
|
}
|
|
2652
|
-
|
|
2653
2165
|
.e-schedule .e-agenda-view .e-date-border {
|
|
2654
2166
|
border-bottom: 1px solid #e5e7eb;
|
|
2655
2167
|
border-right: 1px solid #e5e7eb;
|
|
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: #111827;
|
|
2678
2185
|
}
|
|
2679
|
-
|
|
2680
2186
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-date-time {
|
|
2681
2187
|
color: #111827;
|
|
2682
2188
|
}
|
|
2683
|
-
|
|
2684
2189
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-resource-name {
|
|
2685
2190
|
color: #111827;
|
|
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: #111827;
|
|
2691
2195
|
}
|
|
2692
|
-
|
|
2693
2196
|
.e-schedule .e-agenda-view .e-active-appointment-agenda .e-location {
|
|
2694
2197
|
color: #111827;
|
|
2695
2198
|
}
|
|
2696
|
-
|
|
2697
2199
|
.e-schedule .e-agenda-view .e-subject {
|
|
2698
2200
|
color: #111827;
|
|
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: #111827;
|
|
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: #111827;
|
|
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: #6b7280;
|
|
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: #6b7280;
|
|
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 #4f46e5;
|
|
2749
2244
|
border-right: 0;
|
|
2750
2245
|
cursor: default;
|
|
2751
2246
|
padding: 0 12px;
|
|
2752
2247
|
}
|
|
2753
|
-
|
|
2754
2248
|
.e-schedule .e-agenda-view .e-appointment:hover {
|
|
2755
2249
|
background: #f3f4f6;
|
|
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: #e5e7eb;
|
|
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: #6b7280;
|
|
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: #6b7280;
|
|
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: #111827;
|
|
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 #4f46e5;
|
|
2801
2288
|
}
|
|
2802
|
-
|
|
2803
2289
|
.e-schedule.e-rtl .e-agenda-view .e-resource-column {
|
|
2804
2290
|
border-bottom: 1px solid #e5e7eb;
|
|
2805
2291
|
border-left: 1px solid #e5e7eb;
|
|
@@ -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 #e5e7eb;
|
|
2821
2304
|
border-left: 1px solid #e5e7eb;
|
|
@@ -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: 10px 8px 6px;
|
|
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,78 +2387,64 @@
|
|
|
2918
2387
|
height: 25px;
|
|
2919
2388
|
padding-bottom: 2px;
|
|
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 .e-header-day,
|
|
2933
2399
|
.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-day {
|
|
2934
2400
|
font-size: 14px;
|
|
2935
2401
|
}
|
|
2936
|
-
|
|
2937
2402
|
.e-bigger .e-schedule .e-vertical-view .e-header-cells .e-header-date,
|
|
2938
2403
|
.e-bigger.e-schedule .e-vertical-view .e-header-cells .e-header-date {
|
|
2939
2404
|
font-size: 18px;
|
|
2940
2405
|
}
|
|
2941
|
-
|
|
2942
2406
|
.e-bigger .e-schedule .e-vertical-view .e-resource-cells,
|
|
2943
2407
|
.e-bigger.e-schedule .e-vertical-view .e-resource-cells {
|
|
2944
2408
|
font-size: 14px;
|
|
2945
2409
|
}
|
|
2946
|
-
|
|
2947
2410
|
.e-bigger .e-schedule .e-vertical-view .e-time-cells-wrap table td,
|
|
2948
2411
|
.e-bigger.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
2949
2412
|
font-size: 14px;
|
|
2950
2413
|
}
|
|
2951
|
-
|
|
2952
2414
|
.e-bigger .e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
2953
2415
|
.e-bigger .e-schedule .e-vertical-view .e-current-time,
|
|
2954
2416
|
.e-bigger.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
2955
2417
|
.e-bigger.e-schedule .e-vertical-view .e-current-time {
|
|
2956
2418
|
font-size: 12px;
|
|
2957
2419
|
}
|
|
2958
|
-
|
|
2959
2420
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td,
|
|
2960
2421
|
.e-bigger.e-schedule.e-device .e-vertical-view .e-time-cells-wrap table td {
|
|
2961
2422
|
font-size: 11px;
|
|
2962
2423
|
}
|
|
2963
|
-
|
|
2964
2424
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
|
|
2965
2425
|
.e-bigger .e-schedule.e-device .e-vertical-view .e-current-time,
|
|
2966
2426
|
.e-bigger.e-schedule.e-device .e-vertical-view .e-clone-time-indicator,
|
|
2967
2427
|
.e-bigger.e-schedule.e-device .e-vertical-view .e-current-time {
|
|
2968
2428
|
font-size: 12px;
|
|
2969
2429
|
}
|
|
2970
|
-
|
|
2971
2430
|
.e-bigger .e-schedule .e-month-view .e-header-cells,
|
|
2972
2431
|
.e-bigger.e-schedule .e-month-view .e-header-cells {
|
|
2973
2432
|
height: 38px;
|
|
2974
2433
|
}
|
|
2975
|
-
|
|
2976
2434
|
.e-bigger .e-schedule .e-month-view .e-resource-cells,
|
|
2977
2435
|
.e-bigger .e-schedule .e-month-view .e-date-header-wrap,
|
|
2978
2436
|
.e-bigger.e-schedule .e-month-view .e-resource-cells,
|
|
2979
2437
|
.e-bigger.e-schedule .e-month-view .e-date-header-wrap {
|
|
2980
2438
|
font-size: 16px;
|
|
2981
2439
|
}
|
|
2982
|
-
|
|
2983
2440
|
.e-bigger .e-schedule .e-month-view .e-content-wrap,
|
|
2984
2441
|
.e-bigger.e-schedule .e-month-view .e-content-wrap {
|
|
2985
2442
|
font-size: 16px;
|
|
2986
2443
|
}
|
|
2987
|
-
|
|
2988
2444
|
.e-bigger .e-schedule .e-month-view .e-m-date,
|
|
2989
2445
|
.e-bigger.e-schedule .e-month-view .e-m-date {
|
|
2990
2446
|
font-size: 18px;
|
|
2991
2447
|
}
|
|
2992
|
-
|
|
2993
2448
|
.e-bigger .e-schedule .e-month-view .e-resource-name,
|
|
2994
2449
|
.e-bigger .e-schedule .e-month-view .e-m-day,
|
|
2995
2450
|
.e-bigger.e-schedule .e-month-view .e-resource-name,
|
|
@@ -3000,23 +2455,18 @@
|
|
|
3000
2455
|
.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 {
|
|
3001
2456
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
3002
2457
|
}
|
|
3003
|
-
|
|
3004
2458
|
.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 {
|
|
3005
2459
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
3006
2460
|
}
|
|
3007
|
-
|
|
3008
2461
|
.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 {
|
|
3009
2462
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
3010
2463
|
}
|
|
3011
|
-
|
|
3012
2464
|
.e-schedule.e-multi-drag .e-month-view .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-month-view .e-appointment:focus {
|
|
3013
2465
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
3014
2466
|
}
|
|
3015
|
-
|
|
3016
2467
|
.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 {
|
|
3017
2468
|
border: 1px solid rgba(229, 231, 235, 0.5);
|
|
3018
2469
|
}
|
|
3019
|
-
|
|
3020
2470
|
.e-schedule.e-multi-drag .e-timeline-view .e-appointment.e-appointment-border, .e-schedule.e-multi-drag .e-timeline-view .e-appointment:focus,
|
|
3021
2471
|
.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment.e-appointment-border,
|
|
3022
2472
|
.e-schedule.e-multi-drag .e-timeline-month-view .e-appointment:focus {
|
|
@@ -3045,7 +2495,6 @@
|
|
|
3045
2495
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3046
2496
|
width: 420px;
|
|
3047
2497
|
}
|
|
3048
|
-
|
|
3049
2498
|
@media screen and (max-width: 767px) {
|
|
3050
2499
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3051
2500
|
width: 289px;
|
|
@@ -3058,23 +2507,18 @@
|
|
|
3058
2507
|
user-select: none;
|
|
3059
2508
|
width: 320px;
|
|
3060
2509
|
}
|
|
3061
|
-
|
|
3062
2510
|
.e-dialog.e-quick-dialog .e-disable {
|
|
3063
2511
|
display: none;
|
|
3064
2512
|
}
|
|
3065
|
-
|
|
3066
2513
|
.e-dialog.e-quick-dialog .e-dlg-header-content {
|
|
3067
2514
|
border-bottom: none;
|
|
3068
2515
|
}
|
|
3069
|
-
|
|
3070
2516
|
.e-dialog.e-quick-dialog .e-footer-content {
|
|
3071
2517
|
border-top: none;
|
|
3072
2518
|
}
|
|
3073
|
-
|
|
3074
2519
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
3075
2520
|
box-shadow: none;
|
|
3076
2521
|
}
|
|
3077
|
-
|
|
3078
2522
|
.e-dialog.e-quick-dialog.e-rtl {
|
|
3079
2523
|
text-align: right;
|
|
3080
2524
|
}
|
|
@@ -3087,50 +2531,40 @@
|
|
|
3087
2531
|
.e-schedule-dialog .e-disable {
|
|
3088
2532
|
display: none;
|
|
3089
2533
|
}
|
|
3090
|
-
|
|
3091
2534
|
.e-schedule-dialog .e-icon-disable {
|
|
3092
|
-
opacity: .5;
|
|
2535
|
+
opacity: 0.5;
|
|
3093
2536
|
}
|
|
3094
|
-
|
|
3095
2537
|
.e-schedule-dialog .e-dlg-header-content {
|
|
3096
2538
|
padding-bottom: 8px;
|
|
3097
2539
|
}
|
|
3098
|
-
|
|
3099
2540
|
.e-schedule-dialog .e-dlg-content {
|
|
3100
2541
|
padding-bottom: 12px;
|
|
3101
2542
|
position: relative;
|
|
3102
2543
|
background-color: #fff;
|
|
3103
2544
|
}
|
|
3104
|
-
|
|
3105
2545
|
.e-schedule-dialog .e-event-delete {
|
|
3106
2546
|
float: left;
|
|
3107
2547
|
}
|
|
3108
|
-
|
|
3109
2548
|
.e-schedule-dialog .e-subject-container,
|
|
3110
2549
|
.e-schedule-dialog .e-start-container,
|
|
3111
2550
|
.e-schedule-dialog .e-description-label {
|
|
3112
2551
|
padding-right: 8px;
|
|
3113
2552
|
}
|
|
3114
|
-
|
|
3115
2553
|
.e-schedule-dialog .e-start-time-zone-container {
|
|
3116
2554
|
padding-left: 4px;
|
|
3117
2555
|
padding-right: 8px;
|
|
3118
2556
|
}
|
|
3119
|
-
|
|
3120
2557
|
.e-schedule-dialog .e-location-container,
|
|
3121
2558
|
.e-schedule-dialog .e-end-container {
|
|
3122
2559
|
padding-left: 8px;
|
|
3123
2560
|
}
|
|
3124
|
-
|
|
3125
2561
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3126
2562
|
padding-left: 8px;
|
|
3127
2563
|
padding-right: 4px;
|
|
3128
2564
|
}
|
|
3129
|
-
|
|
3130
2565
|
.e-schedule-dialog .e-all-day-container {
|
|
3131
2566
|
padding-right: 16px;
|
|
3132
2567
|
}
|
|
3133
|
-
|
|
3134
2568
|
.e-schedule-dialog .e-time-zone-row {
|
|
3135
2569
|
display: -ms-flexbox;
|
|
3136
2570
|
display: flex;
|
|
@@ -3138,27 +2572,23 @@
|
|
|
3138
2572
|
margin-bottom: 0;
|
|
3139
2573
|
overflow: hidden;
|
|
3140
2574
|
padding-bottom: 0;
|
|
3141
|
-
transition: .3s ease-in-out;
|
|
2575
|
+
transition: 0.3s ease-in-out;
|
|
3142
2576
|
width: 100%;
|
|
3143
2577
|
}
|
|
3144
|
-
|
|
3145
2578
|
.e-schedule-dialog .e-time-zone-row .e-start-time-zone-container,
|
|
3146
2579
|
.e-schedule-dialog .e-time-zone-row .e-end-time-zone-container {
|
|
3147
2580
|
display: none;
|
|
3148
2581
|
transform: translateY(-100%);
|
|
3149
2582
|
}
|
|
3150
|
-
|
|
3151
2583
|
.e-schedule-dialog .e-time-zone-row.e-enable {
|
|
3152
2584
|
height: 54px;
|
|
3153
2585
|
margin-bottom: 12px;
|
|
3154
2586
|
}
|
|
3155
|
-
|
|
3156
2587
|
.e-schedule-dialog .e-time-zone-row.e-enable .e-start-time-zone-container,
|
|
3157
2588
|
.e-schedule-dialog .e-time-zone-row.e-enable .e-end-time-zone-container {
|
|
3158
2589
|
display: block;
|
|
3159
2590
|
transform: translateY(0);
|
|
3160
2591
|
}
|
|
3161
|
-
|
|
3162
2592
|
.e-schedule-dialog .e-title-location-row,
|
|
3163
2593
|
.e-schedule-dialog .e-start-end-row,
|
|
3164
2594
|
.e-schedule-dialog .e-start-input-container,
|
|
@@ -3168,12 +2598,10 @@
|
|
|
3168
2598
|
padding-bottom: 12px;
|
|
3169
2599
|
width: 100%;
|
|
3170
2600
|
}
|
|
3171
|
-
|
|
3172
2601
|
.e-schedule-dialog .e-resources {
|
|
3173
2602
|
padding-bottom: 12px;
|
|
3174
2603
|
width: 100%;
|
|
3175
2604
|
}
|
|
3176
|
-
|
|
3177
2605
|
.e-schedule-dialog .e-all-day-time-zone-row {
|
|
3178
2606
|
display: -ms-flexbox;
|
|
3179
2607
|
display: flex;
|
|
@@ -3181,7 +2609,6 @@
|
|
|
3181
2609
|
padding-top: 4px;
|
|
3182
2610
|
width: 100%;
|
|
3183
2611
|
}
|
|
3184
|
-
|
|
3185
2612
|
.e-schedule-dialog .e-subject-container,
|
|
3186
2613
|
.e-schedule-dialog .e-location-container,
|
|
3187
2614
|
.e-schedule-dialog .e-start-container,
|
|
@@ -3190,54 +2617,44 @@
|
|
|
3190
2617
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3191
2618
|
width: 50%;
|
|
3192
2619
|
}
|
|
3193
|
-
|
|
3194
2620
|
.e-schedule-dialog .e-description,
|
|
3195
2621
|
.e-schedule-dialog .e-float-input .e-description {
|
|
3196
2622
|
height: 50px;
|
|
3197
2623
|
resize: vertical;
|
|
3198
2624
|
}
|
|
3199
|
-
|
|
3200
2625
|
.e-schedule-dialog .e-repeat-container,
|
|
3201
2626
|
.e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
|
|
3202
2627
|
display: none;
|
|
3203
2628
|
}
|
|
3204
|
-
|
|
3205
2629
|
.e-schedule-dialog .e-footer-content {
|
|
3206
2630
|
margin-top: 4px;
|
|
3207
2631
|
}
|
|
3208
|
-
|
|
3209
2632
|
.e-schedule-dialog.e-rtl {
|
|
3210
2633
|
text-align: right;
|
|
3211
2634
|
}
|
|
3212
|
-
|
|
3213
2635
|
.e-schedule-dialog.e-rtl .e-all-day-container {
|
|
3214
2636
|
margin-left: 16px;
|
|
3215
2637
|
margin-right: 0;
|
|
3216
2638
|
}
|
|
3217
|
-
|
|
3218
2639
|
.e-schedule-dialog.e-rtl .e-subject-container,
|
|
3219
2640
|
.e-schedule-dialog.e-rtl .e-start-container,
|
|
3220
2641
|
.e-schedule-dialog.e-rtl .e-description-label {
|
|
3221
2642
|
padding-left: 8px;
|
|
3222
2643
|
padding-right: 0;
|
|
3223
2644
|
}
|
|
3224
|
-
|
|
3225
2645
|
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
|
|
3226
2646
|
padding-left: 8px;
|
|
3227
2647
|
padding-right: 4px;
|
|
3228
2648
|
}
|
|
3229
|
-
|
|
3230
2649
|
.e-schedule-dialog.e-rtl .e-location-container,
|
|
3231
2650
|
.e-schedule-dialog.e-rtl .e-end-container {
|
|
3232
2651
|
padding-left: 0;
|
|
3233
2652
|
padding-right: 8px;
|
|
3234
2653
|
}
|
|
3235
|
-
|
|
3236
2654
|
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3237
2655
|
padding-left: 4px;
|
|
3238
2656
|
padding-right: 8px;
|
|
3239
2657
|
}
|
|
3240
|
-
|
|
3241
2658
|
.e-schedule-dialog.e-rtl .e-event-delete {
|
|
3242
2659
|
float: right;
|
|
3243
2660
|
}
|
|
@@ -3248,7 +2665,6 @@
|
|
|
3248
2665
|
padding: 0 10px;
|
|
3249
2666
|
text-indent: 10px;
|
|
3250
2667
|
}
|
|
3251
|
-
|
|
3252
2668
|
.e-ddl.e-popup .e-resource-template .e-resource-color {
|
|
3253
2669
|
height: 14px;
|
|
3254
2670
|
margin-top: 10px;
|
|
@@ -3258,64 +2674,52 @@
|
|
|
3258
2674
|
.e-bigger .e-ddl.e-popup .e-resource-template {
|
|
3259
2675
|
padding: 0 15px;
|
|
3260
2676
|
}
|
|
3261
|
-
|
|
3262
2677
|
.e-bigger .e-ddl.e-popup .e-resource-template .e-resource-color {
|
|
3263
2678
|
height: 16px;
|
|
3264
2679
|
margin-top: 14px;
|
|
3265
2680
|
width: 16px;
|
|
3266
2681
|
}
|
|
3267
|
-
|
|
3268
2682
|
.e-bigger .e-schedule-dialog .e-disable {
|
|
3269
2683
|
display: none;
|
|
3270
2684
|
}
|
|
3271
|
-
|
|
3272
2685
|
.e-bigger .e-schedule-dialog .e-dlg-header-content {
|
|
3273
2686
|
padding-bottom: 8px;
|
|
3274
2687
|
}
|
|
3275
|
-
|
|
3276
2688
|
.e-bigger .e-schedule-dialog .e-dlg-content {
|
|
3277
2689
|
padding-bottom: 12px;
|
|
3278
2690
|
position: relative;
|
|
3279
2691
|
}
|
|
3280
|
-
|
|
3281
2692
|
.e-bigger .e-schedule-dialog .e-event-cancel,
|
|
3282
2693
|
.e-bigger .e-schedule-dialog .e-event-delete {
|
|
3283
2694
|
border: none;
|
|
3284
2695
|
box-shadow: none;
|
|
3285
2696
|
}
|
|
3286
|
-
|
|
3287
2697
|
.e-bigger .e-schedule-dialog .e-footer-content .e-btn.e-event-delete {
|
|
3288
2698
|
float: left;
|
|
3289
2699
|
margin-left: 0;
|
|
3290
2700
|
}
|
|
3291
|
-
|
|
3292
2701
|
.e-bigger .e-schedule-dialog .e-subject-container,
|
|
3293
2702
|
.e-bigger .e-schedule-dialog .e-start-container,
|
|
3294
2703
|
.e-bigger .e-schedule-dialog .e-start-time-zone-container,
|
|
3295
2704
|
.e-bigger .e-schedule-dialog .e-description-label {
|
|
3296
2705
|
padding-right: 12px;
|
|
3297
2706
|
}
|
|
3298
|
-
|
|
3299
2707
|
.e-bigger .e-schedule-dialog .e-location-container,
|
|
3300
2708
|
.e-bigger .e-schedule-dialog .e-end-container,
|
|
3301
2709
|
.e-bigger .e-schedule-dialog .e-end-time-zone-container {
|
|
3302
2710
|
padding-left: 12px;
|
|
3303
2711
|
}
|
|
3304
|
-
|
|
3305
2712
|
.e-bigger .e-schedule-dialog .e-all-day-container {
|
|
3306
2713
|
padding-right: 16px;
|
|
3307
2714
|
}
|
|
3308
|
-
|
|
3309
2715
|
.e-bigger .e-schedule-dialog .e-time-zone-row {
|
|
3310
2716
|
display: none;
|
|
3311
2717
|
}
|
|
3312
|
-
|
|
3313
2718
|
.e-bigger .e-schedule-dialog .e-time-zone-row.e-enable {
|
|
3314
2719
|
display: -ms-flexbox;
|
|
3315
2720
|
display: flex;
|
|
3316
2721
|
height: 64px;
|
|
3317
2722
|
}
|
|
3318
|
-
|
|
3319
2723
|
.e-bigger .e-schedule-dialog .e-title-location-row,
|
|
3320
2724
|
.e-bigger .e-schedule-dialog .e-start-end-row,
|
|
3321
2725
|
.e-bigger .e-schedule-dialog .e-start-input-container,
|
|
@@ -3326,12 +2730,10 @@
|
|
|
3326
2730
|
padding-bottom: 12px;
|
|
3327
2731
|
width: 100%;
|
|
3328
2732
|
}
|
|
3329
|
-
|
|
3330
2733
|
.e-bigger .e-schedule-dialog .e-resources {
|
|
3331
2734
|
padding-bottom: 12px;
|
|
3332
2735
|
width: 100%;
|
|
3333
2736
|
}
|
|
3334
|
-
|
|
3335
2737
|
.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
|
|
3336
2738
|
display: -ms-flexbox;
|
|
3337
2739
|
display: flex;
|
|
@@ -3339,7 +2741,6 @@
|
|
|
3339
2741
|
padding-top: 0;
|
|
3340
2742
|
width: 100%;
|
|
3341
2743
|
}
|
|
3342
|
-
|
|
3343
2744
|
.e-bigger .e-schedule-dialog .e-subject-container,
|
|
3344
2745
|
.e-bigger .e-schedule-dialog .e-location-container,
|
|
3345
2746
|
.e-bigger .e-schedule-dialog .e-start-container,
|
|
@@ -3348,7 +2749,6 @@
|
|
|
3348
2749
|
.e-bigger .e-schedule-dialog .e-end-time-zone-container {
|
|
3349
2750
|
width: 50%;
|
|
3350
2751
|
}
|
|
3351
|
-
|
|
3352
2752
|
.e-bigger .e-schedule-dialog .e-location-container,
|
|
3353
2753
|
.e-bigger .e-schedule-dialog .e-end-container,
|
|
3354
2754
|
.e-bigger .e-schedule-dialog .e-end-time-zone-container,
|
|
@@ -3359,29 +2759,24 @@
|
|
|
3359
2759
|
.e-bigger .e-schedule-dialog .e-repeat-container {
|
|
3360
2760
|
padding-top: 0;
|
|
3361
2761
|
}
|
|
3362
|
-
|
|
3363
2762
|
.e-bigger .e-schedule-dialog .e-all-day-time-zone-row {
|
|
3364
2763
|
padding-bottom: 16px;
|
|
3365
2764
|
padding-top: 10px;
|
|
3366
2765
|
}
|
|
3367
|
-
|
|
3368
2766
|
.e-bigger .e-schedule-dialog .e-description,
|
|
3369
2767
|
.e-bigger .e-schedule-dialog .e-float-input .e-description {
|
|
3370
2768
|
height: 50px;
|
|
3371
2769
|
resize: vertical;
|
|
3372
2770
|
}
|
|
3373
|
-
|
|
3374
2771
|
.e-bigger .e-schedule-dialog .e-time-zone-row,
|
|
3375
2772
|
.e-bigger .e-schedule-dialog .e-repeat-container,
|
|
3376
2773
|
.e-bigger .e-schedule-dialog .e-input-group .e-input-group-icon.e-icon-disable {
|
|
3377
2774
|
display: none;
|
|
3378
2775
|
}
|
|
3379
|
-
|
|
3380
2776
|
.e-bigger .e-schedule-dialog.e-rtl .e-all-day-container {
|
|
3381
2777
|
margin-left: 20px;
|
|
3382
2778
|
margin-right: 0;
|
|
3383
2779
|
}
|
|
3384
|
-
|
|
3385
2780
|
.e-bigger .e-schedule-dialog.e-rtl .e-subject-container,
|
|
3386
2781
|
.e-bigger .e-schedule-dialog.e-rtl .e-start-container,
|
|
3387
2782
|
.e-bigger .e-schedule-dialog.e-rtl .e-start-time-zone-container,
|
|
@@ -3389,14 +2784,12 @@
|
|
|
3389
2784
|
padding-left: 12px;
|
|
3390
2785
|
padding-right: 0;
|
|
3391
2786
|
}
|
|
3392
|
-
|
|
3393
2787
|
.e-bigger .e-schedule-dialog.e-rtl .e-location-container,
|
|
3394
2788
|
.e-bigger .e-schedule-dialog.e-rtl .e-end-container,
|
|
3395
2789
|
.e-bigger .e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3396
2790
|
padding-left: 0;
|
|
3397
2791
|
padding-right: 12px;
|
|
3398
2792
|
}
|
|
3399
|
-
|
|
3400
2793
|
.e-bigger .e-schedule-dialog.e-rtl .e-event-delete {
|
|
3401
2794
|
float: right;
|
|
3402
2795
|
}
|
|
@@ -3405,13 +2798,11 @@
|
|
|
3405
2798
|
.e-schedule-dialog.e-device .e-dlg-header * {
|
|
3406
2799
|
width: 100%;
|
|
3407
2800
|
}
|
|
3408
|
-
|
|
3409
2801
|
.e-schedule-dialog.e-device .e-dlg-header-content {
|
|
3410
2802
|
background: #fff;
|
|
3411
2803
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
|
|
3412
2804
|
margin-bottom: 3px;
|
|
3413
2805
|
}
|
|
3414
|
-
|
|
3415
2806
|
.e-schedule-dialog.e-device .e-title-location-row,
|
|
3416
2807
|
.e-schedule-dialog.e-device .e-start-end-row,
|
|
3417
2808
|
.e-schedule-dialog.e-device .e-time-zone-row,
|
|
@@ -3419,11 +2810,9 @@
|
|
|
3419
2810
|
.e-schedule-dialog.e-device .e-end-input-container {
|
|
3420
2811
|
display: inline;
|
|
3421
2812
|
}
|
|
3422
|
-
|
|
3423
2813
|
.e-schedule-dialog.e-device .e-time-zone-row.e-enable {
|
|
3424
2814
|
display: inline;
|
|
3425
2815
|
}
|
|
3426
|
-
|
|
3427
2816
|
.e-schedule-dialog.e-device .e-subject-container,
|
|
3428
2817
|
.e-schedule-dialog.e-device .e-location-container,
|
|
3429
2818
|
.e-schedule-dialog.e-device .e-start-container,
|
|
@@ -3433,14 +2822,12 @@
|
|
|
3433
2822
|
padding-left: 0;
|
|
3434
2823
|
width: 100%;
|
|
3435
2824
|
}
|
|
3436
|
-
|
|
3437
2825
|
.e-schedule-dialog.e-device .e-subject-container,
|
|
3438
2826
|
.e-schedule-dialog.e-device .e-start-container,
|
|
3439
2827
|
.e-schedule-dialog.e-device .e-start-time-zone-container,
|
|
3440
2828
|
.e-schedule-dialog.e-device .e-description-label {
|
|
3441
2829
|
padding-right: 0;
|
|
3442
2830
|
}
|
|
3443
|
-
|
|
3444
2831
|
.e-schedule-dialog.e-device .e-location-container,
|
|
3445
2832
|
.e-schedule-dialog.e-device .e-end-container,
|
|
3446
2833
|
.e-schedule-dialog.e-device .e-end-time-zone-container,
|
|
@@ -3451,41 +2838,33 @@
|
|
|
3451
2838
|
.e-schedule-dialog.e-device .e-repeat-container {
|
|
3452
2839
|
padding-top: 20px;
|
|
3453
2840
|
}
|
|
3454
|
-
|
|
3455
2841
|
.e-schedule-dialog.e-device .e-all-day-time-zone-row {
|
|
3456
2842
|
padding-top: 20px;
|
|
3457
2843
|
}
|
|
3458
|
-
|
|
3459
2844
|
.e-schedule-dialog.e-device .e-resources {
|
|
3460
2845
|
padding-bottom: 0;
|
|
3461
2846
|
padding-top: 20px;
|
|
3462
2847
|
}
|
|
3463
|
-
|
|
3464
2848
|
.e-schedule-dialog.e-device .e-description,
|
|
3465
2849
|
.e-schedule-dialog.e-device .e-float-input .e-description {
|
|
3466
2850
|
height: 60px;
|
|
3467
2851
|
resize: vertical;
|
|
3468
2852
|
}
|
|
3469
|
-
|
|
3470
2853
|
.e-schedule-dialog.e-device .e-all-day-time-zone-row {
|
|
3471
2854
|
margin-top: 0;
|
|
3472
2855
|
padding-bottom: 0;
|
|
3473
2856
|
}
|
|
3474
|
-
|
|
3475
2857
|
.e-schedule-dialog.e-device .e-repeat-parent-row {
|
|
3476
2858
|
padding-top: 8px;
|
|
3477
2859
|
}
|
|
3478
|
-
|
|
3479
2860
|
.e-schedule-dialog.e-device .e-all-day-container {
|
|
3480
2861
|
margin-right: 20px;
|
|
3481
2862
|
}
|
|
3482
|
-
|
|
3483
2863
|
.e-schedule-dialog.e-device .e-title-header {
|
|
3484
2864
|
display: -ms-flexbox;
|
|
3485
2865
|
display: flex;
|
|
3486
2866
|
width: 100%;
|
|
3487
2867
|
}
|
|
3488
|
-
|
|
3489
2868
|
.e-schedule-dialog.e-device .e-save-icon,
|
|
3490
2869
|
.e-schedule-dialog.e-device .e-back-icon,
|
|
3491
2870
|
.e-schedule-dialog.e-device .e-forward-icon {
|
|
@@ -3493,62 +2872,50 @@
|
|
|
3493
2872
|
line-height: normal;
|
|
3494
2873
|
color: #6b7280;
|
|
3495
2874
|
}
|
|
3496
|
-
|
|
3497
2875
|
.e-schedule-dialog.e-device .e-save-icon {
|
|
3498
2876
|
text-align: right;
|
|
3499
2877
|
}
|
|
3500
|
-
|
|
3501
2878
|
.e-schedule-dialog.e-device .e-time-zone-row,
|
|
3502
2879
|
.e-schedule-dialog.e-device .e-input-group .e-input-group-icon.e-icon-disable {
|
|
3503
2880
|
display: none;
|
|
3504
2881
|
}
|
|
3505
|
-
|
|
3506
2882
|
.e-schedule-dialog.e-device .e-repeat-container {
|
|
3507
2883
|
display: block;
|
|
3508
2884
|
}
|
|
3509
|
-
|
|
3510
2885
|
.e-schedule-dialog.e-device .e-icon-down-arrow {
|
|
3511
2886
|
font-size: 18px;
|
|
3512
2887
|
}
|
|
3513
|
-
|
|
3514
2888
|
.e-schedule-dialog.e-device.e-rtl .e-save-icon {
|
|
3515
2889
|
text-align: left;
|
|
3516
2890
|
}
|
|
3517
|
-
|
|
3518
2891
|
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
|
|
3519
2892
|
margin-left: 20px;
|
|
3520
2893
|
margin-right: 0;
|
|
3521
2894
|
}
|
|
3522
|
-
|
|
3523
2895
|
.e-schedule-dialog.e-device.e-rtl .e-subject-container,
|
|
3524
2896
|
.e-schedule-dialog.e-device.e-rtl .e-start-container,
|
|
3525
2897
|
.e-schedule-dialog.e-device.e-rtl .e-start-time-zone-container,
|
|
3526
2898
|
.e-schedule-dialog.e-device.e-rtl .e-description-label {
|
|
3527
2899
|
padding-left: 0;
|
|
3528
2900
|
}
|
|
3529
|
-
|
|
3530
2901
|
.e-schedule-dialog.e-device.e-rtl .e-location-container,
|
|
3531
2902
|
.e-schedule-dialog.e-device.e-rtl .e-end-container,
|
|
3532
2903
|
.e-schedule-dialog.e-device.e-rtl .e-end-time-zone-container,
|
|
3533
2904
|
.e-schedule-dialog.e-device.e-rtl .e-all-day-container {
|
|
3534
2905
|
padding-right: 0;
|
|
3535
2906
|
}
|
|
3536
|
-
|
|
3537
2907
|
.e-schedule-dialog.e-device .e-recurrence-container {
|
|
3538
2908
|
position: relative;
|
|
3539
2909
|
}
|
|
3540
|
-
|
|
3541
2910
|
.e-schedule-dialog.e-device .e-recurrence-container.e-hide {
|
|
3542
2911
|
display: none;
|
|
3543
2912
|
}
|
|
3544
|
-
|
|
3545
2913
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button {
|
|
3546
2914
|
border: 0;
|
|
3547
2915
|
box-shadow: none;
|
|
3548
2916
|
margin: -3px 5px;
|
|
3549
2917
|
position: absolute;
|
|
3550
2918
|
}
|
|
3551
|
-
|
|
3552
2919
|
.e-schedule-dialog.e-device .e-recurrence-container .e-recurrence-edit-button .e-recurrence-edit.e-icons {
|
|
3553
2920
|
font-size: 12px;
|
|
3554
2921
|
position: relative;
|
|
@@ -3570,24 +2937,20 @@
|
|
|
3570
2937
|
width: 100%;
|
|
3571
2938
|
border: 1px solid #e5e7eb;
|
|
3572
2939
|
}
|
|
3573
|
-
|
|
3574
2940
|
.e-quick-popup-wrapper .e-hidden {
|
|
3575
2941
|
display: none;
|
|
3576
2942
|
}
|
|
3577
|
-
|
|
3578
2943
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper {
|
|
3579
2944
|
position: absolute;
|
|
3580
2945
|
right: 6px;
|
|
3581
2946
|
top: 4px;
|
|
3582
2947
|
padding: 2px 8px 0 0;
|
|
3583
2948
|
}
|
|
3584
|
-
|
|
3585
2949
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3586
2950
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
3587
2951
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3588
2952
|
color: #6b7280;
|
|
3589
2953
|
}
|
|
3590
|
-
|
|
3591
2954
|
.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,
|
|
3592
2955
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3593
2956
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3596,26 +2959,21 @@
|
|
|
3596
2959
|
background: #e5e7eb;
|
|
3597
2960
|
color: #6b7280;
|
|
3598
2961
|
}
|
|
3599
|
-
|
|
3600
2962
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-edit .e-close-icon,
|
|
3601
2963
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-delete .e-close-icon,
|
|
3602
2964
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3603
2965
|
font-size: 18px;
|
|
3604
2966
|
}
|
|
3605
|
-
|
|
3606
2967
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3607
2968
|
padding: 40px 18px 12px;
|
|
3608
2969
|
}
|
|
3609
|
-
|
|
3610
2970
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table {
|
|
3611
2971
|
width: 100%;
|
|
3612
2972
|
}
|
|
3613
|
-
|
|
3614
2973
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-schedule-form > span {
|
|
3615
2974
|
margin-bottom: 4px;
|
|
3616
2975
|
margin-top: 14px;
|
|
3617
2976
|
}
|
|
3618
|
-
|
|
3619
2977
|
.e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3620
2978
|
font-size: 22px;
|
|
3621
2979
|
height: 40px;
|
|
@@ -3623,27 +2981,22 @@
|
|
|
3623
2981
|
line-height: 22px;
|
|
3624
2982
|
padding: 2px 10px;
|
|
3625
2983
|
}
|
|
3626
|
-
|
|
3627
2984
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3628
2985
|
padding: 6px 8px 0 0;
|
|
3629
2986
|
}
|
|
3630
|
-
|
|
3631
2987
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3632
2988
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete {
|
|
3633
2989
|
display: none;
|
|
3634
2990
|
}
|
|
3635
|
-
|
|
3636
2991
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3637
2992
|
position: relative;
|
|
3638
2993
|
right: 2px;
|
|
3639
2994
|
}
|
|
3640
|
-
|
|
3641
2995
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3642
2996
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
3643
2997
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3644
2998
|
color: #6b7280;
|
|
3645
2999
|
}
|
|
3646
|
-
|
|
3647
3000
|
.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,
|
|
3648
3001
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3649
3002
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3652,29 +3005,24 @@
|
|
|
3652
3005
|
background: rgba(255, 255, 255, 0.15);
|
|
3653
3006
|
color: #4f46e5;
|
|
3654
3007
|
}
|
|
3655
|
-
|
|
3656
3008
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3657
3009
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon,
|
|
3658
3010
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon {
|
|
3659
3011
|
font-size: 18px;
|
|
3660
3012
|
}
|
|
3661
|
-
|
|
3662
3013
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled:hover,
|
|
3663
3014
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled:hover {
|
|
3664
3015
|
background: none;
|
|
3665
3016
|
}
|
|
3666
|
-
|
|
3667
3017
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-edit-icon,
|
|
3668
3018
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit:disabled > .e-delete-icon,
|
|
3669
3019
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-edit-icon,
|
|
3670
3020
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:disabled > .e-delete-icon {
|
|
3671
|
-
opacity: .5;
|
|
3021
|
+
opacity: 0.5;
|
|
3672
3022
|
}
|
|
3673
|
-
|
|
3674
3023
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap {
|
|
3675
3024
|
padding: 12px 18px;
|
|
3676
3025
|
}
|
|
3677
|
-
|
|
3678
3026
|
.e-quick-popup-wrapper .e-event-popup .e-popup-header .e-subject-wrap .e-subject {
|
|
3679
3027
|
cursor: default;
|
|
3680
3028
|
font-size: 20px;
|
|
@@ -3687,11 +3035,9 @@
|
|
|
3687
3035
|
border-radius: 4px;
|
|
3688
3036
|
padding: 8px;
|
|
3689
3037
|
}
|
|
3690
|
-
|
|
3691
3038
|
.e-quick-popup-wrapper .e-event-popup .e-popup-content {
|
|
3692
3039
|
padding: 0 18px 12px;
|
|
3693
3040
|
}
|
|
3694
|
-
|
|
3695
3041
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper,
|
|
3696
3042
|
.e-quick-popup-wrapper .e-event-popup .e-header-icon-wrapper {
|
|
3697
3043
|
display: -ms-flexbox;
|
|
@@ -3699,7 +3045,6 @@
|
|
|
3699
3045
|
-ms-flex-pack: end;
|
|
3700
3046
|
justify-content: flex-end;
|
|
3701
3047
|
}
|
|
3702
|
-
|
|
3703
3048
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-edit,
|
|
3704
3049
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-delete,
|
|
3705
3050
|
.e-quick-popup-wrapper .e-cell-popup .e-header-icon-wrapper .e-close,
|
|
@@ -3709,7 +3054,6 @@
|
|
|
3709
3054
|
background-color: transparent;
|
|
3710
3055
|
border: 0;
|
|
3711
3056
|
}
|
|
3712
|
-
|
|
3713
3057
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time,
|
|
3714
3058
|
.e-quick-popup-wrapper .e-cell-popup .e-location,
|
|
3715
3059
|
.e-quick-popup-wrapper .e-cell-popup .e-time-zone,
|
|
@@ -3725,7 +3069,6 @@
|
|
|
3725
3069
|
display: flex;
|
|
3726
3070
|
padding-top: 12px;
|
|
3727
3071
|
}
|
|
3728
|
-
|
|
3729
3072
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3730
3073
|
.e-quick-popup-wrapper .e-cell-popup .e-location-icon,
|
|
3731
3074
|
.e-quick-popup-wrapper .e-cell-popup .e-time-zone-icon,
|
|
@@ -3742,7 +3085,6 @@
|
|
|
3742
3085
|
font-size: 18px;
|
|
3743
3086
|
padding: 2px 12px 0 0;
|
|
3744
3087
|
}
|
|
3745
|
-
|
|
3746
3088
|
.e-quick-popup-wrapper .e-cell-popup .e-date-time-details,
|
|
3747
3089
|
.e-quick-popup-wrapper .e-cell-popup .e-location-details,
|
|
3748
3090
|
.e-quick-popup-wrapper .e-cell-popup .e-time-zone-details,
|
|
@@ -3757,52 +3099,42 @@
|
|
|
3757
3099
|
cursor: default;
|
|
3758
3100
|
font-size: 14px;
|
|
3759
3101
|
}
|
|
3760
|
-
|
|
3761
3102
|
.e-quick-popup-wrapper .e-popup-table td:last-child {
|
|
3762
3103
|
padding-top: 0;
|
|
3763
3104
|
}
|
|
3764
|
-
|
|
3765
3105
|
.e-quick-popup-wrapper .e-popup-footer {
|
|
3766
3106
|
display: block;
|
|
3767
3107
|
padding: 8px 18px 8px 18px;
|
|
3768
3108
|
text-align: right;
|
|
3769
3109
|
}
|
|
3770
|
-
|
|
3771
3110
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit {
|
|
3772
3111
|
margin-right: 8px;
|
|
3773
3112
|
}
|
|
3774
|
-
|
|
3775
3113
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit,
|
|
3776
3114
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete {
|
|
3777
3115
|
right: auto;
|
|
3778
3116
|
}
|
|
3779
|
-
|
|
3780
3117
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
|
|
3781
3118
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete:disabled {
|
|
3782
3119
|
color: #111827;
|
|
3783
3120
|
}
|
|
3784
|
-
|
|
3785
3121
|
.e-quick-popup-wrapper .e-popup-footer .e-event-details {
|
|
3786
3122
|
border: none;
|
|
3787
3123
|
margin-right: 8px;
|
|
3788
3124
|
right: auto;
|
|
3789
3125
|
text-transform: capitalize;
|
|
3790
3126
|
}
|
|
3791
|
-
|
|
3792
3127
|
.e-quick-popup-wrapper.e-rtl {
|
|
3793
3128
|
text-align: right;
|
|
3794
3129
|
}
|
|
3795
|
-
|
|
3796
3130
|
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-header-icon-wrapper {
|
|
3797
3131
|
left: 6px;
|
|
3798
3132
|
right: auto;
|
|
3799
3133
|
}
|
|
3800
|
-
|
|
3801
3134
|
.e-quick-popup-wrapper.e-rtl .e-cell-popup .e-popup-footer {
|
|
3802
3135
|
padding: 8px 18px 8px 8px;
|
|
3803
3136
|
text-align: left;
|
|
3804
3137
|
}
|
|
3805
|
-
|
|
3806
3138
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3807
3139
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3808
3140
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
@@ -3810,27 +3142,21 @@
|
|
|
3810
3142
|
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3811
3143
|
margin-right: 10px;
|
|
3812
3144
|
}
|
|
3813
|
-
|
|
3814
3145
|
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3815
3146
|
margin-left: 8px;
|
|
3816
3147
|
}
|
|
3817
|
-
|
|
3818
3148
|
.e-quick-popup-wrapper.e-rtl .e-popup-footer {
|
|
3819
3149
|
padding: 8px 8px 8px 18px;
|
|
3820
3150
|
}
|
|
3821
|
-
|
|
3822
3151
|
.e-quick-popup-wrapper.e-rtl .e-date-time-icon {
|
|
3823
3152
|
padding: 0 0 0 13px;
|
|
3824
3153
|
}
|
|
3825
|
-
|
|
3826
3154
|
.e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3827
3155
|
padding: 0 13px;
|
|
3828
3156
|
}
|
|
3829
|
-
|
|
3830
3157
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3831
3158
|
margin-left: 8px;
|
|
3832
3159
|
}
|
|
3833
|
-
|
|
3834
3160
|
.e-quick-popup-wrapper.e-device {
|
|
3835
3161
|
bottom: 0;
|
|
3836
3162
|
height: 100%;
|
|
@@ -3845,17 +3171,14 @@
|
|
|
3845
3171
|
width: 100%;
|
|
3846
3172
|
z-index: 1004;
|
|
3847
3173
|
}
|
|
3848
|
-
|
|
3849
3174
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper {
|
|
3850
3175
|
background-color: #fff;
|
|
3851
3176
|
}
|
|
3852
|
-
|
|
3853
3177
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit,
|
|
3854
3178
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete,
|
|
3855
3179
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close {
|
|
3856
3180
|
opacity: 1;
|
|
3857
3181
|
}
|
|
3858
|
-
|
|
3859
3182
|
.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,
|
|
3860
3183
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:focus,
|
|
3861
3184
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete:hover,
|
|
@@ -3863,40 +3186,33 @@
|
|
|
3863
3186
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close:hover {
|
|
3864
3187
|
background: none;
|
|
3865
3188
|
}
|
|
3866
|
-
|
|
3867
3189
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit.e-btn.e-small.e-round,
|
|
3868
3190
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete.e-btn.e-small.e-round,
|
|
3869
3191
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close.e-btn.e-small.e-round {
|
|
3870
3192
|
height: 2.5em;
|
|
3871
3193
|
width: 2.5em;
|
|
3872
3194
|
}
|
|
3873
|
-
|
|
3874
3195
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-edit,
|
|
3875
3196
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-delete {
|
|
3876
3197
|
display: block;
|
|
3877
3198
|
}
|
|
3878
|
-
|
|
3879
3199
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-close {
|
|
3880
3200
|
margin-left: 0;
|
|
3881
3201
|
margin-right: auto;
|
|
3882
3202
|
-ms-flex-order: -1;
|
|
3883
3203
|
order: -1;
|
|
3884
3204
|
}
|
|
3885
|
-
|
|
3886
3205
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-subject-wrap {
|
|
3887
3206
|
padding: 12px 24px;
|
|
3888
3207
|
}
|
|
3889
|
-
|
|
3890
3208
|
.e-quick-popup-wrapper.e-device .e-event-popup .e-popup-content {
|
|
3891
3209
|
padding: 12px 24px;
|
|
3892
3210
|
}
|
|
3893
|
-
|
|
3894
3211
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header {
|
|
3895
3212
|
display: -ms-flexbox;
|
|
3896
3213
|
display: flex;
|
|
3897
3214
|
padding: 15px;
|
|
3898
3215
|
}
|
|
3899
|
-
|
|
3900
3216
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close,
|
|
3901
3217
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit,
|
|
3902
3218
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete {
|
|
@@ -3907,7 +3223,6 @@
|
|
|
3907
3223
|
background-color: #fff;
|
|
3908
3224
|
color: #6b7280;
|
|
3909
3225
|
}
|
|
3910
|
-
|
|
3911
3226
|
.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,
|
|
3912
3227
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:focus,
|
|
3913
3228
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit:hover,
|
|
@@ -3915,7 +3230,6 @@
|
|
|
3915
3230
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete:hover {
|
|
3916
3231
|
background: none;
|
|
3917
3232
|
}
|
|
3918
|
-
|
|
3919
3233
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
|
|
3920
3234
|
font-size: 15px;
|
|
3921
3235
|
font-weight: 500;
|
|
@@ -3924,13 +3238,11 @@
|
|
|
3924
3238
|
padding: 4px 5px;
|
|
3925
3239
|
width: calc(100% - 95px);
|
|
3926
3240
|
}
|
|
3927
|
-
|
|
3928
3241
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-close-icon,
|
|
3929
3242
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-edit-icon,
|
|
3930
3243
|
.e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-delete-icon {
|
|
3931
3244
|
font-size: 14px;
|
|
3932
3245
|
}
|
|
3933
|
-
|
|
3934
3246
|
.e-quick-popup-wrapper.e-device.e-rtl .e-event-popup .e-popup-header .e-close {
|
|
3935
3247
|
margin-left: auto;
|
|
3936
3248
|
margin-right: 0;
|
|
@@ -3939,48 +3251,39 @@
|
|
|
3939
3251
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
3940
3252
|
font-size: 24px;
|
|
3941
3253
|
}
|
|
3942
|
-
|
|
3943
3254
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-content {
|
|
3944
3255
|
padding: 48px 24px 16px;
|
|
3945
3256
|
}
|
|
3946
|
-
|
|
3947
3257
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-date-time-icon,
|
|
3948
3258
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-date-time-icon {
|
|
3949
3259
|
padding-right: 16px;
|
|
3950
3260
|
}
|
|
3951
|
-
|
|
3952
3261
|
.e-bigger .e-quick-popup-wrapper .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
3953
3262
|
font-size: 16px;
|
|
3954
3263
|
}
|
|
3955
|
-
|
|
3956
3264
|
.e-bigger .e-quick-popup-wrapper.e-rtl .e-cell-popup .e-date-time-icon {
|
|
3957
3265
|
padding-right: 0;
|
|
3958
3266
|
}
|
|
3959
|
-
|
|
3960
3267
|
.e-bigger .e-quick-popup-wrapper.e-rtl .e-event-popup .e-date-time-icon {
|
|
3961
3268
|
padding-right: 16px;
|
|
3962
3269
|
}
|
|
3963
|
-
|
|
3964
3270
|
.e-bigger .e-quick-popup-wrapper .e-edit.e-btn.e-small.e-round,
|
|
3965
3271
|
.e-bigger .e-quick-popup-wrapper .e-delete.e-btn.e-small.e-round,
|
|
3966
3272
|
.e-bigger .e-quick-popup-wrapper .e-close.e-btn.e-small.e-round {
|
|
3967
3273
|
height: 2em;
|
|
3968
3274
|
width: 2em;
|
|
3969
3275
|
}
|
|
3970
|
-
|
|
3971
3276
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
3972
3277
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3973
3278
|
.e-bigger .e-quick-popup-wrapper .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
|
|
3974
3279
|
font-size: 14px;
|
|
3975
3280
|
font-size: 22px;
|
|
3976
3281
|
}
|
|
3977
|
-
|
|
3978
3282
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-close-icon,
|
|
3979
3283
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-edit-icon,
|
|
3980
3284
|
.e-bigger .e-quick-popup-wrapper.e-device .e-event-popup .e-popup-header .e-header-icon-wrapper .e-delete-icon {
|
|
3981
3285
|
font-size: 14px;
|
|
3982
3286
|
}
|
|
3983
|
-
|
|
3984
3287
|
.e-bigger .e-quick-popup-wrapper.e-device .e-multiple-event-popup .e-popup-header .e-subject {
|
|
3985
3288
|
padding: 0 5px 0 8px;
|
|
3986
3289
|
}
|
|
@@ -3992,19 +3295,15 @@
|
|
|
3992
3295
|
.e-bigger .e-agenda-view .e-appointment {
|
|
3993
3296
|
padding: 7px 16px;
|
|
3994
3297
|
}
|
|
3995
|
-
|
|
3996
3298
|
.e-bigger .e-agenda-view .e-subject {
|
|
3997
3299
|
font-size: 16px;
|
|
3998
3300
|
}
|
|
3999
|
-
|
|
4000
3301
|
.e-bigger .e-agenda-view .e-date-time {
|
|
4001
3302
|
font-size: 14px;
|
|
4002
3303
|
}
|
|
4003
|
-
|
|
4004
3304
|
.e-bigger .e-agenda-view .e-day-date-header .e-m-date {
|
|
4005
3305
|
font-size: 20px;
|
|
4006
3306
|
}
|
|
4007
|
-
|
|
4008
3307
|
.e-bigger .e-agenda-view .e-day-date-header .e-m-day {
|
|
4009
3308
|
font-size: 14px;
|
|
4010
3309
|
}
|
|
@@ -4013,12 +3312,10 @@
|
|
|
4013
3312
|
font-size: 14px;
|
|
4014
3313
|
padding-left: 12px;
|
|
4015
3314
|
}
|
|
4016
|
-
|
|
4017
3315
|
.e-bigger .e-timeline-view .e-navigate {
|
|
4018
3316
|
font-size: 16px;
|
|
4019
3317
|
padding: 8px 0 8px 8px;
|
|
4020
3318
|
}
|
|
4021
|
-
|
|
4022
3319
|
.e-bigger .e-timeline-view .e-date-header-wrap table tbody td > span {
|
|
4023
3320
|
font-size: 16px;
|
|
4024
3321
|
padding: 8px 0 8px 8px;
|
|
@@ -4035,11 +3332,9 @@
|
|
|
4035
3332
|
width: 100px;
|
|
4036
3333
|
z-index: 9;
|
|
4037
3334
|
}
|
|
4038
|
-
|
|
4039
3335
|
.e-appointment.e-schedule-event-clone.e-drag-clone {
|
|
4040
3336
|
cursor: move;
|
|
4041
3337
|
}
|
|
4042
|
-
|
|
4043
3338
|
.e-appointment.e-schedule-event-clone .e-recurrence-icon,
|
|
4044
3339
|
.e-appointment.e-schedule-event-clone .e-recurrence-edit-icon,
|
|
4045
3340
|
.e-appointment.e-schedule-event-clone .e-indicator.e-left-icon,
|
|
@@ -4048,7 +3343,6 @@
|
|
|
4048
3343
|
.e-appointment.e-schedule-event-clone .e-event-resize.e-right-handler {
|
|
4049
3344
|
display: none;
|
|
4050
3345
|
}
|
|
4051
|
-
|
|
4052
3346
|
.e-appointment.e-schedule-event-clone .e-appointment-details {
|
|
4053
3347
|
-ms-flex: auto;
|
|
4054
3348
|
flex: auto;
|
|
@@ -4056,13 +3350,11 @@
|
|
|
4056
3350
|
padding: 0 4px;
|
|
4057
3351
|
text-align: left;
|
|
4058
3352
|
}
|
|
4059
|
-
|
|
4060
3353
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
4061
3354
|
-ms-flex: auto;
|
|
4062
3355
|
flex: auto;
|
|
4063
3356
|
overflow: hidden;
|
|
4064
3357
|
}
|
|
4065
|
-
|
|
4066
3358
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
4067
3359
|
font-size: 13px;
|
|
4068
3360
|
font-weight: 500;
|
|
@@ -4073,22 +3365,18 @@
|
|
|
4073
3365
|
padding-top: 4px;
|
|
4074
3366
|
text-overflow: ellipsis;
|
|
4075
3367
|
}
|
|
4076
|
-
|
|
4077
3368
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
|
|
4078
3369
|
font-size: 11px;
|
|
4079
3370
|
overflow: hidden;
|
|
4080
3371
|
padding-top: 1px;
|
|
4081
3372
|
text-overflow: ellipsis;
|
|
4082
3373
|
}
|
|
4083
|
-
|
|
4084
3374
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-location {
|
|
4085
3375
|
display: none;
|
|
4086
3376
|
}
|
|
4087
|
-
|
|
4088
3377
|
.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-subject {
|
|
4089
3378
|
padding: 3px 2px;
|
|
4090
3379
|
}
|
|
4091
|
-
|
|
4092
3380
|
.e-appointment.e-schedule-event-clone.e-month-event .e-appointment-details .e-time {
|
|
4093
3381
|
display: none;
|
|
4094
3382
|
}
|
|
@@ -4096,7 +3384,6 @@
|
|
|
4096
3384
|
.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
4097
3385
|
padding: 3px 0 1px 4px;
|
|
4098
3386
|
}
|
|
4099
|
-
|
|
4100
3387
|
.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone .e-appointment-details .e-time {
|
|
4101
3388
|
display: none;
|
|
4102
3389
|
}
|
|
@@ -4115,25 +3402,21 @@
|
|
|
4115
3402
|
padding: 8px 0;
|
|
4116
3403
|
width: 225px;
|
|
4117
3404
|
}
|
|
4118
|
-
|
|
4119
3405
|
.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
|
|
4120
3406
|
.e-more-popup-wrapper .e-more-appointment-wrapper {
|
|
4121
3407
|
margin: 0 4px;
|
|
4122
3408
|
}
|
|
4123
|
-
|
|
4124
3409
|
.e-bigger .e-more-popup-wrapper .e-more-event-popup,
|
|
4125
3410
|
.e-more-popup-wrapper .e-more-event-popup {
|
|
4126
3411
|
height: 100%;
|
|
4127
3412
|
position: relative;
|
|
4128
3413
|
width: 100%;
|
|
4129
3414
|
}
|
|
4130
|
-
|
|
4131
3415
|
.e-bigger .e-more-popup-wrapper .e-more-event-header,
|
|
4132
3416
|
.e-more-popup-wrapper .e-more-event-header {
|
|
4133
3417
|
height: 35px;
|
|
4134
3418
|
margin: 0 8px 4px 14px;
|
|
4135
3419
|
}
|
|
4136
|
-
|
|
4137
3420
|
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
4138
3421
|
.e-more-popup-wrapper .e-more-event-content {
|
|
4139
3422
|
color: #111827;
|
|
@@ -4144,24 +3427,20 @@
|
|
|
4144
3427
|
padding-right: 10px;
|
|
4145
3428
|
padding: 10px 10px 0;
|
|
4146
3429
|
}
|
|
4147
|
-
|
|
4148
3430
|
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
4149
3431
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
4150
3432
|
border: 0;
|
|
4151
3433
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
4152
3434
|
}
|
|
4153
|
-
|
|
4154
3435
|
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
4155
3436
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
4156
3437
|
height: 100%;
|
|
4157
3438
|
width: calc(100% - 25px);
|
|
4158
3439
|
}
|
|
4159
|
-
|
|
4160
3440
|
.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
|
|
4161
3441
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
4162
3442
|
color: #4f46e5;
|
|
4163
3443
|
}
|
|
4164
|
-
|
|
4165
3444
|
.e-bigger .e-more-popup-wrapper .e-header-day,
|
|
4166
3445
|
.e-more-popup-wrapper .e-header-day {
|
|
4167
3446
|
color: #111827;
|
|
@@ -4169,7 +3448,6 @@
|
|
|
4169
3448
|
line-height: 1;
|
|
4170
3449
|
padding-bottom: 2px;
|
|
4171
3450
|
}
|
|
4172
|
-
|
|
4173
3451
|
.e-bigger .e-more-popup-wrapper .e-header-date,
|
|
4174
3452
|
.e-more-popup-wrapper .e-header-date {
|
|
4175
3453
|
color: #111827;
|
|
@@ -4177,18 +3455,15 @@
|
|
|
4177
3455
|
line-height: 1;
|
|
4178
3456
|
max-width: 15%;
|
|
4179
3457
|
}
|
|
4180
|
-
|
|
4181
3458
|
.e-bigger .e-more-popup-wrapper .e-header-date:hover,
|
|
4182
3459
|
.e-more-popup-wrapper .e-header-date:hover {
|
|
4183
3460
|
cursor: pointer;
|
|
4184
3461
|
text-decoration: underline;
|
|
4185
3462
|
}
|
|
4186
|
-
|
|
4187
3463
|
.e-bigger .e-more-popup-wrapper .e-header-date:focus,
|
|
4188
3464
|
.e-more-popup-wrapper .e-header-date:focus {
|
|
4189
3465
|
text-decoration: underline;
|
|
4190
3466
|
}
|
|
4191
|
-
|
|
4192
3467
|
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
4193
3468
|
.e-more-popup-wrapper .e-more-event-close {
|
|
4194
3469
|
background-color: transparent;
|
|
@@ -4202,18 +3477,15 @@
|
|
|
4202
3477
|
width: 25px;
|
|
4203
3478
|
padding: 1px;
|
|
4204
3479
|
}
|
|
4205
|
-
|
|
4206
3480
|
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
4207
3481
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
4208
3482
|
font-size: 9px;
|
|
4209
3483
|
font-size: 14px;
|
|
4210
3484
|
}
|
|
4211
|
-
|
|
4212
3485
|
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
4213
3486
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
4214
3487
|
margin-top: 8px;
|
|
4215
3488
|
}
|
|
4216
|
-
|
|
4217
3489
|
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
4218
3490
|
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
4219
3491
|
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
@@ -4221,7 +3493,6 @@
|
|
|
4221
3493
|
border-radius: 50%;
|
|
4222
3494
|
color: #6b7280;
|
|
4223
3495
|
}
|
|
4224
|
-
|
|
4225
3496
|
.e-bigger .e-more-popup-wrapper .e-appointment,
|
|
4226
3497
|
.e-more-popup-wrapper .e-appointment {
|
|
4227
3498
|
background: #4f46e5;
|
|
@@ -4235,7 +3506,6 @@
|
|
|
4235
3506
|
padding: 2px 0;
|
|
4236
3507
|
width: 100%;
|
|
4237
3508
|
}
|
|
4238
|
-
|
|
4239
3509
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
4240
3510
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
4241
3511
|
color: #fff;
|
|
@@ -4248,7 +3518,6 @@
|
|
|
4248
3518
|
text-overflow: ellipsis;
|
|
4249
3519
|
white-space: nowrap;
|
|
4250
3520
|
}
|
|
4251
|
-
|
|
4252
3521
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4253
3522
|
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
4254
3523
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -4256,14 +3525,12 @@
|
|
|
4256
3525
|
line-height: 26px;
|
|
4257
3526
|
padding: 0 2px;
|
|
4258
3527
|
}
|
|
4259
|
-
|
|
4260
3528
|
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
|
|
4261
3529
|
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
4262
3530
|
.e-more-popup-wrapper .e-appointment:focus {
|
|
4263
3531
|
border: 0;
|
|
4264
3532
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
4265
3533
|
}
|
|
4266
|
-
|
|
4267
3534
|
.e-bigger .e-more-popup-wrapper.e-device,
|
|
4268
3535
|
.e-more-popup-wrapper.e-device {
|
|
4269
3536
|
bottom: 0;
|
|
@@ -4277,22 +3544,18 @@
|
|
|
4277
3544
|
width: 100%;
|
|
4278
3545
|
z-index: 1002;
|
|
4279
3546
|
}
|
|
4280
|
-
|
|
4281
3547
|
.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
|
|
4282
3548
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
4283
3549
|
max-height: unset;
|
|
4284
3550
|
}
|
|
4285
|
-
|
|
4286
3551
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-date,
|
|
4287
3552
|
.e-more-popup-wrapper.e-rtl .e-header-date {
|
|
4288
3553
|
padding-right: 10px;
|
|
4289
3554
|
}
|
|
4290
|
-
|
|
4291
3555
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-header-day,
|
|
4292
3556
|
.e-more-popup-wrapper.e-rtl .e-header-day {
|
|
4293
3557
|
padding-right: 10px;
|
|
4294
3558
|
}
|
|
4295
|
-
|
|
4296
3559
|
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
4297
3560
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
4298
3561
|
left: 6px;
|
|
@@ -4304,32 +3567,26 @@
|
|
|
4304
3567
|
background-color: #fff;
|
|
4305
3568
|
border: 1px solid #e5e7eb;
|
|
4306
3569
|
}
|
|
4307
|
-
|
|
4308
3570
|
.e-schedule .e-date-header-wrap {
|
|
4309
3571
|
border-color: #e5e7eb;
|
|
4310
3572
|
border-style: solid;
|
|
4311
3573
|
border-width: 0;
|
|
4312
3574
|
position: relative;
|
|
4313
3575
|
}
|
|
4314
|
-
|
|
4315
3576
|
.e-schedule .e-header-calendar {
|
|
4316
3577
|
background-color: #fff;
|
|
4317
3578
|
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
|
|
4318
3579
|
}
|
|
4319
|
-
|
|
4320
3580
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4321
3581
|
.e-schedule .e-vertical-view .e-content-wrap table td:first-child {
|
|
4322
3582
|
border-left-width: 0;
|
|
4323
3583
|
}
|
|
4324
|
-
|
|
4325
3584
|
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells {
|
|
4326
3585
|
background-color: #fff;
|
|
4327
3586
|
}
|
|
4328
|
-
|
|
4329
3587
|
.e-schedule .e-vertical-view .e-date-header-wrap .e-all-day-cells:hover {
|
|
4330
3588
|
background: #f3f4f6;
|
|
4331
3589
|
}
|
|
4332
|
-
|
|
4333
3590
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td {
|
|
4334
3591
|
background-color: #fff;
|
|
4335
3592
|
border-color: #e5e7eb;
|
|
@@ -4337,11 +3594,9 @@
|
|
|
4337
3594
|
border-width: 0 1px 1px 0;
|
|
4338
3595
|
color: #374151;
|
|
4339
3596
|
}
|
|
4340
|
-
|
|
4341
3597
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells {
|
|
4342
3598
|
border-bottom-width: 0;
|
|
4343
3599
|
}
|
|
4344
|
-
|
|
4345
3600
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-header-cells.e-week-number {
|
|
4346
3601
|
color: #6b7280;
|
|
4347
3602
|
font-size: 14px;
|
|
@@ -4349,11 +3604,9 @@
|
|
|
4349
3604
|
text-align: center;
|
|
4350
3605
|
vertical-align: top;
|
|
4351
3606
|
}
|
|
4352
|
-
|
|
4353
3607
|
.e-schedule .e-vertical-view .e-left-indent-wrap table tbody td.e-resource-cells {
|
|
4354
3608
|
border-bottom-color: transparent;
|
|
4355
3609
|
}
|
|
4356
|
-
|
|
4357
3610
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td {
|
|
4358
3611
|
background-color: #fff;
|
|
4359
3612
|
border-color: #e5e7eb;
|
|
@@ -4362,11 +3615,9 @@
|
|
|
4362
3615
|
color: #374151;
|
|
4363
3616
|
text-align: left;
|
|
4364
3617
|
}
|
|
4365
|
-
|
|
4366
3618
|
.e-schedule .e-vertical-view .e-date-header-wrap table tbody td.e-header-cells {
|
|
4367
3619
|
border-bottom-width: 0;
|
|
4368
3620
|
}
|
|
4369
|
-
|
|
4370
3621
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
4371
3622
|
background-color: #fff;
|
|
4372
3623
|
border-color: #e5e7eb;
|
|
@@ -4375,20 +3626,16 @@
|
|
|
4375
3626
|
color: #6b7280;
|
|
4376
3627
|
background-color: #f3f4f6;
|
|
4377
3628
|
}
|
|
4378
|
-
|
|
4379
3629
|
.e-schedule .e-vertical-view .e-time-cells-wrap table td {
|
|
4380
3630
|
border-bottom-color: transparent;
|
|
4381
3631
|
}
|
|
4382
|
-
|
|
4383
3632
|
.e-schedule .e-vertical-view .e-header-cells {
|
|
4384
3633
|
background-color: #fff;
|
|
4385
3634
|
}
|
|
4386
|
-
|
|
4387
3635
|
.e-schedule .e-vertical-view .e-header-cells.e-current-day {
|
|
4388
3636
|
color: #4f46e5;
|
|
4389
3637
|
font-weight: 500;
|
|
4390
3638
|
}
|
|
4391
|
-
|
|
4392
3639
|
.e-schedule .e-vertical-view .e-work-cells {
|
|
4393
3640
|
background-color: #f9fafb;
|
|
4394
3641
|
border-color: #e5e7eb;
|
|
@@ -4396,68 +3643,53 @@
|
|
|
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: #f3f4f6;
|
|
4402
3648
|
color: #111827;
|
|
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: #4f46e5;
|
|
4419
3661
|
}
|
|
4420
|
-
|
|
4421
3662
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell {
|
|
4422
3663
|
background-color: #e5e7eb;
|
|
4423
3664
|
color: #111827;
|
|
4424
3665
|
}
|
|
4425
|
-
|
|
4426
3666
|
.e-schedule .e-vertical-view .e-all-day-cells.e-selected-cell:hover {
|
|
4427
3667
|
background-color: #e5e7eb;
|
|
4428
3668
|
}
|
|
4429
|
-
|
|
4430
3669
|
.e-schedule .e-vertical-view .e-selected-cell {
|
|
4431
3670
|
background-color: #e5e7eb;
|
|
4432
3671
|
color: #111827;
|
|
4433
3672
|
}
|
|
4434
|
-
|
|
4435
3673
|
.e-schedule .e-vertical-view .e-selected-cell:hover {
|
|
4436
3674
|
background-color: #e5e7eb;
|
|
4437
3675
|
}
|
|
4438
|
-
|
|
4439
3676
|
.e-schedule .e-vertical-view .e-clone-time-indicator,
|
|
4440
3677
|
.e-schedule .e-vertical-view .e-current-time {
|
|
4441
3678
|
color: #4f46e5;
|
|
4442
3679
|
}
|
|
4443
|
-
|
|
4444
3680
|
.e-schedule .e-vertical-view .e-current-timeline {
|
|
4445
3681
|
border-top: 1px solid #4f46e5;
|
|
4446
3682
|
}
|
|
4447
|
-
|
|
4448
3683
|
.e-schedule .e-vertical-view .e-previous-timeline {
|
|
4449
3684
|
border-top: 1px dotted #4f46e5;
|
|
4450
3685
|
}
|
|
4451
|
-
|
|
4452
3686
|
.e-schedule .e-vertical-view.e-by-date .e-date-header-wrap table tbody td.e-header-cells {
|
|
4453
3687
|
border-bottom-width: 1px;
|
|
4454
3688
|
}
|
|
4455
|
-
|
|
4456
3689
|
.e-schedule .e-month-view .e-date-header-wrap table td:first-child,
|
|
4457
3690
|
.e-schedule .e-month-view .e-content-wrap table td:first-child {
|
|
4458
3691
|
border-left-width: 0;
|
|
4459
3692
|
}
|
|
4460
|
-
|
|
4461
3693
|
.e-schedule .e-month-view .e-date-header-wrap table td,
|
|
4462
3694
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
4463
3695
|
background-color: #fff;
|
|
@@ -4470,13 +3702,11 @@
|
|
|
4470
3702
|
text-align: center;
|
|
4471
3703
|
text-transform: uppercase;
|
|
4472
3704
|
}
|
|
4473
|
-
|
|
4474
3705
|
.e-schedule .e-month-view .e-date-header-wrap table td.e-current-day,
|
|
4475
3706
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td.e-current-day {
|
|
4476
3707
|
color: #4f46e5;
|
|
4477
3708
|
font-weight: 500;
|
|
4478
3709
|
}
|
|
4479
|
-
|
|
4480
3710
|
.e-schedule .e-month-view .e-work-cells,
|
|
4481
3711
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
4482
3712
|
background-color: #f9fafb;
|
|
@@ -4486,23 +3716,19 @@
|
|
|
4486
3716
|
color: #111827;
|
|
4487
3717
|
padding: 0;
|
|
4488
3718
|
}
|
|
4489
|
-
|
|
4490
3719
|
.e-schedule .e-month-view .e-work-cells:hover,
|
|
4491
3720
|
.e-schedule .e-month-agenda-view .e-work-cells:hover {
|
|
4492
3721
|
background: #f3f4f6;
|
|
4493
3722
|
color: #111827;
|
|
4494
3723
|
}
|
|
4495
|
-
|
|
4496
3724
|
.e-schedule .e-month-view .e-work-days,
|
|
4497
3725
|
.e-schedule .e-month-agenda-view .e-work-days {
|
|
4498
3726
|
background-color: #fff;
|
|
4499
3727
|
}
|
|
4500
|
-
|
|
4501
3728
|
.e-schedule .e-month-view .e-other-month,
|
|
4502
3729
|
.e-schedule .e-month-agenda-view .e-other-month {
|
|
4503
3730
|
color: #6b7280;
|
|
4504
3731
|
}
|
|
4505
|
-
|
|
4506
3732
|
.e-schedule .e-month-view .e-current-date .e-date-header,
|
|
4507
3733
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
4508
3734
|
background-color: #4f46e5;
|
|
@@ -4510,48 +3736,39 @@
|
|
|
4510
3736
|
color: #fff;
|
|
4511
3737
|
width: 20px;
|
|
4512
3738
|
}
|
|
4513
|
-
|
|
4514
3739
|
.e-schedule .e-month-view .e-selected-cell,
|
|
4515
3740
|
.e-schedule .e-month-agenda-view .e-selected-cell {
|
|
4516
3741
|
background-color: #e5e7eb;
|
|
4517
3742
|
color: #111827;
|
|
4518
3743
|
}
|
|
4519
|
-
|
|
4520
3744
|
.e-schedule .e-month-view .e-selected-cell .e-more-indicator,
|
|
4521
3745
|
.e-schedule .e-month-agenda-view .e-selected-cell .e-more-indicator {
|
|
4522
3746
|
color: #111827;
|
|
4523
3747
|
}
|
|
4524
|
-
|
|
4525
3748
|
.e-schedule .e-month-view .e-selected-cell:hover,
|
|
4526
3749
|
.e-schedule .e-month-agenda-view .e-selected-cell:hover {
|
|
4527
3750
|
background-color: #e5e7eb;
|
|
4528
3751
|
}
|
|
4529
|
-
|
|
4530
3752
|
.e-schedule .e-month-agenda-view .e-date-header-wrap table td {
|
|
4531
3753
|
border-width: 0 0 1px 0;
|
|
4532
3754
|
text-align: center;
|
|
4533
3755
|
}
|
|
4534
|
-
|
|
4535
3756
|
.e-schedule .e-month-agenda-view .e-work-cells {
|
|
4536
3757
|
border-width: 0;
|
|
4537
3758
|
}
|
|
4538
|
-
|
|
4539
3759
|
.e-schedule .e-month-agenda-view .e-current-date .e-date-header {
|
|
4540
3760
|
width: 24px;
|
|
4541
3761
|
}
|
|
4542
|
-
|
|
4543
3762
|
.e-schedule .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
4544
3763
|
.e-schedule .e-timeline-view .e-content-wrap table td:first-child,
|
|
4545
3764
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td:first-child,
|
|
4546
3765
|
.e-schedule .e-timeline-month-view .e-content-wrap table td:first-child {
|
|
4547
3766
|
border-left-width: 0;
|
|
4548
3767
|
}
|
|
4549
|
-
|
|
4550
3768
|
.e-schedule .e-timeline-view .e-content-wrap table tr:last-child td,
|
|
4551
3769
|
.e-schedule .e-timeline-month-view .e-content-wrap table tr:last-child td {
|
|
4552
3770
|
border-bottom-width: 0;
|
|
4553
3771
|
}
|
|
4554
|
-
|
|
4555
3772
|
.e-schedule .e-timeline-view .e-date-header-wrap table td,
|
|
4556
3773
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td {
|
|
4557
3774
|
background-color: #fff;
|
|
@@ -4560,13 +3777,11 @@
|
|
|
4560
3777
|
border-width: 0 0 1px 1px;
|
|
4561
3778
|
color: #374151;
|
|
4562
3779
|
}
|
|
4563
|
-
|
|
4564
3780
|
.e-schedule .e-timeline-view .e-date-header-wrap table td.e-current-day,
|
|
4565
3781
|
.e-schedule .e-timeline-month-view .e-date-header-wrap table td.e-current-day {
|
|
4566
3782
|
color: #4f46e5;
|
|
4567
3783
|
font-weight: 500;
|
|
4568
3784
|
}
|
|
4569
|
-
|
|
4570
3785
|
.e-schedule .e-timeline-view .e-work-cells,
|
|
4571
3786
|
.e-schedule .e-timeline-month-view .e-work-cells {
|
|
4572
3787
|
background-color: #f9fafb;
|
|
@@ -4576,137 +3791,110 @@
|
|
|
4576
3791
|
color: #111827;
|
|
4577
3792
|
padding: 0;
|
|
4578
3793
|
}
|
|
4579
|
-
|
|
4580
3794
|
.e-schedule .e-timeline-view .e-work-cells:hover:not(.e-resource-group-cells),
|
|
4581
3795
|
.e-schedule .e-timeline-month-view .e-work-cells:hover:not(.e-resource-group-cells) {
|
|
4582
3796
|
background: #f3f4f6;
|
|
4583
3797
|
color: #111827;
|
|
4584
3798
|
}
|
|
4585
|
-
|
|
4586
3799
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells:hover,
|
|
4587
3800
|
.e-schedule .e-timeline-month-view.e-virtual-mask .e-work-cells:hover {
|
|
4588
3801
|
background-color: #f3f4f6;
|
|
4589
3802
|
}
|
|
4590
|
-
|
|
4591
3803
|
.e-schedule .e-timeline-view .e-work-days,
|
|
4592
3804
|
.e-schedule .e-timeline-month-view .e-work-days {
|
|
4593
3805
|
background-color: #fff;
|
|
4594
3806
|
}
|
|
4595
|
-
|
|
4596
3807
|
.e-schedule .e-timeline-view .e-resource-group-cells,
|
|
4597
3808
|
.e-schedule .e-timeline-month-view .e-resource-group-cells {
|
|
4598
3809
|
background-color: #f9fafb;
|
|
4599
3810
|
}
|
|
4600
|
-
|
|
4601
3811
|
.e-schedule .e-timeline-view .e-selected-cell,
|
|
4602
3812
|
.e-schedule .e-timeline-month-view .e-selected-cell {
|
|
4603
3813
|
background-color: #e5e7eb;
|
|
4604
3814
|
color: #111827;
|
|
4605
3815
|
}
|
|
4606
|
-
|
|
4607
3816
|
.e-schedule .e-timeline-view .e-selected-cell:hover:not(.e-resource-group-cells),
|
|
4608
3817
|
.e-schedule .e-timeline-month-view .e-selected-cell:hover:not(.e-resource-group-cells) {
|
|
4609
3818
|
background-color: #e5e7eb;
|
|
4610
3819
|
}
|
|
4611
|
-
|
|
4612
3820
|
.e-schedule .e-timeline-view .e-work-hours {
|
|
4613
3821
|
background-color: #fff;
|
|
4614
3822
|
}
|
|
4615
|
-
|
|
4616
3823
|
.e-schedule .e-timeline-view .e-resource-group-cells {
|
|
4617
3824
|
background-color: #f9fafb;
|
|
4618
3825
|
}
|
|
4619
|
-
|
|
4620
3826
|
.e-schedule .e-timeline-view .e-selected-cell {
|
|
4621
3827
|
background-color: #e5e7eb;
|
|
4622
3828
|
color: #111827;
|
|
4623
3829
|
}
|
|
4624
|
-
|
|
4625
3830
|
.e-schedule .e-timeline-view .e-selected-cell:hover {
|
|
4626
3831
|
background-color: #e5e7eb;
|
|
4627
3832
|
}
|
|
4628
|
-
|
|
4629
3833
|
.e-schedule .e-timeline-view .e-alternate-cells {
|
|
4630
3834
|
border-left-style: dotted;
|
|
4631
3835
|
}
|
|
4632
|
-
|
|
4633
3836
|
.e-schedule .e-timeline-view .e-header-row .e-time-cells {
|
|
4634
3837
|
border-left-width: 0;
|
|
4635
3838
|
}
|
|
4636
|
-
|
|
4637
3839
|
.e-schedule .e-timeline-view .e-clone-time-indicator,
|
|
4638
3840
|
.e-schedule .e-timeline-view .e-current-time {
|
|
4639
3841
|
color: #4f46e5;
|
|
4640
3842
|
font-size: 10px;
|
|
4641
3843
|
}
|
|
4642
|
-
|
|
4643
3844
|
.e-schedule .e-timeline-view .e-current-timeline {
|
|
4644
3845
|
border-left: 1px solid #4f46e5;
|
|
4645
3846
|
}
|
|
4646
|
-
|
|
4647
3847
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td:first-child,
|
|
4648
3848
|
.e-schedule.e-rtl .e-vertical-view .e-content-wrap table td:first-child {
|
|
4649
3849
|
border-right-width: 0;
|
|
4650
3850
|
}
|
|
4651
|
-
|
|
4652
3851
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap table tbody td,
|
|
4653
3852
|
.e-schedule.e-rtl .e-vertical-view .e-work-cells {
|
|
4654
3853
|
border-width: 0 1px 1px 0;
|
|
4655
3854
|
}
|
|
4656
|
-
|
|
4657
3855
|
.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap .e-header-cells,
|
|
4658
3856
|
.e-schedule.e-rtl .e-vertical-view .e-date-header-wrap .e-header-cells {
|
|
4659
3857
|
border-bottom-width: 0;
|
|
4660
3858
|
}
|
|
4661
|
-
|
|
4662
3859
|
.e-schedule.e-rtl .e-vertical-view .e-left-indent-wrap table tbody td,
|
|
4663
3860
|
.e-schedule.e-rtl .e-vertical-view .e-time-cells-wrap table tbody td {
|
|
4664
3861
|
border-width: 0 0 1px 1px;
|
|
4665
3862
|
}
|
|
4666
|
-
|
|
4667
3863
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td:first-child,
|
|
4668
3864
|
.e-schedule.e-rtl .e-month-view .e-content-wrap table td:first-child {
|
|
4669
3865
|
border-right-width: 0;
|
|
4670
3866
|
}
|
|
4671
|
-
|
|
4672
3867
|
.e-schedule.e-rtl .e-month-view .e-date-header-wrap table td {
|
|
4673
3868
|
border-width: 0 1px 1px 0;
|
|
4674
3869
|
}
|
|
4675
|
-
|
|
4676
3870
|
.e-schedule.e-rtl .e-month-view .e-work-cells,
|
|
4677
3871
|
.e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
|
|
4678
3872
|
border-width: 0 1px 1px 0;
|
|
4679
3873
|
}
|
|
4680
|
-
|
|
4681
3874
|
.e-schedule.e-rtl .e-month-agenda-view .e-work-cells {
|
|
4682
3875
|
border-width: 0;
|
|
4683
3876
|
}
|
|
4684
|
-
|
|
4685
3877
|
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:first-child,
|
|
4686
3878
|
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:first-child,
|
|
4687
3879
|
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:first-child,
|
|
4688
3880
|
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:first-child {
|
|
4689
3881
|
border-right-width: 0;
|
|
4690
3882
|
}
|
|
4691
|
-
|
|
4692
3883
|
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td:last-child,
|
|
4693
3884
|
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td:last-child,
|
|
4694
3885
|
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td:last-child,
|
|
4695
3886
|
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td:last-child {
|
|
4696
3887
|
border-left-width: 0;
|
|
4697
3888
|
}
|
|
4698
|
-
|
|
4699
3889
|
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table td,
|
|
4700
3890
|
.e-schedule.e-rtl .e-timeline-view .e-content-wrap table td,
|
|
4701
3891
|
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table td,
|
|
4702
3892
|
.e-schedule.e-rtl .e-timeline-month-view .e-content-wrap table td {
|
|
4703
3893
|
border-width: 0 1px 1px 0;
|
|
4704
3894
|
}
|
|
4705
|
-
|
|
4706
3895
|
.e-schedule.e-rtl .e-timeline-view .e-alternate-cells {
|
|
4707
3896
|
border-right-style: dotted;
|
|
4708
3897
|
}
|
|
4709
|
-
|
|
4710
3898
|
.e-schedule.e-rtl .e-timeline-view .e-header-row .e-time-cells {
|
|
4711
3899
|
border-right-width: 0;
|
|
4712
3900
|
}
|
|
@@ -4716,27 +3904,22 @@
|
|
|
4716
3904
|
border-color: #fee2e2;
|
|
4717
3905
|
z-index: 1000;
|
|
4718
3906
|
}
|
|
4719
|
-
|
|
4720
3907
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip.e-tip-top {
|
|
4721
3908
|
left: 44%;
|
|
4722
3909
|
}
|
|
4723
|
-
|
|
4724
3910
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-top,
|
|
4725
3911
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-top {
|
|
4726
3912
|
border-bottom: 8px solid #fee2e2;
|
|
4727
3913
|
color: #fee2e2;
|
|
4728
3914
|
}
|
|
4729
|
-
|
|
4730
3915
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-outer.e-tip-bottom,
|
|
4731
3916
|
.e-tooltip-wrap.e-schedule-error .e-arrow-tip-inner.e-tip-bottom {
|
|
4732
3917
|
border-top: 8px solid #fee2e2;
|
|
4733
3918
|
color: #fee2e2;
|
|
4734
3919
|
}
|
|
4735
|
-
|
|
4736
3920
|
.e-tooltip-wrap.e-schedule-error .e-tip-content {
|
|
4737
3921
|
padding: 3px 6px;
|
|
4738
3922
|
}
|
|
4739
|
-
|
|
4740
3923
|
.e-tooltip-wrap.e-schedule-error .e-tip-content,
|
|
4741
3924
|
.e-tooltip-wrap.e-schedule-error .e-tip-content label {
|
|
4742
3925
|
color: #dc2626;
|
|
@@ -4753,127 +3936,101 @@
|
|
|
4753
3936
|
margin-right: auto;
|
|
4754
3937
|
max-width: 1240px;
|
|
4755
3938
|
}
|
|
4756
|
-
|
|
4757
3939
|
.e-recurrenceeditor .e-recurrence-table {
|
|
4758
3940
|
table-layout: fixed;
|
|
4759
3941
|
width: 100%;
|
|
4760
3942
|
}
|
|
4761
|
-
|
|
4762
3943
|
.e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
4763
3944
|
width: 27%;
|
|
4764
3945
|
}
|
|
4765
|
-
|
|
4766
3946
|
.e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4767
3947
|
width: 24%;
|
|
4768
3948
|
}
|
|
4769
|
-
|
|
4770
3949
|
.e-recurrenceeditor .e-recurrence-table .e-repeat-content {
|
|
4771
3950
|
display: inline-block;
|
|
4772
3951
|
font-weight: normal;
|
|
4773
3952
|
padding: 18px 0 0 8px;
|
|
4774
3953
|
}
|
|
4775
|
-
|
|
4776
3954
|
.e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
|
|
4777
3955
|
float: none;
|
|
4778
3956
|
width: 100%;
|
|
4779
3957
|
}
|
|
4780
|
-
|
|
4781
3958
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4782
3959
|
min-width: 94px;
|
|
4783
3960
|
position: relative;
|
|
4784
3961
|
right: 26px;
|
|
4785
3962
|
}
|
|
4786
|
-
|
|
4787
3963
|
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4788
3964
|
min-width: 120px;
|
|
4789
3965
|
}
|
|
4790
|
-
|
|
4791
3966
|
.e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4792
3967
|
padding-left: 10px;
|
|
4793
3968
|
}
|
|
4794
|
-
|
|
4795
3969
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
4796
3970
|
padding: 0 8px 16px 0;
|
|
4797
3971
|
}
|
|
4798
|
-
|
|
4799
3972
|
.e-recurrenceeditor .e-form-left {
|
|
4800
3973
|
padding: 0 8px 16px 0;
|
|
4801
3974
|
}
|
|
4802
|
-
|
|
4803
3975
|
.e-recurrenceeditor .e-form-right,
|
|
4804
3976
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4805
3977
|
padding: 0 0 10px 8px;
|
|
4806
3978
|
}
|
|
4807
|
-
|
|
4808
3979
|
.e-recurrenceeditor .e-input-wrapper {
|
|
4809
3980
|
float: left;
|
|
4810
3981
|
width: 50%;
|
|
4811
3982
|
}
|
|
4812
|
-
|
|
4813
3983
|
.e-recurrenceeditor .e-input-wrapper div {
|
|
4814
3984
|
margin-bottom: 2.5%;
|
|
4815
3985
|
}
|
|
4816
|
-
|
|
4817
3986
|
.e-recurrenceeditor .e-input-wrapper.e-end-on-date,
|
|
4818
3987
|
.e-recurrenceeditor .e-input-wrapper.e-end-on-count {
|
|
4819
3988
|
padding-right: 0;
|
|
4820
3989
|
}
|
|
4821
|
-
|
|
4822
3990
|
.e-recurrenceeditor.e-rtl .e-end-on > div,
|
|
4823
3991
|
.e-recurrenceeditor.e-rtl .e-month-expander > div > div {
|
|
4824
3992
|
float: right;
|
|
4825
3993
|
}
|
|
4826
|
-
|
|
4827
3994
|
.e-recurrenceeditor.e-rtl .e-form-left,
|
|
4828
3995
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
|
|
4829
3996
|
padding: 0 0 10px 8px;
|
|
4830
3997
|
}
|
|
4831
|
-
|
|
4832
3998
|
.e-recurrenceeditor.e-rtl .e-form-right,
|
|
4833
3999
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
4834
4000
|
padding: 0 8px 10px 0;
|
|
4835
4001
|
}
|
|
4836
|
-
|
|
4837
4002
|
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4838
4003
|
position: relative;
|
|
4839
4004
|
right: 10px;
|
|
4840
4005
|
}
|
|
4841
|
-
|
|
4842
4006
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
4843
4007
|
position: relative;
|
|
4844
4008
|
right: -26px;
|
|
4845
4009
|
}
|
|
4846
|
-
|
|
4847
4010
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
4848
4011
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
4849
4012
|
padding-right: 0;
|
|
4850
4013
|
}
|
|
4851
|
-
|
|
4852
4014
|
.e-recurrenceeditor.e-rtl .e-end-on-label {
|
|
4853
4015
|
margin-bottom: 5px;
|
|
4854
4016
|
}
|
|
4855
|
-
|
|
4856
4017
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4857
4018
|
padding-left: 8px;
|
|
4858
4019
|
padding-right: 0;
|
|
4859
4020
|
}
|
|
4860
|
-
|
|
4861
4021
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
4862
4022
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4863
4023
|
padding-left: 0;
|
|
4864
4024
|
padding-right: 8px;
|
|
4865
4025
|
}
|
|
4866
|
-
|
|
4867
4026
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4868
4027
|
width: 0;
|
|
4869
4028
|
}
|
|
4870
|
-
|
|
4871
4029
|
.e-recurrenceeditor .e-days .e-week-expander-label {
|
|
4872
4030
|
font-size: 14px;
|
|
4873
4031
|
font-weight: 400;
|
|
4874
4032
|
margin-bottom: 8px;
|
|
4875
4033
|
}
|
|
4876
|
-
|
|
4877
4034
|
.e-recurrenceeditor .e-days button {
|
|
4878
4035
|
border-radius: 50%;
|
|
4879
4036
|
-ms-flex-flow: row wrap;
|
|
@@ -4882,37 +4039,29 @@
|
|
|
4882
4039
|
margin: 0 8px 10px;
|
|
4883
4040
|
width: 35px;
|
|
4884
4041
|
}
|
|
4885
|
-
|
|
4886
4042
|
.e-recurrenceeditor .e-hide-recurrence-element {
|
|
4887
4043
|
display: none;
|
|
4888
4044
|
}
|
|
4889
|
-
|
|
4890
4045
|
.e-recurrenceeditor .e-half-space {
|
|
4891
4046
|
width: 20%;
|
|
4892
4047
|
}
|
|
4893
|
-
|
|
4894
4048
|
.e-recurrenceeditor .e-year-expander {
|
|
4895
4049
|
margin-bottom: 11px;
|
|
4896
4050
|
}
|
|
4897
|
-
|
|
4898
4051
|
.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
|
|
4899
4052
|
margin-bottom: 11px;
|
|
4900
4053
|
}
|
|
4901
|
-
|
|
4902
4054
|
.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
|
|
4903
4055
|
margin-top: -3px;
|
|
4904
4056
|
}
|
|
4905
|
-
|
|
4906
4057
|
.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
|
|
4907
4058
|
display: none;
|
|
4908
4059
|
}
|
|
4909
|
-
|
|
4910
4060
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4911
4061
|
float: left;
|
|
4912
4062
|
padding: 16px 20px 0;
|
|
4913
4063
|
width: 50%;
|
|
4914
4064
|
}
|
|
4915
|
-
|
|
4916
4065
|
.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
4917
4066
|
float: none;
|
|
4918
4067
|
font-size: 14px;
|
|
@@ -4920,30 +4069,24 @@
|
|
|
4920
4069
|
margin-bottom: 7px;
|
|
4921
4070
|
padding-right: 16px;
|
|
4922
4071
|
}
|
|
4923
|
-
|
|
4924
4072
|
.e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4925
4073
|
padding-right: 16px;
|
|
4926
4074
|
}
|
|
4927
|
-
|
|
4928
4075
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
|
|
4929
4076
|
margin: 0;
|
|
4930
4077
|
}
|
|
4931
|
-
|
|
4932
4078
|
.e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
4933
4079
|
font-size: 14px;
|
|
4934
4080
|
font-weight: 400;
|
|
4935
4081
|
margin-bottom: 7px;
|
|
4936
4082
|
padding-right: 16px;
|
|
4937
4083
|
}
|
|
4938
|
-
|
|
4939
4084
|
.e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
4940
4085
|
padding-bottom: 6px;
|
|
4941
4086
|
}
|
|
4942
|
-
|
|
4943
4087
|
.e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
4944
4088
|
padding-bottom: 12px;
|
|
4945
4089
|
}
|
|
4946
|
-
|
|
4947
4090
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4948
4091
|
margin-bottom: 11px;
|
|
4949
4092
|
}
|
|
@@ -4951,124 +4094,98 @@
|
|
|
4951
4094
|
.e-bigger .e-recurrenceeditor {
|
|
4952
4095
|
padding: 0;
|
|
4953
4096
|
}
|
|
4954
|
-
|
|
4955
4097
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
4956
4098
|
padding: 0 12px 11px 0;
|
|
4957
4099
|
}
|
|
4958
|
-
|
|
4959
4100
|
.e-bigger .e-recurrenceeditor .e-form-left {
|
|
4960
4101
|
padding: 0 12px 14px 0;
|
|
4961
4102
|
}
|
|
4962
|
-
|
|
4963
4103
|
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
4964
4104
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
4965
4105
|
padding: 0 0 10px 12px;
|
|
4966
4106
|
}
|
|
4967
|
-
|
|
4968
4107
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4969
4108
|
right: 24px;
|
|
4970
4109
|
}
|
|
4971
|
-
|
|
4972
4110
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
4973
4111
|
padding-bottom: 6px;
|
|
4974
4112
|
}
|
|
4975
|
-
|
|
4976
4113
|
.e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
4977
4114
|
padding-left: 70px;
|
|
4978
4115
|
}
|
|
4979
|
-
|
|
4980
4116
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
4981
4117
|
min-width: 167px;
|
|
4982
4118
|
padding-left: 55px;
|
|
4983
4119
|
padding-right: 0;
|
|
4984
4120
|
}
|
|
4985
|
-
|
|
4986
4121
|
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4987
4122
|
min-width: 197px;
|
|
4988
4123
|
padding-left: 54px;
|
|
4989
4124
|
}
|
|
4990
|
-
|
|
4991
4125
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
4992
4126
|
font-size: 16px;
|
|
4993
4127
|
margin-bottom: 0;
|
|
4994
4128
|
}
|
|
4995
|
-
|
|
4996
4129
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4997
4130
|
padding-right: 2px;
|
|
4998
4131
|
}
|
|
4999
|
-
|
|
5000
4132
|
.e-bigger .e-recurrenceeditor .e-end-on-label {
|
|
5001
4133
|
margin-bottom: 0;
|
|
5002
4134
|
}
|
|
5003
|
-
|
|
5004
4135
|
.e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
|
|
5005
4136
|
font-size: 16px;
|
|
5006
4137
|
margin-bottom: 8px;
|
|
5007
4138
|
}
|
|
5008
|
-
|
|
5009
4139
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
|
|
5010
4140
|
padding-bottom: 12px;
|
|
5011
4141
|
}
|
|
5012
|
-
|
|
5013
4142
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
5014
4143
|
font-size: 16px;
|
|
5015
4144
|
margin-bottom: 1px;
|
|
5016
4145
|
}
|
|
5017
|
-
|
|
5018
4146
|
.e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
|
|
5019
4147
|
.e-bigger .e-recurrenceeditor .e-year-expander,
|
|
5020
4148
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
5021
4149
|
margin-bottom: 11px;
|
|
5022
4150
|
}
|
|
5023
|
-
|
|
5024
4151
|
.e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
5025
4152
|
width: 0;
|
|
5026
4153
|
}
|
|
5027
|
-
|
|
5028
4154
|
.e-bigger .e-recurrenceeditor .e-days button {
|
|
5029
4155
|
height: 40px;
|
|
5030
4156
|
width: 40px;
|
|
5031
4157
|
}
|
|
5032
|
-
|
|
5033
4158
|
.e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
|
|
5034
4159
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
|
|
5035
4160
|
padding: 0 0 10px 12px;
|
|
5036
4161
|
}
|
|
5037
|
-
|
|
5038
4162
|
.e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
|
|
5039
4163
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
|
|
5040
4164
|
padding: 0 12px 10px 0;
|
|
5041
4165
|
}
|
|
5042
|
-
|
|
5043
4166
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
5044
4167
|
padding-left: 0;
|
|
5045
4168
|
padding-right: 64px;
|
|
5046
4169
|
}
|
|
5047
|
-
|
|
5048
4170
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
5049
4171
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
5050
4172
|
padding-right: 0;
|
|
5051
4173
|
}
|
|
5052
|
-
|
|
5053
4174
|
.e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
|
|
5054
4175
|
margin-bottom: 5px;
|
|
5055
4176
|
}
|
|
5056
|
-
|
|
5057
4177
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
5058
4178
|
padding-left: 12px;
|
|
5059
4179
|
padding-right: 0;
|
|
5060
4180
|
}
|
|
5061
|
-
|
|
5062
4181
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
5063
4182
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
5064
4183
|
padding-left: 0;
|
|
5065
4184
|
padding-right: 12px;
|
|
5066
4185
|
}
|
|
5067
|
-
|
|
5068
4186
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
5069
4187
|
right: 33px;
|
|
5070
4188
|
}
|
|
5071
|
-
|
|
5072
4189
|
.e-bigger .e-recurrenceeditor.e-rtl .e-week-position {
|
|
5073
4190
|
padding-left: 46px;
|
|
5074
4191
|
}
|
|
@@ -5076,101 +4193,80 @@
|
|
|
5076
4193
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
|
|
5077
4194
|
width: 25%;
|
|
5078
4195
|
}
|
|
5079
|
-
|
|
5080
4196
|
.e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
5081
4197
|
width: 20%;
|
|
5082
4198
|
}
|
|
5083
|
-
|
|
5084
4199
|
.e-device .e-recurrenceeditor .e-week-expander-label {
|
|
5085
4200
|
margin-bottom: 6px;
|
|
5086
4201
|
}
|
|
5087
|
-
|
|
5088
4202
|
.e-device .e-recurrenceeditor .e-month-expander-label {
|
|
5089
4203
|
font-size: 12px;
|
|
5090
4204
|
margin-bottom: 5px;
|
|
5091
4205
|
}
|
|
5092
|
-
|
|
5093
4206
|
.e-device .e-recurrenceeditor .e-footer-content {
|
|
5094
4207
|
padding: 12px;
|
|
5095
4208
|
}
|
|
5096
|
-
|
|
5097
4209
|
.e-device .e-recurrenceeditor .e-form-left,
|
|
5098
4210
|
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
|
|
5099
4211
|
padding: 0 3px 10px 0;
|
|
5100
4212
|
}
|
|
5101
|
-
|
|
5102
4213
|
.e-device .e-recurrenceeditor .e-form-right,
|
|
5103
4214
|
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
5104
4215
|
padding: 0 0 10px 3px;
|
|
5105
4216
|
}
|
|
5106
|
-
|
|
5107
4217
|
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
|
|
5108
4218
|
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
|
|
5109
4219
|
padding-left: 10px;
|
|
5110
4220
|
padding-right: 0;
|
|
5111
4221
|
}
|
|
5112
|
-
|
|
5113
4222
|
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
5114
4223
|
padding-right: 10px;
|
|
5115
4224
|
}
|
|
5116
|
-
|
|
5117
4225
|
.e-device .e-recurrenceeditor.e-end-on {
|
|
5118
4226
|
padding-right: 0;
|
|
5119
4227
|
}
|
|
5120
|
-
|
|
5121
4228
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
|
|
5122
4229
|
float: none;
|
|
5123
4230
|
font-size: 12px;
|
|
5124
4231
|
font-weight: 400;
|
|
5125
4232
|
margin-bottom: 7px;
|
|
5126
4233
|
}
|
|
5127
|
-
|
|
5128
4234
|
.e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
|
|
5129
4235
|
padding-right: 0;
|
|
5130
4236
|
}
|
|
5131
|
-
|
|
5132
4237
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
5133
4238
|
padding-right: 0;
|
|
5134
4239
|
}
|
|
5135
|
-
|
|
5136
4240
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
5137
4241
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
5138
4242
|
padding-left: 0;
|
|
5139
4243
|
padding-right: 10px;
|
|
5140
4244
|
}
|
|
5141
|
-
|
|
5142
4245
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
5143
4246
|
padding-left: 0;
|
|
5144
4247
|
}
|
|
5145
|
-
|
|
5146
4248
|
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
5147
4249
|
padding-left: 16px;
|
|
5148
4250
|
padding-right: 0;
|
|
5149
4251
|
}
|
|
5150
|
-
|
|
5151
4252
|
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
5152
4253
|
padding-left: 20px;
|
|
5153
4254
|
}
|
|
5154
|
-
|
|
5155
4255
|
.e-device .e-recurrenceeditor .e-week-position {
|
|
5156
4256
|
padding-left: 0;
|
|
5157
4257
|
padding-right: 0;
|
|
5158
4258
|
}
|
|
5159
|
-
|
|
5160
4259
|
.e-device .e-recurrenceeditor .e-week-position {
|
|
5161
4260
|
padding-left: 0;
|
|
5162
4261
|
}
|
|
5163
|
-
|
|
5164
4262
|
.e-device.e-recurrence-dialog .e-dlg-header-content {
|
|
5165
4263
|
background: none;
|
|
5166
4264
|
box-shadow: none;
|
|
5167
4265
|
padding-bottom: 10px;
|
|
5168
4266
|
}
|
|
5169
|
-
|
|
5170
4267
|
.e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
5171
4268
|
margin-bottom: 7px;
|
|
5172
4269
|
}
|
|
5173
|
-
|
|
5174
4270
|
.e-device.e-recurrence-dialog .e-footer-content {
|
|
5175
4271
|
padding: 16px 8px;
|
|
5176
4272
|
}
|
|
@@ -5189,7 +4285,7 @@
|
|
|
5189
4285
|
margin-top: 0;
|
|
5190
4286
|
}
|
|
5191
4287
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
5192
|
-
|
|
4288
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
5193
4289
|
margin-bottom: 7px;
|
|
5194
4290
|
}
|
|
5195
4291
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -5205,11 +4301,11 @@
|
|
|
5205
4301
|
width: 50%;
|
|
5206
4302
|
}
|
|
5207
4303
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
5208
|
-
|
|
4304
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
5209
4305
|
padding: 0 0 10px;
|
|
5210
4306
|
}
|
|
5211
4307
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
5212
|
-
|
|
4308
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
5213
4309
|
padding-left: 10px;
|
|
5214
4310
|
padding-right: 0;
|
|
5215
4311
|
}
|
|
@@ -5217,7 +4313,7 @@
|
|
|
5217
4313
|
padding-right: 10px;
|
|
5218
4314
|
}
|
|
5219
4315
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
5220
|
-
|
|
4316
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
5221
4317
|
padding-left: 0;
|
|
5222
4318
|
}
|
|
5223
4319
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
@@ -5230,10 +4326,9 @@
|
|
|
5230
4326
|
padding-right: 0;
|
|
5231
4327
|
}
|
|
5232
4328
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
5233
|
-
|
|
4329
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
5234
4330
|
padding-left: 0;
|
|
5235
4331
|
padding-right: 10px;
|
|
5236
4332
|
}
|
|
5237
4333
|
}
|
|
5238
|
-
|
|
5239
|
-
/*! Recurrence-Editor component theme */
|
|
4334
|
+
/*! Recurrence-Editor component theme */
|