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