@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
|
@@ -1230,7 +1230,6 @@
|
|
|
1230
1230
|
}
|
|
1231
1231
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1232
1232
|
font-weight: 500;
|
|
1233
|
-
margin-left: 15px;
|
|
1234
1233
|
margin-right: auto;
|
|
1235
1234
|
}
|
|
1236
1235
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2110,6 +2109,10 @@
|
|
|
2110
2109
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2111
2110
|
text-align: right;
|
|
2112
2111
|
}
|
|
2112
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2113
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2114
|
+
padding: 5px;
|
|
2115
|
+
}
|
|
2113
2116
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2114
2117
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2115
2118
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -2572,7 +2575,7 @@
|
|
|
2572
2575
|
width: 440px;
|
|
2573
2576
|
}
|
|
2574
2577
|
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
2575
|
-
padding:
|
|
2578
|
+
padding: 24px;
|
|
2576
2579
|
}
|
|
2577
2580
|
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button {
|
|
2578
2581
|
margin-bottom: 6px;
|
|
@@ -3143,13 +3146,6 @@
|
|
|
3143
3146
|
left: 6px;
|
|
3144
3147
|
right: auto;
|
|
3145
3148
|
}
|
|
3146
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3147
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3148
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3149
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3150
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3151
|
-
margin-right: 10px;
|
|
3152
|
-
}
|
|
3153
3149
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3154
3150
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3155
3151
|
margin-left: 8px;
|
|
@@ -3335,6 +3331,10 @@
|
|
|
3335
3331
|
display: none;
|
|
3336
3332
|
}
|
|
3337
3333
|
|
|
3334
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3335
|
+
line-height: 1.4;
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3338
3338
|
@media print {
|
|
3339
3339
|
.e-schedule .e-table-container {
|
|
3340
3340
|
display: block;
|
|
@@ -1230,7 +1230,6 @@
|
|
|
1230
1230
|
}
|
|
1231
1231
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1232
1232
|
font-weight: 500;
|
|
1233
|
-
margin-left: 15px;
|
|
1234
1233
|
margin-right: auto;
|
|
1235
1234
|
}
|
|
1236
1235
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2110,6 +2109,10 @@
|
|
|
2110
2109
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2111
2110
|
text-align: right;
|
|
2112
2111
|
}
|
|
2112
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2113
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2114
|
+
padding: 5px;
|
|
2115
|
+
}
|
|
2113
2116
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2114
2117
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2115
2118
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -2572,7 +2575,7 @@
|
|
|
2572
2575
|
width: 440px;
|
|
2573
2576
|
}
|
|
2574
2577
|
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content {
|
|
2575
|
-
padding:
|
|
2578
|
+
padding: 24px;
|
|
2576
2579
|
}
|
|
2577
2580
|
.e-dialog.e-quick-dialog.e-following-events-dialog .e-footer-content button {
|
|
2578
2581
|
margin-bottom: 6px;
|
|
@@ -3143,13 +3146,6 @@
|
|
|
3143
3146
|
left: 6px;
|
|
3144
3147
|
right: auto;
|
|
3145
3148
|
}
|
|
3146
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3147
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3148
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3149
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3150
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3151
|
-
margin-right: 10px;
|
|
3152
|
-
}
|
|
3153
3149
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3154
3150
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3155
3151
|
margin-left: 8px;
|
|
@@ -3335,6 +3331,10 @@
|
|
|
3335
3331
|
display: none;
|
|
3336
3332
|
}
|
|
3337
3333
|
|
|
3334
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3335
|
+
line-height: 1.4;
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3338
3338
|
@media print {
|
|
3339
3339
|
.e-schedule .e-table-container {
|
|
3340
3340
|
display: block;
|
|
@@ -1396,7 +1396,6 @@
|
|
|
1396
1396
|
}
|
|
1397
1397
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1398
1398
|
font-weight: 500;
|
|
1399
|
-
margin-left: 15px;
|
|
1400
1399
|
margin-right: auto;
|
|
1401
1400
|
}
|
|
1402
1401
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2278,6 +2277,10 @@
|
|
|
2278
2277
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2279
2278
|
text-align: right;
|
|
2280
2279
|
}
|
|
2280
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2281
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2282
|
+
padding: 8px 8px 8px 0;
|
|
2283
|
+
}
|
|
2281
2284
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2282
2285
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2283
2286
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3332,13 +3335,6 @@
|
|
|
3332
3335
|
left: 6px;
|
|
3333
3336
|
right: auto;
|
|
3334
3337
|
}
|
|
3335
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3336
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3337
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3338
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3339
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3340
|
-
margin-right: 10px;
|
|
3341
|
-
}
|
|
3342
3338
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3343
3339
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3344
3340
|
margin-left: 8px;
|
|
@@ -3524,6 +3520,10 @@
|
|
|
3524
3520
|
display: none;
|
|
3525
3521
|
}
|
|
3526
3522
|
|
|
3523
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3524
|
+
line-height: 1.3;
|
|
3525
|
+
}
|
|
3526
|
+
|
|
3527
3527
|
@media print {
|
|
3528
3528
|
.e-schedule .e-table-container {
|
|
3529
3529
|
display: block;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -1207,7 +1207,6 @@
|
|
|
1207
1207
|
}
|
|
1208
1208
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1209
1209
|
font-weight: 500;
|
|
1210
|
-
margin-left: 15px;
|
|
1211
1210
|
margin-right: auto;
|
|
1212
1211
|
}
|
|
1213
1212
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2087,6 +2086,10 @@
|
|
|
2087
2086
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2088
2087
|
text-align: right;
|
|
2089
2088
|
}
|
|
2089
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2090
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2091
|
+
padding: 8px 8px 8px 0;
|
|
2092
|
+
}
|
|
2090
2093
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2091
2094
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2092
2095
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3120,13 +3123,6 @@
|
|
|
3120
3123
|
left: 6px;
|
|
3121
3124
|
right: auto;
|
|
3122
3125
|
}
|
|
3123
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3124
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3125
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3126
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3127
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3128
|
-
margin-right: 10px;
|
|
3129
|
-
}
|
|
3130
3126
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3131
3127
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3132
3128
|
margin-left: 8px;
|
|
@@ -3312,6 +3308,10 @@
|
|
|
3312
3308
|
display: none;
|
|
3313
3309
|
}
|
|
3314
3310
|
|
|
3311
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3312
|
+
line-height: 1.4;
|
|
3313
|
+
}
|
|
3314
|
+
|
|
3315
3315
|
@media print {
|
|
3316
3316
|
.e-schedule .e-table-container {
|
|
3317
3317
|
display: block;
|
|
@@ -1207,7 +1207,6 @@
|
|
|
1207
1207
|
}
|
|
1208
1208
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1209
1209
|
font-weight: 500;
|
|
1210
|
-
margin-left: 15px;
|
|
1211
1210
|
margin-right: auto;
|
|
1212
1211
|
}
|
|
1213
1212
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2087,6 +2086,10 @@
|
|
|
2087
2086
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2088
2087
|
text-align: right;
|
|
2089
2088
|
}
|
|
2089
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2090
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2091
|
+
padding: 8px 8px 8px 0;
|
|
2092
|
+
}
|
|
2090
2093
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2091
2094
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2092
2095
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3120,13 +3123,6 @@
|
|
|
3120
3123
|
left: 6px;
|
|
3121
3124
|
right: auto;
|
|
3122
3125
|
}
|
|
3123
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3124
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3125
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3126
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3127
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3128
|
-
margin-right: 10px;
|
|
3129
|
-
}
|
|
3130
3126
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3131
3127
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3132
3128
|
margin-left: 8px;
|
|
@@ -3312,6 +3308,10 @@
|
|
|
3312
3308
|
display: none;
|
|
3313
3309
|
}
|
|
3314
3310
|
|
|
3311
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3312
|
+
line-height: 1.4;
|
|
3313
|
+
}
|
|
3314
|
+
|
|
3315
3315
|
@media print {
|
|
3316
3316
|
.e-schedule .e-table-container {
|
|
3317
3317
|
display: block;
|
|
@@ -1254,7 +1254,6 @@
|
|
|
1254
1254
|
}
|
|
1255
1255
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1256
1256
|
font-weight: 500;
|
|
1257
|
-
margin-left: 15px;
|
|
1258
1257
|
margin-right: auto;
|
|
1259
1258
|
}
|
|
1260
1259
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2134,6 +2133,10 @@
|
|
|
2134
2133
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2135
2134
|
text-align: right;
|
|
2136
2135
|
}
|
|
2136
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2137
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2138
|
+
padding: 8px 8px 8px 0;
|
|
2139
|
+
}
|
|
2137
2140
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2138
2141
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2139
2142
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3167,13 +3170,6 @@
|
|
|
3167
3170
|
left: 6px;
|
|
3168
3171
|
right: auto;
|
|
3169
3172
|
}
|
|
3170
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3171
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3172
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3173
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3174
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3175
|
-
margin-right: 10px;
|
|
3176
|
-
}
|
|
3177
3173
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3178
3174
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3179
3175
|
margin-left: 8px;
|
|
@@ -3359,6 +3355,10 @@
|
|
|
3359
3355
|
display: none;
|
|
3360
3356
|
}
|
|
3361
3357
|
|
|
3358
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3359
|
+
line-height: 1.4;
|
|
3360
|
+
}
|
|
3361
|
+
|
|
3362
3362
|
@media print {
|
|
3363
3363
|
.e-schedule .e-table-container {
|
|
3364
3364
|
display: block;
|
|
@@ -1207,7 +1207,6 @@
|
|
|
1207
1207
|
}
|
|
1208
1208
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1209
1209
|
font-weight: 500;
|
|
1210
|
-
margin-left: 15px;
|
|
1211
1210
|
margin-right: auto;
|
|
1212
1211
|
}
|
|
1213
1212
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2087,6 +2086,10 @@
|
|
|
2087
2086
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2088
2087
|
text-align: right;
|
|
2089
2088
|
}
|
|
2089
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2090
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2091
|
+
padding: 8px 8px 8px 0;
|
|
2092
|
+
}
|
|
2090
2093
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2091
2094
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2092
2095
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3120,13 +3123,6 @@
|
|
|
3120
3123
|
left: 6px;
|
|
3121
3124
|
right: auto;
|
|
3122
3125
|
}
|
|
3123
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3124
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3125
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3126
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3127
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3128
|
-
margin-right: 10px;
|
|
3129
|
-
}
|
|
3130
3126
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3131
3127
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3132
3128
|
margin-left: 8px;
|
|
@@ -3312,6 +3308,10 @@
|
|
|
3312
3308
|
display: none;
|
|
3313
3309
|
}
|
|
3314
3310
|
|
|
3311
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3312
|
+
line-height: 1.4;
|
|
3313
|
+
}
|
|
3314
|
+
|
|
3315
3315
|
@media print {
|
|
3316
3316
|
.e-schedule .e-table-container {
|
|
3317
3317
|
display: block;
|
|
@@ -4014,6 +4014,9 @@
|
|
|
4014
4014
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4015
4015
|
padding: 0 8px 0 0;
|
|
4016
4016
|
}
|
|
4017
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4018
|
+
margin-right: 20px;
|
|
4019
|
+
}
|
|
4017
4020
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4018
4021
|
width: 30px;
|
|
4019
4022
|
}
|
package/styles/tailwind-dark.css
CHANGED
|
@@ -1207,7 +1207,6 @@
|
|
|
1207
1207
|
}
|
|
1208
1208
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1209
1209
|
font-weight: 500;
|
|
1210
|
-
margin-left: 15px;
|
|
1211
1210
|
margin-right: auto;
|
|
1212
1211
|
}
|
|
1213
1212
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2087,6 +2086,10 @@
|
|
|
2087
2086
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2088
2087
|
text-align: right;
|
|
2089
2088
|
}
|
|
2089
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2090
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2091
|
+
padding: 8px 8px 8px 0;
|
|
2092
|
+
}
|
|
2090
2093
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2091
2094
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2092
2095
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3120,13 +3123,6 @@
|
|
|
3120
3123
|
left: 6px;
|
|
3121
3124
|
right: auto;
|
|
3122
3125
|
}
|
|
3123
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3124
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3125
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3126
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3127
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3128
|
-
margin-right: 10px;
|
|
3129
|
-
}
|
|
3130
3126
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3131
3127
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3132
3128
|
margin-left: 8px;
|
|
@@ -3312,6 +3308,10 @@
|
|
|
3312
3308
|
display: none;
|
|
3313
3309
|
}
|
|
3314
3310
|
|
|
3311
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3312
|
+
line-height: 1.4;
|
|
3313
|
+
}
|
|
3314
|
+
|
|
3315
3315
|
@media print {
|
|
3316
3316
|
.e-schedule .e-table-container {
|
|
3317
3317
|
display: block;
|
|
@@ -4681,6 +4681,9 @@
|
|
|
4681
4681
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4682
4682
|
padding: 0 8px 0 0;
|
|
4683
4683
|
}
|
|
4684
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4685
|
+
margin-right: 20px;
|
|
4686
|
+
}
|
|
4684
4687
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4685
4688
|
width: 30px;
|
|
4686
4689
|
}
|