@syncfusion/ej2-angular-schedule 20.4.38-ngcc → 20.4.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.
- package/README.md +47 -121
- package/esm2020/public_api.mjs +3 -0
- package/esm2020/src/index.mjs +11 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +23 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +59 -0
- package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +25 -0
- package/esm2020/src/schedule/headerrows.directive.mjs +66 -0
- package/esm2020/src/schedule/resources.directive.mjs +58 -0
- package/esm2020/src/schedule/schedule-all.module.mjs +74 -0
- package/esm2020/src/schedule/schedule.component.mjs +283 -0
- package/esm2020/src/schedule/schedule.module.mjs +52 -0
- package/esm2020/src/schedule/views.directive.mjs +126 -0
- package/esm2020/syncfusion-ej2-angular-schedule.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs +733 -0
- package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs +733 -0
- package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +1 -0
- package/package.json +45 -22
- package/schematics/utils/lib-details.d.ts +2 -2
- package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +6 -0
- package/src/recurrence-editor/recurrenceeditor.component.d.ts +3 -0
- package/src/recurrence-editor/recurrenceeditor.module.d.ts +6 -0
- package/src/schedule/headerrows.directive.d.ts +5 -0
- package/src/schedule/resources.directive.d.ts +5 -0
- package/src/schedule/schedule-all.module.d.ts +6 -0
- package/src/schedule/schedule.component.d.ts +3 -0
- package/src/schedule/schedule.module.d.ts +9 -0
- package/src/schedule/views.directive.d.ts +6 -6
- package/styles/bootstrap-dark.css +106 -369
- package/styles/bootstrap.css +104 -368
- package/styles/bootstrap4.css +146 -380
- package/styles/bootstrap5-dark.css +142 -344
- package/styles/bootstrap5.css +142 -344
- package/styles/fabric-dark.css +106 -335
- package/styles/fabric.css +111 -321
- package/styles/fluent-dark.css +107 -400
- package/styles/fluent.css +107 -400
- package/styles/highcontrast-light.css +103 -412
- package/styles/highcontrast.css +118 -404
- package/styles/material-dark.css +115 -367
- package/styles/material.css +115 -409
- package/styles/recurrence-editor/_all.scss +2 -0
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +13 -0
- package/styles/recurrence-editor/_bootstrap-definition.scss +13 -0
- package/styles/recurrence-editor/_bootstrap4-definition.scss +13 -0
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_bootstrap5-definition.scss +13 -0
- package/styles/recurrence-editor/_fabric-dark-definition.scss +13 -0
- package/styles/recurrence-editor/_fabric-definition.scss +13 -0
- package/styles/recurrence-editor/_fluent-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_fluent-definition.scss +13 -0
- package/styles/recurrence-editor/_fusionnew-definition.scss +13 -0
- package/styles/recurrence-editor/_highcontrast-definition.scss +13 -0
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +13 -0
- package/styles/recurrence-editor/_layout.scss +534 -0
- package/styles/recurrence-editor/_material-dark-definition.scss +13 -0
- package/styles/recurrence-editor/_material-definition.scss +13 -0
- package/styles/recurrence-editor/_material3-definition.scss +13 -0
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_tailwind-definition.scss +13 -0
- package/styles/recurrence-editor/_theme.scss +1 -0
- package/styles/recurrence-editor/bootstrap-dark.css +33 -142
- package/styles/recurrence-editor/bootstrap-dark.scss +3 -1
- package/styles/recurrence-editor/bootstrap.css +33 -142
- package/styles/recurrence-editor/bootstrap.scss +3 -1
- package/styles/recurrence-editor/bootstrap4.css +33 -176
- package/styles/recurrence-editor/bootstrap4.scss +3 -1
- package/styles/recurrence-editor/bootstrap5-dark.css +33 -183
- package/styles/recurrence-editor/bootstrap5-dark.scss +3 -1
- package/styles/recurrence-editor/bootstrap5.css +33 -183
- package/styles/recurrence-editor/bootstrap5.scss +3 -1
- package/styles/recurrence-editor/fabric-dark.css +33 -118
- package/styles/recurrence-editor/fabric-dark.scss +3 -1
- package/styles/recurrence-editor/fabric.css +33 -111
- package/styles/recurrence-editor/fabric.scss +3 -1
- package/styles/recurrence-editor/fluent-dark.css +33 -163
- package/styles/recurrence-editor/fluent-dark.scss +3 -1
- package/styles/recurrence-editor/fluent.css +33 -163
- package/styles/recurrence-editor/fluent.scss +3 -1
- package/styles/recurrence-editor/highcontrast-light.css +33 -115
- package/styles/recurrence-editor/highcontrast-light.scss +3 -1
- package/styles/recurrence-editor/highcontrast.css +33 -115
- package/styles/recurrence-editor/highcontrast.scss +3 -1
- package/styles/recurrence-editor/material-dark.css +33 -143
- package/styles/recurrence-editor/material-dark.scss +3 -1
- package/styles/recurrence-editor/material.css +33 -168
- package/styles/recurrence-editor/material.scss +3 -1
- package/styles/recurrence-editor/tailwind-dark.css +33 -131
- package/styles/recurrence-editor/tailwind-dark.scss +3 -1
- package/styles/recurrence-editor/tailwind.css +33 -131
- package/styles/recurrence-editor/tailwind.scss +3 -1
- package/styles/schedule/_all.scss +2 -0
- package/styles/schedule/_bootstrap-dark-definition.scss +213 -0
- package/styles/schedule/_bootstrap-definition.scss +213 -0
- package/styles/schedule/_bootstrap4-definition.scss +215 -0
- package/styles/schedule/_bootstrap5-dark-definition.scss +1 -0
- package/styles/schedule/_bootstrap5-definition.scss +224 -0
- package/styles/schedule/_fabric-dark-definition.scss +213 -0
- package/styles/schedule/_fabric-definition.scss +213 -0
- package/styles/schedule/_fluent-dark-definition.scss +1 -0
- package/styles/schedule/_fluent-definition.scss +220 -0
- package/styles/schedule/_fusionnew-definition.scss +224 -0
- package/styles/schedule/_highcontrast-definition.scss +214 -0
- package/styles/schedule/_highcontrast-light-definition.scss +214 -0
- package/styles/schedule/_layout.scss +4489 -0
- package/styles/schedule/_material-dark-definition.scss +213 -0
- package/styles/schedule/_material-definition.scss +213 -0
- package/styles/schedule/_material3-definition.scss +224 -0
- package/styles/schedule/_tailwind-dark-definition.scss +1 -0
- package/styles/schedule/_tailwind-definition.scss +217 -0
- package/styles/schedule/_theme.scss +510 -0
- package/styles/schedule/bootstrap-dark.css +73 -332
- package/styles/schedule/bootstrap-dark.scss +5 -1
- package/styles/schedule/bootstrap.css +71 -331
- package/styles/schedule/bootstrap.scss +5 -1
- package/styles/schedule/bootstrap4.css +113 -343
- package/styles/schedule/bootstrap4.scss +5 -1
- package/styles/schedule/bootstrap5-dark.css +109 -307
- package/styles/schedule/bootstrap5-dark.scss +4 -1
- package/styles/schedule/bootstrap5.css +109 -307
- package/styles/schedule/bootstrap5.scss +5 -1
- package/styles/schedule/fabric-dark.css +73 -298
- package/styles/schedule/fabric-dark.scss +5 -1
- package/styles/schedule/fabric.css +78 -284
- package/styles/schedule/fabric.scss +5 -1
- package/styles/schedule/fluent-dark.css +74 -363
- package/styles/schedule/fluent-dark.scss +4 -1
- package/styles/schedule/fluent.css +74 -363
- package/styles/schedule/fluent.scss +5 -1
- package/styles/schedule/highcontrast-light.css +70 -375
- package/styles/schedule/highcontrast-light.scss +5 -1
- package/styles/schedule/highcontrast.css +85 -367
- package/styles/schedule/highcontrast.scss +5 -1
- package/styles/schedule/icons/_bootstrap-dark.scss +231 -0
- package/styles/schedule/icons/_bootstrap.scss +231 -0
- package/styles/schedule/icons/_bootstrap4.scss +231 -0
- package/styles/schedule/icons/_bootstrap5-dark.scss +1 -0
- package/styles/schedule/icons/_bootstrap5.scss +231 -0
- package/styles/schedule/icons/_fabric-dark.scss +231 -0
- package/styles/schedule/icons/_fabric.scss +231 -0
- package/styles/schedule/icons/_fluent-dark.scss +1 -0
- package/styles/schedule/icons/_fluent.scss +231 -0
- package/styles/schedule/icons/_fusionnew.scss +231 -0
- package/styles/schedule/icons/_highcontrast-light.scss +231 -0
- package/styles/schedule/icons/_highcontrast.scss +231 -0
- package/styles/schedule/icons/_material-dark.scss +231 -0
- package/styles/schedule/icons/_material.scss +231 -0
- package/styles/schedule/icons/_material3.scss +231 -0
- package/styles/schedule/icons/_tailwind-dark.scss +1 -0
- package/styles/schedule/icons/_tailwind.scss +231 -0
- package/styles/schedule/material-dark.css +82 -330
- package/styles/schedule/material-dark.scss +5 -1
- package/styles/schedule/material.css +82 -372
- package/styles/schedule/material.scss +5 -1
- package/styles/schedule/tailwind-dark.css +111 -246
- package/styles/schedule/tailwind-dark.scss +4 -1
- package/styles/schedule/tailwind.css +111 -246
- package/styles/schedule/tailwind.scss +5 -1
- package/styles/tailwind-dark.css +145 -284
- package/styles/tailwind.css +145 -284
- package/syncfusion-ej2-angular-schedule.d.ts +5 -0
- package/@syncfusion/ej2-angular-schedule.es5.js +0 -840
- package/@syncfusion/ej2-angular-schedule.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-schedule.js +0 -788
- package/@syncfusion/ej2-angular-schedule.js.map +0 -1
- package/CHANGELOG.md +0 -1589
- package/dist/ej2-angular-schedule.umd.js +0 -980
- package/dist/ej2-angular-schedule.umd.js.map +0 -1
- package/dist/ej2-angular-schedule.umd.min.js +0 -11
- package/dist/ej2-angular-schedule.umd.min.js.map +0 -1
- package/ej2-angular-schedule.d.ts +0 -6
- package/ej2-angular-schedule.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
|
@@ -1,142 +1,3 @@
|
|
|
1
|
-
.e-popup.e-ddl {
|
|
2
|
-
border-radius: 4px;
|
|
3
|
-
box-shadow: none;
|
|
4
|
-
margin-top: 3px;
|
|
5
|
-
}
|
|
6
|
-
.e-popup.e-ddl .e-input-group {
|
|
7
|
-
width: auto;
|
|
8
|
-
}
|
|
9
|
-
.e-popup.e-ddl .e-input-group input {
|
|
10
|
-
line-height: 15px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
14
|
-
min-height: 26px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
18
|
-
display: -ms-flexbox;
|
|
19
|
-
display: flex;
|
|
20
|
-
width: auto;
|
|
21
|
-
}
|
|
22
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
23
|
-
border: 0;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
27
|
-
margin-top: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
31
|
-
font-size: 16px;
|
|
32
|
-
line-height: 32px;
|
|
33
|
-
padding-left: 0;
|
|
34
|
-
text-indent: 24px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
38
|
-
font-size: 14px;
|
|
39
|
-
line-height: 32px;
|
|
40
|
-
padding-left: 0;
|
|
41
|
-
text-indent: 24px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
45
|
-
padding-left: 4px;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.e-bigger .e-popup.e-ddl .e-input-group {
|
|
49
|
-
padding: 4px 0;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
53
|
-
font-size: 16px;
|
|
54
|
-
height: 36px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
58
|
-
min-height: 40px;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
62
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
63
|
-
background: transparent;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
67
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
68
|
-
background: #e9ecef;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
72
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
73
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
74
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
75
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
76
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
77
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
78
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
79
|
-
background: transparent;
|
|
80
|
-
color: #495057;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
84
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
85
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
86
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
87
|
-
border: 0;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
91
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
92
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
93
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
94
|
-
box-shadow: none;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
98
|
-
background: transparent;
|
|
99
|
-
display: -ms-flexbox;
|
|
100
|
-
display: flex;
|
|
101
|
-
position: relative;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
105
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
106
|
-
background: rgba(0, 0, 0, 0.03);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
110
|
-
font-size: 8px;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
114
|
-
font-size: 10px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.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 {
|
|
118
|
-
font-size: 14px;
|
|
119
|
-
line-height: 34px;
|
|
120
|
-
padding-left: 0;
|
|
121
|
-
text-indent: 16px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
125
|
-
padding-left: 4px;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group {
|
|
129
|
-
padding: 4px 0;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
133
|
-
height: 30px;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
137
|
-
min-height: 34px;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
1
|
/*! recurrence editor theme wise definitions*/
|
|
141
2
|
/*! Recurrence-Editor component layout */
|
|
142
3
|
.e-recurrenceeditor .e-editor {
|
|
@@ -144,7 +5,8 @@
|
|
|
144
5
|
display: flex;
|
|
145
6
|
-ms-flex-flow: row wrap;
|
|
146
7
|
flex-flow: row wrap;
|
|
147
|
-
margin:
|
|
8
|
+
margin-left: auto;
|
|
9
|
+
margin-right: auto;
|
|
148
10
|
max-width: 1240px;
|
|
149
11
|
}
|
|
150
12
|
.e-recurrenceeditor .e-recurrence-table {
|
|
@@ -185,7 +47,7 @@
|
|
|
185
47
|
}
|
|
186
48
|
.e-recurrenceeditor .e-form-right,
|
|
187
49
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
188
|
-
padding: 0 0 10px;
|
|
50
|
+
padding: 0 0 10px 8px;
|
|
189
51
|
}
|
|
190
52
|
.e-recurrenceeditor .e-input-wrapper {
|
|
191
53
|
float: left;
|
|
@@ -226,11 +88,13 @@
|
|
|
226
88
|
margin-bottom: 5px;
|
|
227
89
|
}
|
|
228
90
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
229
|
-
padding:
|
|
91
|
+
padding-left: 8px;
|
|
92
|
+
padding-right: 0;
|
|
230
93
|
}
|
|
231
94
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
232
95
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
233
|
-
padding: 0
|
|
96
|
+
padding-left: 0;
|
|
97
|
+
padding-right: 8px;
|
|
234
98
|
}
|
|
235
99
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
236
100
|
width: 30px;
|
|
@@ -258,10 +122,10 @@
|
|
|
258
122
|
margin-bottom: 11px;
|
|
259
123
|
}
|
|
260
124
|
.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
|
|
261
|
-
|
|
125
|
+
margin-bottom: 11px;
|
|
262
126
|
}
|
|
263
127
|
.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
|
|
264
|
-
|
|
128
|
+
margin-top: -3px;
|
|
265
129
|
}
|
|
266
130
|
.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
|
|
267
131
|
display: none;
|
|
@@ -311,7 +175,7 @@
|
|
|
311
175
|
}
|
|
312
176
|
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
313
177
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
314
|
-
padding: 0 0 10px;
|
|
178
|
+
padding: 0 0 10px 12px;
|
|
315
179
|
}
|
|
316
180
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
317
181
|
padding-bottom: 6px;
|
|
@@ -370,7 +234,8 @@
|
|
|
370
234
|
}
|
|
371
235
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
372
236
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
373
|
-
padding: 0
|
|
237
|
+
padding-left: 0;
|
|
238
|
+
padding-right: 64px;
|
|
374
239
|
}
|
|
375
240
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
376
241
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -380,11 +245,13 @@
|
|
|
380
245
|
margin-bottom: 5px;
|
|
381
246
|
}
|
|
382
247
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
383
|
-
padding:
|
|
248
|
+
padding-left: 12px;
|
|
249
|
+
padding-right: 0;
|
|
384
250
|
}
|
|
385
251
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
386
252
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
387
|
-
padding: 0
|
|
253
|
+
padding-left: 0;
|
|
254
|
+
padding-right: 12px;
|
|
388
255
|
}
|
|
389
256
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
390
257
|
left: 0;
|
|
@@ -416,7 +283,8 @@
|
|
|
416
283
|
}
|
|
417
284
|
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
|
|
418
285
|
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
|
|
419
|
-
padding:
|
|
286
|
+
padding-left: 10px;
|
|
287
|
+
padding-right: 0;
|
|
420
288
|
}
|
|
421
289
|
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
422
290
|
padding-right: 10px;
|
|
@@ -437,25 +305,23 @@
|
|
|
437
305
|
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
438
306
|
padding-left: 20px;
|
|
439
307
|
}
|
|
440
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
441
|
-
margin-left: 20px;
|
|
442
|
-
}
|
|
443
308
|
.e-device .e-recurrenceeditor .e-week-position {
|
|
444
309
|
right: 0;
|
|
445
|
-
padding-right: 10px;
|
|
446
310
|
}
|
|
447
311
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
448
312
|
padding-right: 0;
|
|
449
313
|
}
|
|
450
314
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
451
315
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
452
|
-
padding: 0
|
|
316
|
+
padding-left: 0;
|
|
317
|
+
padding-right: 10px;
|
|
453
318
|
}
|
|
454
319
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
455
|
-
padding: 0
|
|
320
|
+
padding-left: 0;
|
|
456
321
|
}
|
|
457
322
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
458
|
-
padding:
|
|
323
|
+
padding-right: 20px;
|
|
324
|
+
padding-left: 0;
|
|
459
325
|
}
|
|
460
326
|
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
461
327
|
left: 0;
|
|
@@ -472,14 +338,6 @@
|
|
|
472
338
|
padding: 16px 8px;
|
|
473
339
|
}
|
|
474
340
|
|
|
475
|
-
@media (max-width: 1024px) {
|
|
476
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
|
|
477
|
-
width: 100%;
|
|
478
|
-
}
|
|
479
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
|
|
480
|
-
width: 65%;
|
|
481
|
-
}
|
|
482
|
-
}
|
|
483
341
|
@media (max-width: 580px) {
|
|
484
342
|
.e-recurrenceeditor {
|
|
485
343
|
margin-left: auto;
|
|
@@ -494,7 +352,7 @@
|
|
|
494
352
|
margin-top: 0;
|
|
495
353
|
}
|
|
496
354
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
497
|
-
|
|
355
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
498
356
|
margin-bottom: 7px;
|
|
499
357
|
}
|
|
500
358
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -510,35 +368,34 @@
|
|
|
510
368
|
width: 50%;
|
|
511
369
|
}
|
|
512
370
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
513
|
-
|
|
371
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
514
372
|
padding: 0 0 10px;
|
|
515
373
|
}
|
|
516
374
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
517
|
-
|
|
518
|
-
padding:
|
|
375
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
376
|
+
padding-left: 10px;
|
|
377
|
+
padding-right: 0;
|
|
519
378
|
}
|
|
520
379
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
521
380
|
padding-right: 10px;
|
|
522
381
|
}
|
|
523
382
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
524
|
-
|
|
383
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
525
384
|
padding-left: 0;
|
|
526
385
|
}
|
|
527
386
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
528
387
|
width: 100%;
|
|
529
388
|
}
|
|
530
389
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
|
|
531
|
-
width:
|
|
532
|
-
}
|
|
533
|
-
.e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
|
|
534
|
-
padding-left: 50px;
|
|
390
|
+
width: 100%;
|
|
535
391
|
}
|
|
536
392
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
537
393
|
padding-right: 0;
|
|
538
394
|
}
|
|
539
395
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
540
|
-
|
|
541
|
-
padding: 0
|
|
396
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
397
|
+
padding-left: 0;
|
|
398
|
+
padding-right: 10px;
|
|
542
399
|
}
|
|
543
400
|
}
|
|
544
401
|
/*! Recurrence-Editor component theme */
|
|
@@ -1,149 +1,3 @@
|
|
|
1
|
-
.e-popup.e-ddl {
|
|
2
|
-
border-radius: 4px;
|
|
3
|
-
box-shadow: none;
|
|
4
|
-
margin-top: 3px;
|
|
5
|
-
}
|
|
6
|
-
.e-popup.e-ddl .e-input-group {
|
|
7
|
-
width: auto;
|
|
8
|
-
}
|
|
9
|
-
.e-popup.e-ddl .e-input-group input {
|
|
10
|
-
line-height: 15px;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
14
|
-
min-height: 26px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
18
|
-
display: -ms-flexbox;
|
|
19
|
-
display: flex;
|
|
20
|
-
width: auto;
|
|
21
|
-
}
|
|
22
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
23
|
-
border: 0;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
27
|
-
margin-top: 0;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.e-bigger .e-popup.e-ddl .e-list-item {
|
|
31
|
-
font-size: 16px;
|
|
32
|
-
line-height: 32px;
|
|
33
|
-
padding-left: 0;
|
|
34
|
-
text-indent: 16px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.e-bigger .e-popup.e-ddl .e-list-group-item, .e-bigger .e-popup.e-ddl .e-fixed-head {
|
|
38
|
-
font-size: 14px;
|
|
39
|
-
line-height: 32px;
|
|
40
|
-
padding-left: 0;
|
|
41
|
-
text-indent: 16px;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-bigger .e-popup.e-ddl .e-dd-group .e-list-item {
|
|
45
|
-
padding-left: 0;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.e-bigger .e-popup.e-ddl .e-input-group input, .e-bigger .e-popup.e-ddl .e-input-group input.e-input {
|
|
49
|
-
font-size: 16px;
|
|
50
|
-
height: 36px;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.e-bigger .e-popup.e-ddl .e-dropdownbase {
|
|
54
|
-
min-height: 40px;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
58
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
59
|
-
background: transparent;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
63
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
64
|
-
background: #343a40;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
68
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
69
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
70
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
71
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
72
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
73
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
74
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
75
|
-
background: transparent;
|
|
76
|
-
color: #adb5bd;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
80
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
81
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
82
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
83
|
-
background: transparent;
|
|
84
|
-
color: #adb5bd;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
88
|
-
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
89
|
-
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
90
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
91
|
-
background: #343a40;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
95
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
96
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
97
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
98
|
-
border: 0;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
102
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
103
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
104
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
105
|
-
box-shadow: none;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
109
|
-
background: transparent;
|
|
110
|
-
display: -ms-flexbox;
|
|
111
|
-
display: flex;
|
|
112
|
-
position: relative;
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
116
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
117
|
-
background: #212529;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
121
|
-
font-size: 14px;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.e-bigger .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
125
|
-
font-size: 16px;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.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 {
|
|
129
|
-
font-size: 14px;
|
|
130
|
-
line-height: 34px;
|
|
131
|
-
padding-left: 0;
|
|
132
|
-
text-indent: 16px;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.e-bigger.e-small .e-ddl.e-popup .e-dd-group .e-list-item {
|
|
136
|
-
padding-left: 4px;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.e-bigger.e-small .e-ddl.e-popup .e-input-group input, .e-bigger.e-small .e-ddl.e-popup .e-input-group input.e-input {
|
|
140
|
-
height: 30px;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.e-bigger.e-small .e-popup.e-ddl .e-dropdownbase {
|
|
144
|
-
min-height: 34px;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
1
|
/*! recurrence editor theme wise definitions*/
|
|
148
2
|
/*! Recurrence-Editor component layout */
|
|
149
3
|
.e-recurrenceeditor .e-editor {
|
|
@@ -151,7 +5,8 @@
|
|
|
151
5
|
display: flex;
|
|
152
6
|
-ms-flex-flow: row wrap;
|
|
153
7
|
flex-flow: row wrap;
|
|
154
|
-
margin:
|
|
8
|
+
margin-left: auto;
|
|
9
|
+
margin-right: auto;
|
|
155
10
|
max-width: 1240px;
|
|
156
11
|
}
|
|
157
12
|
.e-recurrenceeditor .e-recurrence-table {
|
|
@@ -192,7 +47,7 @@
|
|
|
192
47
|
}
|
|
193
48
|
.e-recurrenceeditor .e-form-right,
|
|
194
49
|
.e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
195
|
-
padding: 0 0 10px;
|
|
50
|
+
padding: 0 0 10px 8px;
|
|
196
51
|
}
|
|
197
52
|
.e-recurrenceeditor .e-input-wrapper {
|
|
198
53
|
float: left;
|
|
@@ -233,11 +88,13 @@
|
|
|
233
88
|
margin-bottom: 5px;
|
|
234
89
|
}
|
|
235
90
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
236
|
-
padding:
|
|
91
|
+
padding-left: 8px;
|
|
92
|
+
padding-right: 0;
|
|
237
93
|
}
|
|
238
94
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
239
95
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
240
|
-
padding: 0
|
|
96
|
+
padding-left: 0;
|
|
97
|
+
padding-right: 8px;
|
|
241
98
|
}
|
|
242
99
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
243
100
|
width: 30px;
|
|
@@ -265,10 +122,10 @@
|
|
|
265
122
|
margin-bottom: 11px;
|
|
266
123
|
}
|
|
267
124
|
.e-recurrenceeditor .e-month-expander tr:first-child .e-input-wrapper {
|
|
268
|
-
|
|
125
|
+
margin-bottom: 11px;
|
|
269
126
|
}
|
|
270
127
|
.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper {
|
|
271
|
-
|
|
128
|
+
margin-top: -3px;
|
|
272
129
|
}
|
|
273
130
|
.e-recurrenceeditor .e-month-expander-checkbox-wrapper.e-input-wrapper .e-month-type .e-label {
|
|
274
131
|
display: none;
|
|
@@ -318,7 +175,7 @@
|
|
|
318
175
|
}
|
|
319
176
|
.e-bigger .e-recurrenceeditor .e-form-right,
|
|
320
177
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-form-right {
|
|
321
|
-
padding: 0 0 10px;
|
|
178
|
+
padding: 0 0 10px 12px;
|
|
322
179
|
}
|
|
323
180
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side .e-days .e-form-left {
|
|
324
181
|
padding-bottom: 6px;
|
|
@@ -377,7 +234,8 @@
|
|
|
377
234
|
}
|
|
378
235
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element,
|
|
379
236
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
380
|
-
padding: 0
|
|
237
|
+
padding-left: 0;
|
|
238
|
+
padding-right: 64px;
|
|
381
239
|
}
|
|
382
240
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
383
241
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
@@ -387,11 +245,13 @@
|
|
|
387
245
|
margin-bottom: 5px;
|
|
388
246
|
}
|
|
389
247
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
390
|
-
padding:
|
|
248
|
+
padding-left: 12px;
|
|
249
|
+
padding-right: 0;
|
|
391
250
|
}
|
|
392
251
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
393
252
|
.e-bigger .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
394
|
-
padding: 0
|
|
253
|
+
padding-left: 0;
|
|
254
|
+
padding-right: 12px;
|
|
395
255
|
}
|
|
396
256
|
.e-bigger .e-recurrenceeditor.e-rtl .e-recurrence-table .e-week-position {
|
|
397
257
|
left: 0;
|
|
@@ -423,7 +283,8 @@
|
|
|
423
283
|
}
|
|
424
284
|
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-date,
|
|
425
285
|
.e-device .e-recurrenceeditor .e-input-wrapper.e-end-on-count {
|
|
426
|
-
padding:
|
|
286
|
+
padding-left: 10px;
|
|
287
|
+
padding-right: 0;
|
|
427
288
|
}
|
|
428
289
|
.e-device .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
429
290
|
padding-right: 10px;
|
|
@@ -444,25 +305,23 @@
|
|
|
444
305
|
.e-device .e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
445
306
|
padding-left: 20px;
|
|
446
307
|
}
|
|
447
|
-
.e-device .e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
448
|
-
margin-left: 20px;
|
|
449
|
-
}
|
|
450
308
|
.e-device .e-recurrenceeditor .e-week-position {
|
|
451
309
|
right: 0;
|
|
452
|
-
padding-right: 10px;
|
|
453
310
|
}
|
|
454
311
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
455
312
|
padding-right: 0;
|
|
456
313
|
}
|
|
457
314
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
458
315
|
.e-device .e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
459
|
-
padding: 0
|
|
316
|
+
padding-left: 0;
|
|
317
|
+
padding-right: 10px;
|
|
460
318
|
}
|
|
461
319
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
462
|
-
padding: 0
|
|
320
|
+
padding-left: 0;
|
|
463
321
|
}
|
|
464
322
|
.e-device .e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
465
|
-
padding:
|
|
323
|
+
padding-right: 20px;
|
|
324
|
+
padding-left: 0;
|
|
466
325
|
}
|
|
467
326
|
.e-device .e-recurrenceeditor.e-rtl .e-week-position {
|
|
468
327
|
left: 0;
|
|
@@ -479,14 +338,6 @@
|
|
|
479
338
|
padding: 16px 8px;
|
|
480
339
|
}
|
|
481
340
|
|
|
482
|
-
@media (max-width: 1024px) {
|
|
483
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on {
|
|
484
|
-
width: 100%;
|
|
485
|
-
}
|
|
486
|
-
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
|
|
487
|
-
width: 65%;
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
341
|
@media (max-width: 580px) {
|
|
491
342
|
.e-recurrenceeditor {
|
|
492
343
|
margin-left: auto;
|
|
@@ -501,7 +352,7 @@
|
|
|
501
352
|
margin-top: 0;
|
|
502
353
|
}
|
|
503
354
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week > .e-month-expander-label,
|
|
504
|
-
|
|
355
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-label {
|
|
505
356
|
margin-bottom: 7px;
|
|
506
357
|
}
|
|
507
358
|
.e-recurrenceeditor .e-editor > div {
|
|
@@ -517,35 +368,34 @@
|
|
|
517
368
|
width: 50%;
|
|
518
369
|
}
|
|
519
370
|
.e-recurrenceeditor .e-editor .e-form-left,
|
|
520
|
-
|
|
371
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-left {
|
|
521
372
|
padding: 0 0 10px;
|
|
522
373
|
}
|
|
523
374
|
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-date,
|
|
524
|
-
|
|
525
|
-
padding:
|
|
375
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper.e-end-on-count {
|
|
376
|
+
padding-left: 10px;
|
|
377
|
+
padding-right: 0;
|
|
526
378
|
}
|
|
527
379
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
528
380
|
padding-right: 10px;
|
|
529
381
|
}
|
|
530
382
|
.e-recurrenceeditor .e-editor .e-form-right,
|
|
531
|
-
|
|
383
|
+
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-form-right {
|
|
532
384
|
padding-left: 0;
|
|
533
385
|
}
|
|
534
386
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-days {
|
|
535
387
|
width: 100%;
|
|
536
388
|
}
|
|
537
389
|
.e-recurrenceeditor .e-editor .e-input-wrapper-side.e-non-week {
|
|
538
|
-
width:
|
|
539
|
-
}
|
|
540
|
-
.e-recurrenceeditor .e-editor .e-recurrence-table .e-day-position {
|
|
541
|
-
padding-left: 50px;
|
|
390
|
+
width: 100%;
|
|
542
391
|
}
|
|
543
392
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
544
393
|
padding-right: 0;
|
|
545
394
|
}
|
|
546
395
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-date,
|
|
547
|
-
|
|
548
|
-
padding: 0
|
|
396
|
+
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
397
|
+
padding-left: 0;
|
|
398
|
+
padding-right: 10px;
|
|
549
399
|
}
|
|
550
400
|
}
|
|
551
401
|
/*! Recurrence-Editor component theme */
|