@syncfusion/ej2-schedule 30.2.7 → 31.1.20
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/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +111 -37
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +111 -37
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/schedule/actions/action-base.js +3 -0
- package/src/schedule/actions/drag.js +11 -4
- package/src/schedule/actions/keyboard.js +1 -1
- package/src/schedule/actions/resize.js +8 -5
- package/src/schedule/base/css-constant.d.ts +2 -0
- package/src/schedule/base/css-constant.js +2 -0
- package/src/schedule/base/schedule.js +15 -1
- package/src/schedule/event-renderer/agenda-base.d.ts +1 -1
- package/src/schedule/event-renderer/agenda-base.js +5 -4
- package/src/schedule/event-renderer/event-base.js +1 -1
- package/src/schedule/event-renderer/inline-edit.js +11 -6
- package/src/schedule/event-renderer/month.js +5 -3
- package/src/schedule/event-renderer/vertical-view.js +3 -0
- package/src/schedule/event-renderer/year.d.ts +2 -0
- package/src/schedule/event-renderer/year.js +28 -4
- package/src/schedule/popups/event-tooltip.js +4 -0
- package/src/schedule/popups/event-window.js +2 -2
- package/src/schedule/popups/quick-popups.js +5 -1
- package/src/schedule/renderer/agenda.js +3 -2
- package/src/schedule/renderer/vertical-view.js +1 -1
- package/src/schedule/renderer/year.js +3 -2
- package/styles/bds-lite.css +11 -8
- package/styles/bds.css +11 -8
- package/styles/bootstrap-dark-lite.css +12 -9
- package/styles/bootstrap-dark.css +12 -9
- package/styles/bootstrap-lite.css +12 -9
- package/styles/bootstrap.css +12 -9
- package/styles/bootstrap4-lite.css +19 -8
- package/styles/bootstrap4.css +19 -8
- package/styles/bootstrap5-dark-lite.css +11 -8
- package/styles/bootstrap5-dark.css +11 -8
- package/styles/bootstrap5-lite.css +11 -8
- package/styles/bootstrap5.3-lite.css +11 -8
- package/styles/bootstrap5.3.css +11 -8
- package/styles/bootstrap5.css +11 -8
- package/styles/fabric-dark-lite.css +12 -9
- package/styles/fabric-dark.css +12 -9
- package/styles/fabric-lite.css +12 -9
- package/styles/fabric.css +12 -9
- package/styles/fluent-dark-lite.css +13 -10
- package/styles/fluent-dark.css +13 -10
- package/styles/fluent-lite.css +13 -10
- package/styles/fluent.css +13 -10
- package/styles/fluent2-lite.css +11 -8
- package/styles/fluent2.css +11 -8
- package/styles/highcontrast-light-lite.css +12 -9
- package/styles/highcontrast-light.css +12 -9
- package/styles/highcontrast-lite.css +12 -9
- package/styles/highcontrast.css +12 -9
- package/styles/material-dark-lite.css +12 -9
- package/styles/material-dark.css +12 -9
- package/styles/material-lite.css +12 -9
- package/styles/material.css +12 -9
- package/styles/material3-dark-lite.css +11 -8
- package/styles/material3-dark.css +11 -8
- package/styles/material3-lite.css +11 -8
- package/styles/material3.css +11 -8
- package/styles/recurrence-editor/_bds-definition.scss +1 -0
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_bootstrap-definition.scss +1 -0
- package/styles/recurrence-editor/_bootstrap4-definition.scss +1 -0
- package/styles/recurrence-editor/_bootstrap5-definition.scss +1 -0
- package/styles/recurrence-editor/_bootstrap5.3-definition.scss +1 -0
- package/styles/recurrence-editor/_fabric-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_fabric-definition.scss +1 -0
- package/styles/recurrence-editor/_fluent-definition.scss +1 -0
- package/styles/recurrence-editor/_fluent2-definition.scss +1 -0
- package/styles/recurrence-editor/_fusionnew-definition.scss +1 -0
- package/styles/recurrence-editor/_highcontrast-definition.scss +1 -0
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +1 -0
- package/styles/recurrence-editor/_layout.scss +5 -1
- package/styles/recurrence-editor/_material-dark-definition.scss +1 -0
- package/styles/recurrence-editor/_material-definition.scss +1 -0
- package/styles/recurrence-editor/_material3-definition.scss +1 -0
- package/styles/recurrence-editor/_tailwind-definition.scss +1 -0
- package/styles/recurrence-editor/_tailwind3-definition.scss +1 -0
- package/styles/recurrence-editor/bds.css +3 -0
- package/styles/recurrence-editor/bootstrap-dark.css +4 -1
- package/styles/recurrence-editor/bootstrap.css +4 -1
- package/styles/recurrence-editor/bootstrap4.css +11 -0
- package/styles/recurrence-editor/bootstrap5-dark.css +3 -0
- package/styles/recurrence-editor/bootstrap5.3.css +3 -0
- package/styles/recurrence-editor/bootstrap5.css +3 -0
- package/styles/recurrence-editor/fabric-dark.css +4 -1
- package/styles/recurrence-editor/fabric.css +4 -1
- package/styles/recurrence-editor/fluent-dark.css +4 -1
- package/styles/recurrence-editor/fluent.css +4 -1
- package/styles/recurrence-editor/fluent2.css +3 -0
- package/styles/recurrence-editor/highcontrast-light.css +4 -1
- package/styles/recurrence-editor/highcontrast.css +4 -1
- package/styles/recurrence-editor/material-dark.css +4 -1
- package/styles/recurrence-editor/material.css +4 -1
- package/styles/recurrence-editor/material3-dark.css +3 -0
- package/styles/recurrence-editor/material3.css +3 -0
- package/styles/recurrence-editor/tailwind-dark.css +3 -0
- package/styles/recurrence-editor/tailwind.css +3 -0
- package/styles/recurrence-editor/tailwind3.css +3 -0
- package/styles/schedule/_bds-definition.scss +2 -0
- package/styles/schedule/_bootstrap-dark-definition.scss +2 -0
- package/styles/schedule/_bootstrap-definition.scss +2 -0
- package/styles/schedule/_bootstrap4-definition.scss +2 -0
- package/styles/schedule/_bootstrap5-definition.scss +2 -0
- package/styles/schedule/_bootstrap5.3-definition.scss +2 -0
- package/styles/schedule/_fabric-dark-definition.scss +2 -0
- package/styles/schedule/_fabric-definition.scss +2 -0
- package/styles/schedule/_fluent-definition.scss +3 -1
- package/styles/schedule/_fluent2-definition.scss +2 -0
- package/styles/schedule/_fusionnew-definition.scss +2 -0
- package/styles/schedule/_highcontrast-definition.scss +2 -0
- package/styles/schedule/_highcontrast-light-definition.scss +2 -0
- package/styles/schedule/_layout.scss +12 -11
- package/styles/schedule/_material-dark-definition.scss +2 -0
- package/styles/schedule/_material-definition.scss +2 -0
- package/styles/schedule/_material3-definition.scss +2 -0
- package/styles/schedule/_tailwind-definition.scss +2 -0
- package/styles/schedule/_tailwind3-definition.scss +2 -0
- package/styles/schedule/bds.css +8 -8
- package/styles/schedule/bootstrap-dark.css +8 -8
- package/styles/schedule/bootstrap.css +8 -8
- package/styles/schedule/bootstrap4.css +16 -8
- package/styles/schedule/bootstrap5-dark.css +8 -8
- package/styles/schedule/bootstrap5.3.css +8 -8
- package/styles/schedule/bootstrap5.css +8 -8
- package/styles/schedule/fabric-dark.css +8 -8
- package/styles/schedule/fabric.css +8 -8
- package/styles/schedule/fluent-dark.css +9 -9
- package/styles/schedule/fluent.css +9 -9
- package/styles/schedule/fluent2.css +8 -8
- package/styles/schedule/highcontrast-light.css +8 -8
- package/styles/schedule/highcontrast.css +8 -8
- package/styles/schedule/material-dark.css +8 -8
- package/styles/schedule/material.css +8 -8
- package/styles/schedule/material3-dark.css +8 -8
- package/styles/schedule/material3.css +8 -8
- package/styles/schedule/tailwind-dark.css +8 -8
- package/styles/schedule/tailwind.css +8 -8
- package/styles/schedule/tailwind3.css +8 -8
- package/styles/tailwind-dark-lite.css +11 -8
- package/styles/tailwind-dark.css +11 -8
- package/styles/tailwind-lite.css +11 -8
- package/styles/tailwind.css +11 -8
- package/styles/tailwind3-lite.css +11 -8
- package/styles/tailwind3.css +11 -8
|
@@ -1256,7 +1256,6 @@
|
|
|
1256
1256
|
}
|
|
1257
1257
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1258
1258
|
font-weight: 500;
|
|
1259
|
-
margin-left: 15px;
|
|
1260
1259
|
margin-right: auto;
|
|
1261
1260
|
}
|
|
1262
1261
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2136,6 +2135,10 @@
|
|
|
2136
2135
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2137
2136
|
text-align: right;
|
|
2138
2137
|
}
|
|
2138
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2139
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2140
|
+
padding: 5px;
|
|
2141
|
+
}
|
|
2139
2142
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2140
2143
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2141
2144
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3169,13 +3172,6 @@
|
|
|
3169
3172
|
left: 6px;
|
|
3170
3173
|
right: auto;
|
|
3171
3174
|
}
|
|
3172
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3173
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3174
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3175
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3176
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3177
|
-
margin-right: 10px;
|
|
3178
|
-
}
|
|
3179
3175
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3180
3176
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3181
3177
|
margin-left: 8px;
|
|
@@ -3361,6 +3357,10 @@
|
|
|
3361
3357
|
display: none;
|
|
3362
3358
|
}
|
|
3363
3359
|
|
|
3360
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3361
|
+
line-height: 1.4;
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
3364
|
@media print {
|
|
3365
3365
|
.e-schedule .e-table-container {
|
|
3366
3366
|
display: block;
|
|
@@ -4063,6 +4063,9 @@
|
|
|
4063
4063
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4064
4064
|
padding: 0 8px 0 0;
|
|
4065
4065
|
}
|
|
4066
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4067
|
+
margin-right: 20px;
|
|
4068
|
+
}
|
|
4066
4069
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4067
4070
|
width: 30px;
|
|
4068
4071
|
}
|
|
@@ -4101,7 +4104,7 @@
|
|
|
4101
4104
|
}
|
|
4102
4105
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4103
4106
|
min-width: 30px;
|
|
4104
|
-
margin-bottom:
|
|
4107
|
+
margin-bottom: 23px;
|
|
4105
4108
|
}
|
|
4106
4109
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4107
4110
|
float: left;
|
|
@@ -1256,7 +1256,6 @@
|
|
|
1256
1256
|
}
|
|
1257
1257
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1258
1258
|
font-weight: 500;
|
|
1259
|
-
margin-left: 15px;
|
|
1260
1259
|
margin-right: auto;
|
|
1261
1260
|
}
|
|
1262
1261
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2136,6 +2135,10 @@
|
|
|
2136
2135
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2137
2136
|
text-align: right;
|
|
2138
2137
|
}
|
|
2138
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2139
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2140
|
+
padding: 5px;
|
|
2141
|
+
}
|
|
2139
2142
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2140
2143
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2141
2144
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3169,13 +3172,6 @@
|
|
|
3169
3172
|
left: 6px;
|
|
3170
3173
|
right: auto;
|
|
3171
3174
|
}
|
|
3172
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3173
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3174
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3175
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3176
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3177
|
-
margin-right: 10px;
|
|
3178
|
-
}
|
|
3179
3175
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3180
3176
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3181
3177
|
margin-left: 8px;
|
|
@@ -3361,6 +3357,10 @@
|
|
|
3361
3357
|
display: none;
|
|
3362
3358
|
}
|
|
3363
3359
|
|
|
3360
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3361
|
+
line-height: 1.4;
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
3364
|
@media print {
|
|
3365
3365
|
.e-schedule .e-table-container {
|
|
3366
3366
|
display: block;
|
|
@@ -4730,6 +4730,9 @@
|
|
|
4730
4730
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4731
4731
|
padding: 0 8px 0 0;
|
|
4732
4732
|
}
|
|
4733
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4734
|
+
margin-right: 20px;
|
|
4735
|
+
}
|
|
4733
4736
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4734
4737
|
width: 30px;
|
|
4735
4738
|
}
|
|
@@ -4768,7 +4771,7 @@
|
|
|
4768
4771
|
}
|
|
4769
4772
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4770
4773
|
min-width: 30px;
|
|
4771
|
-
margin-bottom:
|
|
4774
|
+
margin-bottom: 23px;
|
|
4772
4775
|
}
|
|
4773
4776
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4774
4777
|
float: left;
|
|
@@ -1265,7 +1265,6 @@
|
|
|
1265
1265
|
}
|
|
1266
1266
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1267
1267
|
font-weight: 500;
|
|
1268
|
-
margin-left: 15px;
|
|
1269
1268
|
margin-right: auto;
|
|
1270
1269
|
}
|
|
1271
1270
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2145,6 +2144,10 @@
|
|
|
2145
2144
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2146
2145
|
text-align: right;
|
|
2147
2146
|
}
|
|
2147
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2148
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2149
|
+
padding: 5px;
|
|
2150
|
+
}
|
|
2148
2151
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2149
2152
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2150
2153
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3178,13 +3181,6 @@
|
|
|
3178
3181
|
left: 6px;
|
|
3179
3182
|
right: auto;
|
|
3180
3183
|
}
|
|
3181
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3182
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3183
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3184
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3185
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3186
|
-
margin-right: 10px;
|
|
3187
|
-
}
|
|
3188
3184
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3189
3185
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3190
3186
|
margin-left: 8px;
|
|
@@ -3370,6 +3366,10 @@
|
|
|
3370
3366
|
display: none;
|
|
3371
3367
|
}
|
|
3372
3368
|
|
|
3369
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3370
|
+
line-height: 1.4;
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3373
3373
|
@media print {
|
|
3374
3374
|
.e-schedule .e-table-container {
|
|
3375
3375
|
display: block;
|
|
@@ -4072,6 +4072,9 @@
|
|
|
4072
4072
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4073
4073
|
padding: 0 8px 0 0;
|
|
4074
4074
|
}
|
|
4075
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4076
|
+
margin-right: 20px;
|
|
4077
|
+
}
|
|
4075
4078
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4076
4079
|
width: 30px;
|
|
4077
4080
|
}
|
|
@@ -4110,7 +4113,7 @@
|
|
|
4110
4113
|
}
|
|
4111
4114
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4112
4115
|
min-width: 30px;
|
|
4113
|
-
margin-bottom:
|
|
4116
|
+
margin-bottom: 23px;
|
|
4114
4117
|
}
|
|
4115
4118
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4116
4119
|
float: left;
|
package/styles/highcontrast.css
CHANGED
|
@@ -1265,7 +1265,6 @@
|
|
|
1265
1265
|
}
|
|
1266
1266
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1267
1267
|
font-weight: 500;
|
|
1268
|
-
margin-left: 15px;
|
|
1269
1268
|
margin-right: auto;
|
|
1270
1269
|
}
|
|
1271
1270
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2145,6 +2144,10 @@
|
|
|
2145
2144
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2146
2145
|
text-align: right;
|
|
2147
2146
|
}
|
|
2147
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2148
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2149
|
+
padding: 5px;
|
|
2150
|
+
}
|
|
2148
2151
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2149
2152
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2150
2153
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3178,13 +3181,6 @@
|
|
|
3178
3181
|
left: 6px;
|
|
3179
3182
|
right: auto;
|
|
3180
3183
|
}
|
|
3181
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3182
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3183
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3184
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3185
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3186
|
-
margin-right: 10px;
|
|
3187
|
-
}
|
|
3188
3184
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3189
3185
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3190
3186
|
margin-left: 8px;
|
|
@@ -3370,6 +3366,10 @@
|
|
|
3370
3366
|
display: none;
|
|
3371
3367
|
}
|
|
3372
3368
|
|
|
3369
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3370
|
+
line-height: 1.4;
|
|
3371
|
+
}
|
|
3372
|
+
|
|
3373
3373
|
@media print {
|
|
3374
3374
|
.e-schedule .e-table-container {
|
|
3375
3375
|
display: block;
|
|
@@ -4739,6 +4739,9 @@
|
|
|
4739
4739
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4740
4740
|
padding: 0 8px 0 0;
|
|
4741
4741
|
}
|
|
4742
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4743
|
+
margin-right: 20px;
|
|
4744
|
+
}
|
|
4742
4745
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4743
4746
|
width: 30px;
|
|
4744
4747
|
}
|
|
@@ -4777,7 +4780,7 @@
|
|
|
4777
4780
|
}
|
|
4778
4781
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4779
4782
|
min-width: 30px;
|
|
4780
|
-
margin-bottom:
|
|
4783
|
+
margin-bottom: 23px;
|
|
4781
4784
|
}
|
|
4782
4785
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4783
4786
|
float: left;
|
|
@@ -1244,7 +1244,6 @@
|
|
|
1244
1244
|
}
|
|
1245
1245
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1246
1246
|
font-weight: 500;
|
|
1247
|
-
margin-left: 15px;
|
|
1248
1247
|
margin-right: auto;
|
|
1249
1248
|
}
|
|
1250
1249
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2124,6 +2123,10 @@
|
|
|
2124
2123
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2125
2124
|
text-align: right;
|
|
2126
2125
|
}
|
|
2126
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2127
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2128
|
+
padding: 5px;
|
|
2129
|
+
}
|
|
2127
2130
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2128
2131
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2129
2132
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3157,13 +3160,6 @@
|
|
|
3157
3160
|
left: 6px;
|
|
3158
3161
|
right: auto;
|
|
3159
3162
|
}
|
|
3160
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3161
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3162
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3163
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3164
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3165
|
-
margin-right: 10px;
|
|
3166
|
-
}
|
|
3167
3163
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3168
3164
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3169
3165
|
margin-left: 8px;
|
|
@@ -3349,6 +3345,10 @@
|
|
|
3349
3345
|
display: none;
|
|
3350
3346
|
}
|
|
3351
3347
|
|
|
3348
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3349
|
+
line-height: 1.6;
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3352
3352
|
@media print {
|
|
3353
3353
|
.e-schedule .e-table-container {
|
|
3354
3354
|
display: block;
|
|
@@ -4051,6 +4051,9 @@
|
|
|
4051
4051
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4052
4052
|
padding: 0 8px 0 0;
|
|
4053
4053
|
}
|
|
4054
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4055
|
+
margin-right: 20px;
|
|
4056
|
+
}
|
|
4054
4057
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4055
4058
|
width: 30px;
|
|
4056
4059
|
}
|
|
@@ -4089,7 +4092,7 @@
|
|
|
4089
4092
|
}
|
|
4090
4093
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4091
4094
|
min-width: 30px;
|
|
4092
|
-
margin-bottom:
|
|
4095
|
+
margin-bottom: 23px;
|
|
4093
4096
|
}
|
|
4094
4097
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4095
4098
|
float: left;
|
package/styles/material-dark.css
CHANGED
|
@@ -1244,7 +1244,6 @@
|
|
|
1244
1244
|
}
|
|
1245
1245
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1246
1246
|
font-weight: 500;
|
|
1247
|
-
margin-left: 15px;
|
|
1248
1247
|
margin-right: auto;
|
|
1249
1248
|
}
|
|
1250
1249
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2124,6 +2123,10 @@
|
|
|
2124
2123
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2125
2124
|
text-align: right;
|
|
2126
2125
|
}
|
|
2126
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2127
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2128
|
+
padding: 5px;
|
|
2129
|
+
}
|
|
2127
2130
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2128
2131
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2129
2132
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3157,13 +3160,6 @@
|
|
|
3157
3160
|
left: 6px;
|
|
3158
3161
|
right: auto;
|
|
3159
3162
|
}
|
|
3160
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3161
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3162
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3163
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3164
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3165
|
-
margin-right: 10px;
|
|
3166
|
-
}
|
|
3167
3163
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3168
3164
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3169
3165
|
margin-left: 8px;
|
|
@@ -3349,6 +3345,10 @@
|
|
|
3349
3345
|
display: none;
|
|
3350
3346
|
}
|
|
3351
3347
|
|
|
3348
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3349
|
+
line-height: 1.6;
|
|
3350
|
+
}
|
|
3351
|
+
|
|
3352
3352
|
@media print {
|
|
3353
3353
|
.e-schedule .e-table-container {
|
|
3354
3354
|
display: block;
|
|
@@ -4718,6 +4718,9 @@
|
|
|
4718
4718
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4719
4719
|
padding: 0 8px 0 0;
|
|
4720
4720
|
}
|
|
4721
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4722
|
+
margin-right: 20px;
|
|
4723
|
+
}
|
|
4721
4724
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4722
4725
|
width: 30px;
|
|
4723
4726
|
}
|
|
@@ -4756,7 +4759,7 @@
|
|
|
4756
4759
|
}
|
|
4757
4760
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4758
4761
|
min-width: 30px;
|
|
4759
|
-
margin-bottom:
|
|
4762
|
+
margin-bottom: 23px;
|
|
4760
4763
|
}
|
|
4761
4764
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4762
4765
|
float: left;
|
package/styles/material-lite.css
CHANGED
|
@@ -1279,7 +1279,6 @@
|
|
|
1279
1279
|
}
|
|
1280
1280
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1281
1281
|
font-weight: 500;
|
|
1282
|
-
margin-left: 15px;
|
|
1283
1282
|
margin-right: auto;
|
|
1284
1283
|
}
|
|
1285
1284
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2159,6 +2158,10 @@
|
|
|
2159
2158
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2160
2159
|
text-align: right;
|
|
2161
2160
|
}
|
|
2161
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2162
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2163
|
+
padding: 5px;
|
|
2164
|
+
}
|
|
2162
2165
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2163
2166
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2164
2167
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3192,13 +3195,6 @@
|
|
|
3192
3195
|
left: 6px;
|
|
3193
3196
|
right: auto;
|
|
3194
3197
|
}
|
|
3195
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3196
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3197
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3198
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3199
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3200
|
-
margin-right: 10px;
|
|
3201
|
-
}
|
|
3202
3198
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3203
3199
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3204
3200
|
margin-left: 8px;
|
|
@@ -3384,6 +3380,10 @@
|
|
|
3384
3380
|
display: none;
|
|
3385
3381
|
}
|
|
3386
3382
|
|
|
3383
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3384
|
+
line-height: 1.6;
|
|
3385
|
+
}
|
|
3386
|
+
|
|
3387
3387
|
@media print {
|
|
3388
3388
|
.e-schedule .e-table-container {
|
|
3389
3389
|
display: block;
|
|
@@ -4086,6 +4086,9 @@
|
|
|
4086
4086
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4087
4087
|
padding: 0 8px 0 0;
|
|
4088
4088
|
}
|
|
4089
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4090
|
+
margin-right: 20px;
|
|
4091
|
+
}
|
|
4089
4092
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4090
4093
|
width: 30px;
|
|
4091
4094
|
}
|
|
@@ -4124,7 +4127,7 @@
|
|
|
4124
4127
|
}
|
|
4125
4128
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4126
4129
|
min-width: 30px;
|
|
4127
|
-
margin-bottom:
|
|
4130
|
+
margin-bottom: 23px;
|
|
4128
4131
|
}
|
|
4129
4132
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4130
4133
|
float: left;
|
package/styles/material.css
CHANGED
|
@@ -1279,7 +1279,6 @@
|
|
|
1279
1279
|
}
|
|
1280
1280
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1281
1281
|
font-weight: 500;
|
|
1282
|
-
margin-left: 15px;
|
|
1283
1282
|
margin-right: auto;
|
|
1284
1283
|
}
|
|
1285
1284
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2159,6 +2158,10 @@
|
|
|
2159
2158
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2160
2159
|
text-align: right;
|
|
2161
2160
|
}
|
|
2161
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2162
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2163
|
+
padding: 5px;
|
|
2164
|
+
}
|
|
2162
2165
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2163
2166
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2164
2167
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3192,13 +3195,6 @@
|
|
|
3192
3195
|
left: 6px;
|
|
3193
3196
|
right: auto;
|
|
3194
3197
|
}
|
|
3195
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3196
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3197
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3198
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3199
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3200
|
-
margin-right: 10px;
|
|
3201
|
-
}
|
|
3202
3198
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3203
3199
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3204
3200
|
margin-left: 8px;
|
|
@@ -3384,6 +3380,10 @@
|
|
|
3384
3380
|
display: none;
|
|
3385
3381
|
}
|
|
3386
3382
|
|
|
3383
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3384
|
+
line-height: 1.6;
|
|
3385
|
+
}
|
|
3386
|
+
|
|
3387
3387
|
@media print {
|
|
3388
3388
|
.e-schedule .e-table-container {
|
|
3389
3389
|
display: block;
|
|
@@ -4753,6 +4753,9 @@
|
|
|
4753
4753
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4754
4754
|
padding: 0 8px 0 0;
|
|
4755
4755
|
}
|
|
4756
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4757
|
+
margin-right: 20px;
|
|
4758
|
+
}
|
|
4756
4759
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4757
4760
|
width: 30px;
|
|
4758
4761
|
}
|
|
@@ -4791,7 +4794,7 @@
|
|
|
4791
4794
|
}
|
|
4792
4795
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4793
4796
|
min-width: 30px;
|
|
4794
|
-
margin-bottom:
|
|
4797
|
+
margin-bottom: 23px;
|
|
4795
4798
|
}
|
|
4796
4799
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4797
4800
|
float: left;
|
|
@@ -1249,7 +1249,6 @@
|
|
|
1249
1249
|
}
|
|
1250
1250
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1251
1251
|
font-weight: 500;
|
|
1252
|
-
margin-left: 15px;
|
|
1253
1252
|
margin-right: auto;
|
|
1254
1253
|
}
|
|
1255
1254
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2131,6 +2130,10 @@
|
|
|
2131
2130
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2132
2131
|
text-align: right;
|
|
2133
2132
|
}
|
|
2133
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2134
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2135
|
+
padding: 8px 8px 8px 0;
|
|
2136
|
+
}
|
|
2134
2137
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2135
2138
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2136
2139
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3166,13 +3169,6 @@
|
|
|
3166
3169
|
left: 6px;
|
|
3167
3170
|
right: auto;
|
|
3168
3171
|
}
|
|
3169
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3170
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3171
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3172
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3173
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3174
|
-
margin-right: 10px;
|
|
3175
|
-
}
|
|
3176
3172
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3177
3173
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3178
3174
|
margin-left: 8px;
|
|
@@ -3358,6 +3354,10 @@
|
|
|
3358
3354
|
display: none;
|
|
3359
3355
|
}
|
|
3360
3356
|
|
|
3357
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3358
|
+
line-height: 1.8;
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
3361
|
@media print {
|
|
3362
3362
|
.e-schedule .e-table-container {
|
|
3363
3363
|
display: block;
|
|
@@ -4068,6 +4068,9 @@
|
|
|
4068
4068
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4069
4069
|
padding: 0 8px 0 0;
|
|
4070
4070
|
}
|
|
4071
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4072
|
+
margin-right: 20px;
|
|
4073
|
+
}
|
|
4071
4074
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4072
4075
|
width: 30px;
|
|
4073
4076
|
}
|
|
@@ -1249,7 +1249,6 @@
|
|
|
1249
1249
|
}
|
|
1250
1250
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1251
1251
|
font-weight: 500;
|
|
1252
|
-
margin-left: 15px;
|
|
1253
1252
|
margin-right: auto;
|
|
1254
1253
|
}
|
|
1255
1254
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2131,6 +2130,10 @@
|
|
|
2131
2130
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2132
2131
|
text-align: right;
|
|
2133
2132
|
}
|
|
2133
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2134
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2135
|
+
padding: 8px 8px 8px 0;
|
|
2136
|
+
}
|
|
2134
2137
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2135
2138
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2136
2139
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3166,13 +3169,6 @@
|
|
|
3166
3169
|
left: 6px;
|
|
3167
3170
|
right: auto;
|
|
3168
3171
|
}
|
|
3169
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3170
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3171
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3172
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3173
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3174
|
-
margin-right: 10px;
|
|
3175
|
-
}
|
|
3176
3172
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3177
3173
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3178
3174
|
margin-left: 8px;
|
|
@@ -3358,6 +3354,10 @@
|
|
|
3358
3354
|
display: none;
|
|
3359
3355
|
}
|
|
3360
3356
|
|
|
3357
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3358
|
+
line-height: 1.8;
|
|
3359
|
+
}
|
|
3360
|
+
|
|
3361
3361
|
@media print {
|
|
3362
3362
|
.e-schedule .e-table-container {
|
|
3363
3363
|
display: block;
|
|
@@ -4736,6 +4736,9 @@
|
|
|
4736
4736
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4737
4737
|
padding: 0 8px 0 0;
|
|
4738
4738
|
}
|
|
4739
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4740
|
+
margin-right: 20px;
|
|
4741
|
+
}
|
|
4739
4742
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4740
4743
|
width: 30px;
|
|
4741
4744
|
}
|
|
@@ -1251,7 +1251,6 @@
|
|
|
1251
1251
|
}
|
|
1252
1252
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1253
1253
|
font-weight: 500;
|
|
1254
|
-
margin-left: 15px;
|
|
1255
1254
|
margin-right: auto;
|
|
1256
1255
|
}
|
|
1257
1256
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2133,6 +2132,10 @@
|
|
|
2133
2132
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2134
2133
|
text-align: right;
|
|
2135
2134
|
}
|
|
2135
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2136
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2137
|
+
padding: 8px 8px 8px 0;
|
|
2138
|
+
}
|
|
2136
2139
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2137
2140
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2138
2141
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3168,13 +3171,6 @@
|
|
|
3168
3171
|
left: 6px;
|
|
3169
3172
|
right: auto;
|
|
3170
3173
|
}
|
|
3171
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3172
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3173
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3174
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3175
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3176
|
-
margin-right: 10px;
|
|
3177
|
-
}
|
|
3178
3174
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3179
3175
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3180
3176
|
margin-left: 8px;
|
|
@@ -3360,6 +3356,10 @@
|
|
|
3360
3356
|
display: none;
|
|
3361
3357
|
}
|
|
3362
3358
|
|
|
3359
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3360
|
+
line-height: 1.8;
|
|
3361
|
+
}
|
|
3362
|
+
|
|
3363
3363
|
@media print {
|
|
3364
3364
|
.e-schedule .e-table-container {
|
|
3365
3365
|
display: block;
|
|
@@ -4070,6 +4070,9 @@
|
|
|
4070
4070
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4071
4071
|
padding: 0 8px 0 0;
|
|
4072
4072
|
}
|
|
4073
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4074
|
+
margin-right: 20px;
|
|
4075
|
+
}
|
|
4073
4076
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4074
4077
|
width: 30px;
|
|
4075
4078
|
}
|