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