@syncfusion/ej2-vue-schedule 25.2.7 → 26.1.38

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.
Files changed (66) hide show
  1. package/dist/ej2-vue-schedule.umd.min.js +2 -2
  2. package/dist/ej2-vue-schedule.umd.min.js.map +1 -1
  3. package/dist/es6/ej2-vue-schedule.es2015.js +7 -11
  4. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-schedule.es5.js +7 -11
  6. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  7. package/package.json +9 -9
  8. package/styles/bootstrap-dark.css +4698 -1
  9. package/styles/bootstrap.css +4693 -1
  10. package/styles/bootstrap4.css +4795 -1
  11. package/styles/bootstrap5-dark.css +4739 -1
  12. package/styles/bootstrap5.css +4739 -1
  13. package/styles/fabric-dark.css +4660 -1
  14. package/styles/fabric.css +4650 -1
  15. package/styles/fluent-dark.css +4723 -1
  16. package/styles/fluent.css +4723 -1
  17. package/styles/fluent2.css +6981 -0
  18. package/styles/fluent2.scss +2 -0
  19. package/styles/highcontrast-light.css +4735 -1
  20. package/styles/highcontrast.css +4744 -1
  21. package/styles/material-dark.css +4715 -1
  22. package/styles/material.css +4762 -1
  23. package/styles/material3-dark.css +4980 -1
  24. package/styles/material3.css +5204 -1
  25. package/styles/recurrence-editor/bootstrap-dark.css +503 -1
  26. package/styles/recurrence-editor/bootstrap.css +503 -1
  27. package/styles/recurrence-editor/bootstrap4.css +549 -1
  28. package/styles/recurrence-editor/bootstrap5-dark.css +545 -1
  29. package/styles/recurrence-editor/bootstrap5.css +545 -1
  30. package/styles/recurrence-editor/fabric-dark.css +478 -1
  31. package/styles/recurrence-editor/fabric.css +471 -1
  32. package/styles/recurrence-editor/fluent-dark.css +525 -1
  33. package/styles/recurrence-editor/fluent.css +525 -1
  34. package/styles/recurrence-editor/fluent2.css +1534 -0
  35. package/styles/recurrence-editor/fluent2.scss +1 -0
  36. package/styles/recurrence-editor/highcontrast-light.css +475 -1
  37. package/styles/recurrence-editor/highcontrast.css +475 -1
  38. package/styles/recurrence-editor/material-dark.css +512 -1
  39. package/styles/recurrence-editor/material.css +537 -1
  40. package/styles/recurrence-editor/material3-dark.css +657 -1
  41. package/styles/recurrence-editor/material3.css +769 -1
  42. package/styles/recurrence-editor/tailwind-dark.css +500 -1
  43. package/styles/recurrence-editor/tailwind.css +500 -1
  44. package/styles/schedule/bootstrap-dark.css +4302 -1
  45. package/styles/schedule/bootstrap.css +4297 -1
  46. package/styles/schedule/bootstrap4.css +4399 -1
  47. package/styles/schedule/bootstrap5-dark.css +4343 -1
  48. package/styles/schedule/bootstrap5.css +4343 -1
  49. package/styles/schedule/fabric-dark.css +4264 -1
  50. package/styles/schedule/fabric.css +4254 -1
  51. package/styles/schedule/fluent-dark.css +4327 -1
  52. package/styles/schedule/fluent.css +4327 -1
  53. package/styles/schedule/fluent2.css +5551 -0
  54. package/styles/schedule/fluent2.scss +1 -0
  55. package/styles/schedule/highcontrast-light.css +4339 -1
  56. package/styles/schedule/highcontrast.css +4348 -1
  57. package/styles/schedule/material-dark.css +4319 -1
  58. package/styles/schedule/material.css +4366 -1
  59. package/styles/schedule/material3-dark.css +4474 -1
  60. package/styles/schedule/material3.css +4586 -1
  61. package/styles/schedule/tailwind-dark.css +4293 -1
  62. package/styles/schedule/tailwind.css +4293 -1
  63. package/styles/tailwind-dark.css +4689 -1
  64. package/styles/tailwind.css +4689 -1
  65. package/CHANGELOG.md +0 -1949
  66. package/dist/global/ej2-vue-schedule.min.js +0 -10
@@ -0,0 +1 @@
1
+ @import 'ej2-schedule/styles/recurrence-editor/fluent2.scss';
@@ -1 +1,475 @@
1
- @import '@syncfusion/ej2-schedule/styles/recurrence-editor/highcontrast-light.css';
1
+ .e-bigger .e-ddl.e-popup .e-input-group .e-clear-icon {
2
+ height: 36px;
3
+ }
4
+
5
+ .e-popup.e-ddl .e-dropdownbase {
6
+ min-height: 26px;
7
+ }
8
+
9
+ .e-ddl.e-popup {
10
+ border: 0;
11
+ -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
12
+ box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
13
+ margin-top: 1px;
14
+ }
15
+ .e-ddl.e-popup .e-content.e-nodata {
16
+ background-color: #fff;
17
+ }
18
+ .e-ddl.e-popup .e-dropdownbase .e-list-item .e-highlight {
19
+ color: #23726c;
20
+ }
21
+ .e-ddl.e-popup .e-input-group {
22
+ display: -webkit-box;
23
+ display: -ms-flexbox;
24
+ display: flex;
25
+ width: auto;
26
+ }
27
+ .e-ddl.e-popup .e-input-group input {
28
+ line-height: 15px;
29
+ }
30
+
31
+ .e-ddl.e-popup .e-input-group .e-clear-icon {
32
+ border-radius: 20px;
33
+ height: 20px;
34
+ margin: 5px;
35
+ min-width: 20px;
36
+ }
37
+ .e-ddl.e-popup .e-input-group .e-clear-icon::before {
38
+ font-size: 10px;
39
+ }
40
+ .e-ddl.e-popup .e-filter-parent {
41
+ border-left-width: 0;
42
+ border-right-width: 0;
43
+ }
44
+ .e-ddl.e-popup .e-filter-parent .e-input-group.e-control-wrapper:hover:active {
45
+ border-color: #000;
46
+ }
47
+ .e-bigger .e-ddl.e-popup.e-ddl-device.e-ddl-device-filter {
48
+ margin-top: 0;
49
+ }
50
+ .e-bigger .e-ddl.e-popup .e-list-item, .e-bigger .e-ddl.e-popup .e-list-group-item, .e-bigger .e-ddl.e-popup .e-fixed-head {
51
+ font-size: 15px;
52
+ line-height: 45px;
53
+ padding-left: 0;
54
+ text-indent: 16px;
55
+ }
56
+ .e-bigger .e-ddl.e-popup .e-dd-group .e-list-item {
57
+ padding-left: 4px;
58
+ }
59
+ .e-bigger .e-ddl.e-popup .e-input-group {
60
+ padding: 4px 0;
61
+ }
62
+ .e-bigger .e-ddl.e-popup .e-input-group input {
63
+ height: 30px;
64
+ }
65
+ .e-bigger.e-small .e-ddl.e-popup .e-list-item, .e-bigger.e-small .e-ddl.e-popup .e-list-group-item, .e-bigger.e-small .e-ddl.e-popup .e-fixed-head {
66
+ font-size: 14px;
67
+ line-height: 40px;
68
+ padding-left: 0;
69
+ text-indent: 16px;
70
+ }
71
+ .e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
72
+ padding-left: 4px;
73
+ }
74
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group {
75
+ padding: 0;
76
+ }
77
+ .e-bigger.e-small .e-ddl.e-popup .e-input-group input {
78
+ height: 34px;
79
+ }
80
+
81
+ .e-recurrenceeditor .e-editor {
82
+ display: -webkit-box;
83
+ display: -ms-flexbox;
84
+ display: flex;
85
+ -webkit-box-orient: horizontal;
86
+ -webkit-box-direction: normal;
87
+ -ms-flex-flow: row wrap;
88
+ flex-flow: row wrap;
89
+ margin: 0 auto;
90
+ max-width: 1240px;
91
+ }
92
+ .e-recurrenceeditor .e-recurrence-table {
93
+ table-layout: fixed;
94
+ width: 100%;
95
+ }
96
+ .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
97
+ width: 27%;
98
+ }
99
+ .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
100
+ width: 24%;
101
+ }
102
+ .e-recurrenceeditor .e-recurrence-table .e-repeat-content {
103
+ display: inline-block;
104
+ font-weight: normal;
105
+ padding: 18px 0 0 8px;
106
+ }
107
+ .e-recurrenceeditor .e-recurrence-table .e-input-wrapper {
108
+ float: none;
109
+ width: 100%;
110
+ }
111
+ .e-recurrenceeditor .e-recurrence-table .e-week-position {
112
+ min-width: 88px;
113
+ position: relative;
114
+ right: 20px;
115
+ }
116
+ .e-recurrenceeditor .e-recurrence-table .e-day-position {
117
+ min-width: 120px;
118
+ }
119
+ .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
120
+ padding-left: 10px;
121
+ }
122
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
123
+ padding: 0 8px 10px 0;
124
+ }
125
+ .e-recurrenceeditor .e-form-left {
126
+ padding: 0 8px 16px 0;
127
+ }
128
+ .e-recurrenceeditor .e-form-right,
129
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
130
+ padding: 0 0 10px;
131
+ }
132
+ .e-recurrenceeditor .e-input-wrapper {
133
+ float: left;
134
+ width: 50%;
135
+ }
136
+ .e-recurrenceeditor .e-input-wrapper div {
137
+ margin-bottom: 2.5%;
138
+ }
139
+ .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
140
+ .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
141
+ padding-right: 0;
142
+ margin-top: 28px;
143
+ }
144
+ .e-recurrenceeditor.e-rtl .e-end-on > div,
145
+ .e-recurrenceeditor.e-rtl .e-month-expander > div > div {
146
+ float: right;
147
+ }
148
+ .e-recurrenceeditor.e-rtl .e-form-left,
149
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
150
+ padding: 0 0 10px 8px;
151
+ }
152
+ .e-recurrenceeditor.e-rtl .e-form-right,
153
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
154
+ padding: 0 8px 10px 0;
155
+ }
156
+ .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
157
+ position: relative;
158
+ right: 10px;
159
+ }
160
+ .e-recurrenceeditor.e-rtl .e-week-position {
161
+ left: 20px;
162
+ right: 0;
163
+ }
164
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
165
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
166
+ padding-right: 0;
167
+ }
168
+ .e-recurrenceeditor.e-rtl .e-end-on-label {
169
+ margin-bottom: 5px;
170
+ }
171
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
172
+ padding: 0 0 0 8px;
173
+ }
174
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
175
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
176
+ padding: 0 8px 0 0;
177
+ }
178
+ .e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
179
+ width: 30px;
180
+ }
181
+ .e-recurrenceeditor .e-days .e-week-expander-label {
182
+ font-size: 12px;
183
+ font-weight: 400;
184
+ margin-bottom: 8px;
185
+ }
186
+ .e-recurrenceeditor .e-days button {
187
+ border-radius: 50%;
188
+ -webkit-box-orient: horizontal;
189
+ -webkit-box-direction: normal;
190
+ -ms-flex-flow: row wrap;
191
+ flex-flow: row wrap;
192
+ height: 35px;
193
+ margin: 0 8px 10px;
194
+ width: 35px;
195
+ }
196
+ .e-recurrenceeditor .e-hide-recurrence-element {
197
+ display: none;
198
+ }
199
+ .e-recurrenceeditor .e-half-space {
200
+ width: 20%;
201
+ }
202
+ .e-recurrenceeditor .e-year-expander {
203
+ margin-bottom: 11px;
204
+ }
205
+ .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
206
+ padding-bottom: 11px;
207
+ }
208
+ .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
209
+ padding-top: 3px;
210
+ }
211
+ .e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
212
+ display: none;
213
+ }
214
+ .e-recurrenceeditor .e-input-wrapper-side {
215
+ float: left;
216
+ padding: 16px 20px 0;
217
+ width: 50%;
218
+ }
219
+ .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
220
+ padding-right: 16px;
221
+ }
222
+ .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-input-wrapper {
223
+ margin: 0;
224
+ }
225
+ .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
226
+ font-size: 12px;
227
+ font-weight: 400;
228
+ margin-bottom: 10px;
229
+ padding-right: 16px;
230
+ }
231
+ .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
232
+ padding-bottom: 6px;
233
+ }
234
+ .e-recurrenceeditor .e-input-wrapper-side .e-non-week .e-form-left {
235
+ padding-bottom: 12px;
236
+ }
237
+ .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
238
+ margin-bottom: 11px;
239
+ }
240
+
241
+ .e-bigger .e-recurrenceeditor {
242
+ padding: 0;
243
+ }
244
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
245
+ padding: 0 12px 11px 0;
246
+ }
247
+ .e-bigger .e-recurrenceeditor .e-form-left {
248
+ padding: 0 12px 14px 0;
249
+ }
250
+ .e-bigger .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
251
+ padding-left: 70px;
252
+ }
253
+ .e-bigger .e-recurrenceeditor .e-week-position {
254
+ min-width: 130px;
255
+ right: 0;
256
+ }
257
+ .e-bigger .e-recurrenceeditor .e-day-position {
258
+ min-width: 183px;
259
+ padding-left: 54px;
260
+ }
261
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
262
+ font-size: 12px;
263
+ margin-bottom: 10px;
264
+ font-weight: 400;
265
+ }
266
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
267
+ padding-right: 5px;
268
+ }
269
+ .e-bigger .e-recurrenceeditor .e-end-on-label {
270
+ margin-bottom: 0;
271
+ }
272
+ .e-bigger .e-recurrenceeditor .e-days .e-week-expander-label {
273
+ font-size: 12px;
274
+ margin-bottom: 8px;
275
+ }
276
+ .e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-label {
277
+ font-size: 12px;
278
+ margin-bottom: 1px;
279
+ }
280
+ .e-bigger .e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper,
281
+ .e-bigger .e-recurrenceeditor .e-year-expander {
282
+ margin-bottom: 11px;
283
+ }
284
+ .e-bigger .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
285
+ width: 30px;
286
+ }
287
+ .e-bigger .e-recurrenceeditor .e-days button {
288
+ height: 40px;
289
+ width: 40px;
290
+ }
291
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-left,
292
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-left {
293
+ padding: 0 0 10px 12px;
294
+ }
295
+ .e-bigger .e-recurrenceeditor.e-rtl .e-form-right,
296
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-form-right {
297
+ padding: 0 12px 10px 0;
298
+ }
299
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
300
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
301
+ padding: 0 64px 0 0;
302
+ }
303
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
304
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
305
+ padding-right: 0;
306
+ }
307
+ .e-bigger .e-recurrenceeditor.e-rtl .e-end-on-label {
308
+ margin-bottom: 5px;
309
+ }
310
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
311
+ padding: 0 0 0 12px;
312
+ }
313
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
314
+ .e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
315
+ padding: 0 12px 0 0;
316
+ }
317
+ .e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
318
+ left: 0;
319
+ }
320
+
321
+ .e-device .e-recurrenceeditor .e-recurrence-table.e-repeat-content-wrapper td:last-child {
322
+ width: 25%;
323
+ }
324
+ .e-device .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
325
+ width: 20%;
326
+ }
327
+ .e-device .e-recurrenceeditor .e-week-expander-label {
328
+ margin-bottom: 6px;
329
+ }
330
+ .e-device .e-recurrenceeditor .e-month-expander-label {
331
+ font-size: 12px;
332
+ margin-bottom: 5px;
333
+ }
334
+ .e-device .e-recurrenceeditor .e-footer-content {
335
+ padding: 12px;
336
+ }
337
+ .e-device .e-recurrenceeditor .e-form-left,
338
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-left {
339
+ padding: 0 3px 10px 0;
340
+ }
341
+ .e-device .e-recurrenceeditor .e-form-right,
342
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
343
+ padding: 0 0 10px 3px;
344
+ }
345
+ .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
346
+ .e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
347
+ padding: 0 0 0 10px;
348
+ }
349
+ .e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
350
+ padding-right: 10px;
351
+ }
352
+ .e-device .e-recurrenceeditor.e-end-on {
353
+ padding-right: 0;
354
+ }
355
+ .e-device .e-recurrenceeditor.e-end-on .e-end-on-label {
356
+ float: none;
357
+ font-size: 12px;
358
+ font-weight: 400;
359
+ margin-bottom: 7px;
360
+ }
361
+ .e-device .e-recurrenceeditor.e-end-on .e-end-on-left {
362
+ padding-right: 0;
363
+ }
364
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element,
365
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
366
+ padding-left: 20px;
367
+ }
368
+ .e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
369
+ margin-left: 20px;
370
+ }
371
+ .e-device .e-recurrenceeditor .e-week-position {
372
+ right: 0;
373
+ padding-right: 10px;
374
+ }
375
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
376
+ padding-right: 0;
377
+ }
378
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
379
+ .e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
380
+ padding: 0 10px 0 0;
381
+ }
382
+ .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
383
+ padding: 0 20px 0 0;
384
+ }
385
+ .e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
386
+ padding: 0 50px 0 0;
387
+ }
388
+ .e-device .e-recurrenceeditor.e-rtl .e-week-position {
389
+ left: 0;
390
+ }
391
+ .e-device.e-recurrence-dialog .e-dlg-header-content {
392
+ background: none;
393
+ -webkit-box-shadow: none;
394
+ box-shadow: none;
395
+ padding-bottom: 10px;
396
+ }
397
+ .e-device.e-recurrence-dialog .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
398
+ margin-bottom: 7px;
399
+ }
400
+ .e-device.e-recurrence-dialog .e-footer-content {
401
+ padding: 16px 8px;
402
+ }
403
+
404
+ @media (max-width: 1024px) {
405
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
406
+ width: 100%;
407
+ }
408
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
409
+ width: 65%;
410
+ }
411
+ }
412
+ @media (max-width: 580px) {
413
+ .e-recurrenceeditor {
414
+ margin-left: auto;
415
+ margin-right: auto;
416
+ width: 100%;
417
+ }
418
+ .e-recurrenceeditor .e-editor {
419
+ -webkit-box-orient: vertical;
420
+ -webkit-box-direction: normal;
421
+ -ms-flex-direction: column;
422
+ flex-direction: column;
423
+ }
424
+ .e-recurrenceeditor .e-editor > .e-input-wrapper.e-form-left {
425
+ margin-top: 0;
426
+ }
427
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
428
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
429
+ margin-bottom: 10px;
430
+ }
431
+ .e-recurrenceeditor .e-editor > div {
432
+ margin-top: 20px;
433
+ }
434
+ .e-recurrenceeditor .e-editor > .e-input-wrapper {
435
+ width: 100%;
436
+ }
437
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
438
+ width: 100%;
439
+ }
440
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-input-wrapper {
441
+ width: 50%;
442
+ }
443
+ .e-recurrenceeditor .e-editor .e-form-left,
444
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
445
+ padding: 0 0 10px;
446
+ }
447
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
448
+ .e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
449
+ padding: 0 0 0 10px;
450
+ }
451
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
452
+ padding-right: 10px;
453
+ }
454
+ .e-recurrenceeditor .e-editor .e-form-right,
455
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
456
+ padding-left: 0;
457
+ }
458
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
459
+ width: 100%;
460
+ }
461
+ .e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
462
+ width: 65%;
463
+ }
464
+ .e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
465
+ padding-left: 50px;
466
+ }
467
+ .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
468
+ padding-right: 0;
469
+ }
470
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
471
+ .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
472
+ padding: 0 10px 0 0;
473
+ }
474
+ }
475
+ /*! Recurrence-Editor component theme */