@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
|
@@ -63,6 +63,7 @@ $schedule-appointment-active-border-color: #000 !default;
|
|
|
63
63
|
$schedule-month-agenda-app-indicator-color: $schedule-appointment-bg-color !default;
|
|
64
64
|
$schedule-month-appointment-height: 22px !default;
|
|
65
65
|
$schedule-month-appointment-text-line-height: 18px !default;
|
|
66
|
+
$schedule-month-event-clone-line-height-subject: 1.4 !default;
|
|
66
67
|
$schedule-appointment-text-line-height: 20px !default;
|
|
67
68
|
$schedule-month-appointment-time-padding: 1.5px !default;
|
|
68
69
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -224,6 +225,7 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
|
|
|
224
225
|
$schedule-timeline-year-resource-cells-padding-left: 15px !default;
|
|
225
226
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
226
227
|
$schedule-timeline-date-header-wrap-padding: 5px !default;
|
|
228
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 5px !default;
|
|
227
229
|
$schedule-dialog-row-container-padding-bottom: 12px !default;
|
|
228
230
|
$schedule-dialog-all-day-row-padding-top: 8px !default;
|
|
229
231
|
$schedule-dialog-all-day-row-padding-bottom: 14px !default;
|
|
@@ -66,6 +66,7 @@ $schedule-appointment-active-border-color: $icon-color !default;
|
|
|
66
66
|
$schedule-month-agenda-app-indicator-color: $primary !default;
|
|
67
67
|
$schedule-month-appointment-height: 26px !default;
|
|
68
68
|
$schedule-month-appointment-text-line-height: 18px !default;
|
|
69
|
+
$schedule-month-event-clone-line-height-subject: 1.4 !default;
|
|
69
70
|
$schedule-appointment-text-line-height: 18px !default;
|
|
70
71
|
$schedule-month-appointment-time-padding: 1.5px !default;
|
|
71
72
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -227,6 +228,7 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
|
|
|
227
228
|
$schedule-timeline-year-resource-cells-padding-left: 15px !default;
|
|
228
229
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
229
230
|
$schedule-timeline-date-header-wrap-padding: 5px !default;
|
|
231
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 5px !default;
|
|
230
232
|
$schedule-dialog-row-container-padding-bottom: 12px !default;
|
|
231
233
|
$schedule-dialog-all-day-row-padding-top: 8px !default;
|
|
232
234
|
$schedule-dialog-all-day-row-padding-bottom: 14px !default;
|
|
@@ -259,7 +261,7 @@ $schedule-agenda-subject-wrap-margin-bottom: 0 !default;
|
|
|
259
261
|
$schedule-bigger-tbar-btn-font-size: $schedule-date-navigation-font-size !default;
|
|
260
262
|
$schedule-more-event-close-icon-font-size: $text-xxs !default;
|
|
261
263
|
$schedule-tbar-btn-icn-right-bgr-padding-top: 3px !default;
|
|
262
|
-
$schedule-following-events-dlg-padding:
|
|
264
|
+
$schedule-following-events-dlg-padding: 24px !default;
|
|
263
265
|
$schedule-bgr-date-time-icon-padding-right: 13px !default;
|
|
264
266
|
$schedule-bgr-more-event-close-icon-padding: unset !default;
|
|
265
267
|
$schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
@@ -66,6 +66,7 @@ $schedule-appointment-active-border-color: $icon-color !default;
|
|
|
66
66
|
$schedule-month-agenda-app-indicator-color: $primary !default;
|
|
67
67
|
$schedule-month-appointment-height: 26px !default;
|
|
68
68
|
$schedule-month-appointment-text-line-height: 18px !default;
|
|
69
|
+
$schedule-month-event-clone-line-height-subject: 1.3 !default;
|
|
69
70
|
$schedule-appointment-text-line-height: 18px !default;
|
|
70
71
|
$schedule-month-appointment-time-padding: 1.5px !default;
|
|
71
72
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -227,6 +228,7 @@ $schedule-timeline-year-resource-text-padding: 4px 12px !default;
|
|
|
227
228
|
$schedule-timeline-year-resource-cells-padding-left: 12px !default;
|
|
228
229
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
229
230
|
$schedule-timeline-date-header-wrap-padding: 8px 0 8px 8px !default;
|
|
231
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 8px 8px 8px 0 !default;
|
|
230
232
|
$schedule-dialog-row-container-padding-bottom: 12px !default;
|
|
231
233
|
$schedule-dialog-all-day-row-padding-top: 4px !default;
|
|
232
234
|
$schedule-dialog-all-day-row-padding-bottom: 12px !default;
|
|
@@ -50,6 +50,7 @@ $schedule-appointment-border-radius: 2px !default;
|
|
|
50
50
|
$schedule-appointment-active-border-color: $icon-color !default;
|
|
51
51
|
$schedule-month-appointment-height: 26px !default;
|
|
52
52
|
$schedule-month-appointment-text-line-height: 18px !default;
|
|
53
|
+
$schedule-month-event-clone-line-height-subject: 1.4 !default;
|
|
53
54
|
$schedule-appointment-text-line-height: 18px !default;
|
|
54
55
|
$schedule-month-appointment-time-padding: 1.5px !default;
|
|
55
56
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -163,6 +164,7 @@ $schedule-timeline-year-resource-text-padding: 4px 12px !default;
|
|
|
163
164
|
$schedule-timeline-year-resource-cells-padding-left: 12px !default;
|
|
164
165
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
165
166
|
$schedule-timeline-date-header-wrap-padding: 8px 0 8px 8px !default;
|
|
167
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 8px 8px 8px 0 !default;
|
|
166
168
|
$schedule-dialog-row-container-padding-bottom: 12px !default;
|
|
167
169
|
$schedule-dialog-all-day-row-padding-top: 4px !default;
|
|
168
170
|
$schedule-dialog-all-day-row-padding-bottom: 12px !default;
|
|
@@ -63,6 +63,7 @@ $schedule-appointment-selected-border: 1px solid $border-fg !default;
|
|
|
63
63
|
$schedule-month-agenda-app-indicator-color: $schedule-appointment-bg-color !default;
|
|
64
64
|
$schedule-month-appointment-height: 22px !default;
|
|
65
65
|
$schedule-month-appointment-text-line-height: 18px !default;
|
|
66
|
+
$schedule-month-event-clone-line-height-subject: 1.4 !default;
|
|
66
67
|
$schedule-appointment-text-line-height: 20px !default;
|
|
67
68
|
$schedule-month-appointment-time-padding: 1.5px !default;
|
|
68
69
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -224,6 +225,7 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
|
|
|
224
225
|
$schedule-timeline-year-resource-cells-padding-left: 15px !default;
|
|
225
226
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
226
227
|
$schedule-timeline-date-header-wrap-padding: 5px !default;
|
|
228
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 5px !default;
|
|
227
229
|
$schedule-dialog-row-container-padding-bottom: 12px !default;
|
|
228
230
|
$schedule-dialog-all-day-row-padding-top: 8px !default;
|
|
229
231
|
$schedule-dialog-all-day-row-padding-bottom: 14px !default;
|
|
@@ -63,6 +63,7 @@ $schedule-appointment-selected-border: 1px solid $bg-base-0 !default;
|
|
|
63
63
|
$schedule-month-agenda-app-indicator-color: $schedule-appointment-bg-color !default;
|
|
64
64
|
$schedule-month-appointment-height: 22px !default;
|
|
65
65
|
$schedule-month-appointment-text-line-height: 18px !default;
|
|
66
|
+
$schedule-month-event-clone-line-height-subject: 1.4 !default;
|
|
66
67
|
$schedule-appointment-text-line-height: 20px !default;
|
|
67
68
|
$schedule-month-appointment-time-padding: 1.5px !default;
|
|
68
69
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -225,6 +226,7 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
|
|
|
225
226
|
$schedule-timeline-year-resource-cells-padding-left: 15px !default;
|
|
226
227
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
227
228
|
$schedule-timeline-date-header-wrap-padding: 5px !default;
|
|
229
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 5px !default;
|
|
228
230
|
$schedule-dialog-row-container-padding-bottom: 12px !default;
|
|
229
231
|
$schedule-dialog-all-day-row-padding-top: 8px !default;
|
|
230
232
|
$schedule-dialog-all-day-row-padding-bottom: 14px !default;
|
|
@@ -1253,7 +1253,6 @@
|
|
|
1253
1253
|
|
|
1254
1254
|
.e-subject {
|
|
1255
1255
|
font-weight: 500;
|
|
1256
|
-
margin-left: 15px;
|
|
1257
1256
|
margin-right: auto;
|
|
1258
1257
|
}
|
|
1259
1258
|
|
|
@@ -2219,6 +2218,10 @@
|
|
|
2219
2218
|
.e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2220
2219
|
text-align: right;
|
|
2221
2220
|
}
|
|
2221
|
+
|
|
2222
|
+
.e-date-header-wrap table tbody td {
|
|
2223
|
+
padding: $schedule-rtl-timeline-date-header-wrap-padding;
|
|
2224
|
+
}
|
|
2222
2225
|
}
|
|
2223
2226
|
}
|
|
2224
2227
|
|
|
@@ -3454,16 +3457,6 @@
|
|
|
3454
3457
|
}
|
|
3455
3458
|
}
|
|
3456
3459
|
|
|
3457
|
-
.e-popup-content {
|
|
3458
|
-
.e-date-time-wrapper,
|
|
3459
|
-
.e-location-details,
|
|
3460
|
-
.e-time-zone-details,
|
|
3461
|
-
.e-description-details,
|
|
3462
|
-
.e-resource-details {
|
|
3463
|
-
margin-right: 10px;
|
|
3464
|
-
}
|
|
3465
|
-
}
|
|
3466
|
-
|
|
3467
3460
|
.e-event-details,
|
|
3468
3461
|
.e-event-edit {
|
|
3469
3462
|
margin-left: 8px;
|
|
@@ -3676,6 +3669,14 @@
|
|
|
3676
3669
|
}
|
|
3677
3670
|
}
|
|
3678
3671
|
}
|
|
3672
|
+
|
|
3673
|
+
.e-month-view .e-appointment.e-schedule-event-clone {
|
|
3674
|
+
.e-appointment-details {
|
|
3675
|
+
.e-subject {
|
|
3676
|
+
line-height: $schedule-month-event-clone-line-height-subject;
|
|
3677
|
+
}
|
|
3678
|
+
}
|
|
3679
|
+
}
|
|
3679
3680
|
}
|
|
3680
3681
|
|
|
3681
3682
|
@media print {
|
|
@@ -61,6 +61,7 @@ $schedule-appointment-active-border-color: $primary-50 !default;
|
|
|
61
61
|
$schedule-month-agenda-app-indicator-color: $primary !default;
|
|
62
62
|
$schedule-month-appointment-height: 22px !default;
|
|
63
63
|
$schedule-month-appointment-text-line-height: 20px !default;
|
|
64
|
+
$schedule-month-event-clone-line-height-subject: 1.6 !default;
|
|
64
65
|
$schedule-appointment-text-line-height: 20px !default;
|
|
65
66
|
$schedule-month-appointment-time-padding: 1.5px !default;
|
|
66
67
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -222,6 +223,7 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
|
|
|
222
223
|
$schedule-timeline-year-resource-cells-padding-left: 15px !default;
|
|
223
224
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
224
225
|
$schedule-timeline-date-header-wrap-padding: 5px !default;
|
|
226
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 5px !default;
|
|
225
227
|
$schedule-dialog-row-container-padding-bottom: 12px !default;
|
|
226
228
|
$schedule-dialog-all-day-row-padding-top: 8px !default;
|
|
227
229
|
$schedule-dialog-all-day-row-padding-bottom: 14px !default;
|
|
@@ -62,6 +62,7 @@ $schedule-appointment-active-border-color: #000 !default;
|
|
|
62
62
|
$schedule-month-agenda-app-indicator-color: $primary !default;
|
|
63
63
|
$schedule-month-appointment-height: 22px !default;
|
|
64
64
|
$schedule-month-appointment-text-line-height: 20px !default;
|
|
65
|
+
$schedule-month-event-clone-line-height-subject: 1.6 !default;
|
|
65
66
|
$schedule-appointment-text-line-height: 20px !default;
|
|
66
67
|
$schedule-month-appointment-time-padding: 1.5px !default;
|
|
67
68
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -219,6 +220,7 @@ $schedule-timeline-year-resource-text-padding: 4px 15px !default;
|
|
|
219
220
|
$schedule-timeline-year-resource-cells-padding-left: 15px !default;
|
|
220
221
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
221
222
|
$schedule-timeline-date-header-wrap-padding: 5px !default;
|
|
223
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 5px !default;
|
|
222
224
|
$schedule-dialog-row-container-padding-bottom: 12px !default;
|
|
223
225
|
$schedule-dialog-all-day-row-padding-top: 8px !default;
|
|
224
226
|
$schedule-dialog-all-day-row-padding-bottom: 14px !default;
|
|
@@ -51,6 +51,7 @@ $schedule-appointment-border-radius: 4px !default;
|
|
|
51
51
|
$schedule-appointment-active-border-color: rgba($icon-color) !default;
|
|
52
52
|
$schedule-month-appointment-height: 25px !default;
|
|
53
53
|
$schedule-month-appointment-text-line-height: 22px !default;
|
|
54
|
+
$schedule-month-event-clone-line-height-subject: 1.8 !default;
|
|
54
55
|
$schedule-appointment-text-line-height: 20px !default;
|
|
55
56
|
$schedule-month-appointment-time-padding: 2px !default;
|
|
56
57
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -167,6 +168,7 @@ $schedule-timeline-year-resource-text-padding: 4px 16px !default;
|
|
|
167
168
|
$schedule-timeline-year-resource-cells-padding-left: 16px !default;
|
|
168
169
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
169
170
|
$schedule-timeline-date-header-wrap-padding: 8px 0 8px 8px !default;
|
|
171
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 8px 8px 8px 0 !default;
|
|
170
172
|
$schedule-dialog-row-container-padding-bottom: 20px !default;
|
|
171
173
|
$schedule-dialog-all-day-row-padding-top: 4px !default;
|
|
172
174
|
$schedule-dialog-all-day-row-padding-bottom: 20px !default;
|
|
@@ -66,6 +66,7 @@ $schedule-appointment-active-border-color: $icon-color !default;
|
|
|
66
66
|
$schedule-month-agenda-app-indicator-color: $primary !default;
|
|
67
67
|
$schedule-month-appointment-height: 26px !default;
|
|
68
68
|
$schedule-month-appointment-text-line-height: 18px !default;
|
|
69
|
+
$schedule-month-event-clone-line-height-subject: 1.4 !default;
|
|
69
70
|
$schedule-appointment-text-line-height: 18px !default;
|
|
70
71
|
$schedule-month-appointment-time-padding: 1.5px !default;
|
|
71
72
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -225,6 +226,7 @@ $schedule-timeline-year-resource-text-padding: 4px 12px !default;
|
|
|
225
226
|
$schedule-timeline-year-resource-cells-padding-left: 12px !default;
|
|
226
227
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
227
228
|
$schedule-timeline-date-header-wrap-padding: 8px 0 8px 8px !default;
|
|
229
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 8px 8px 8px 0 !default;
|
|
228
230
|
$schedule-dialog-row-container-padding-bottom: 12px !default;
|
|
229
231
|
$schedule-dialog-all-day-row-padding-top: 4px !default;
|
|
230
232
|
$schedule-dialog-all-day-row-padding-bottom: 12px !default;
|
|
@@ -48,6 +48,7 @@ $schedule-appointment-border-radius: 8px !default;
|
|
|
48
48
|
$schedule-appointment-active-border-color: $icon-color !default;
|
|
49
49
|
$schedule-month-appointment-height: 26px !default;
|
|
50
50
|
$schedule-month-appointment-text-line-height: 18px !default;
|
|
51
|
+
$schedule-month-event-clone-line-height-subject: 1.4 !default;
|
|
51
52
|
$schedule-appointment-text-line-height: 18px !default;
|
|
52
53
|
$schedule-month-appointment-time-padding: 1.5px !default;
|
|
53
54
|
$schedule-month-appointment-subject-padding: 1px 2px !default;
|
|
@@ -164,6 +165,7 @@ $schedule-timeline-year-resource-text-padding: 4px 12px !default;
|
|
|
164
165
|
$schedule-timeline-year-resource-cells-padding-left: 12px !default;
|
|
165
166
|
$schedule-timeline-year-left-indent-padding: 0 !default;
|
|
166
167
|
$schedule-timeline-date-header-wrap-padding: 8px 0 8px 8px !default;
|
|
168
|
+
$schedule-rtl-timeline-date-header-wrap-padding: 8px 8px 8px 0 !default;
|
|
167
169
|
$schedule-dialog-row-container-padding-bottom: 12px !default;
|
|
168
170
|
$schedule-dialog-all-day-row-padding-top: 4px !default;
|
|
169
171
|
$schedule-dialog-all-day-row-padding-bottom: 12px !default;
|
package/styles/schedule/bds.css
CHANGED
|
@@ -1415,7 +1415,6 @@
|
|
|
1415
1415
|
}
|
|
1416
1416
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1417
1417
|
font-weight: 500;
|
|
1418
|
-
margin-left: 15px;
|
|
1419
1418
|
margin-right: auto;
|
|
1420
1419
|
}
|
|
1421
1420
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2295,6 +2294,10 @@
|
|
|
2295
2294
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2296
2295
|
text-align: right;
|
|
2297
2296
|
}
|
|
2297
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2298
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2299
|
+
padding: 8px 8px 8px 0;
|
|
2300
|
+
}
|
|
2298
2301
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2299
2302
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2300
2303
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3328,13 +3331,6 @@
|
|
|
3328
3331
|
left: 6px;
|
|
3329
3332
|
right: auto;
|
|
3330
3333
|
}
|
|
3331
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3332
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3333
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3334
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3335
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3336
|
-
margin-right: 10px;
|
|
3337
|
-
}
|
|
3338
3334
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3339
3335
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3340
3336
|
margin-left: 8px;
|
|
@@ -3520,6 +3516,10 @@
|
|
|
3520
3516
|
display: none;
|
|
3521
3517
|
}
|
|
3522
3518
|
|
|
3519
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3520
|
+
line-height: 1.4;
|
|
3521
|
+
}
|
|
3522
|
+
|
|
3523
3523
|
@media print {
|
|
3524
3524
|
.e-schedule .e-table-container {
|
|
3525
3525
|
display: block;
|
|
@@ -1197,7 +1197,6 @@
|
|
|
1197
1197
|
}
|
|
1198
1198
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1199
1199
|
font-weight: 500;
|
|
1200
|
-
margin-left: 15px;
|
|
1201
1200
|
margin-right: auto;
|
|
1202
1201
|
}
|
|
1203
1202
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2077,6 +2076,10 @@
|
|
|
2077
2076
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2078
2077
|
text-align: right;
|
|
2079
2078
|
}
|
|
2079
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2080
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2081
|
+
padding: 5px;
|
|
2082
|
+
}
|
|
2080
2083
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2081
2084
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2082
2085
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3110,13 +3113,6 @@
|
|
|
3110
3113
|
left: 6px;
|
|
3111
3114
|
right: auto;
|
|
3112
3115
|
}
|
|
3113
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3114
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3115
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3116
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3117
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3118
|
-
margin-right: 10px;
|
|
3119
|
-
}
|
|
3120
3116
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3121
3117
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3122
3118
|
margin-left: 8px;
|
|
@@ -3302,6 +3298,10 @@
|
|
|
3302
3298
|
display: none;
|
|
3303
3299
|
}
|
|
3304
3300
|
|
|
3301
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3302
|
+
line-height: 1.4;
|
|
3303
|
+
}
|
|
3304
|
+
|
|
3305
3305
|
@media print {
|
|
3306
3306
|
.e-schedule .e-table-container {
|
|
3307
3307
|
display: block;
|
|
@@ -1192,7 +1192,6 @@
|
|
|
1192
1192
|
}
|
|
1193
1193
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1194
1194
|
font-weight: 500;
|
|
1195
|
-
margin-left: 15px;
|
|
1196
1195
|
margin-right: auto;
|
|
1197
1196
|
}
|
|
1198
1197
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2072,6 +2071,10 @@
|
|
|
2072
2071
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2073
2072
|
text-align: right;
|
|
2074
2073
|
}
|
|
2074
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2075
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2076
|
+
padding: 5px;
|
|
2077
|
+
}
|
|
2075
2078
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2076
2079
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2077
2080
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3105,13 +3108,6 @@
|
|
|
3105
3108
|
left: 6px;
|
|
3106
3109
|
right: auto;
|
|
3107
3110
|
}
|
|
3108
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3109
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3110
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3111
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3112
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3113
|
-
margin-right: 10px;
|
|
3114
|
-
}
|
|
3115
3111
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3116
3112
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3117
3113
|
margin-left: 8px;
|
|
@@ -3297,6 +3293,10 @@
|
|
|
3297
3293
|
display: none;
|
|
3298
3294
|
}
|
|
3299
3295
|
|
|
3296
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3297
|
+
line-height: 1.4;
|
|
3298
|
+
}
|
|
3299
|
+
|
|
3300
3300
|
@media print {
|
|
3301
3301
|
.e-schedule .e-table-container {
|
|
3302
3302
|
display: block;
|
|
@@ -82,6 +82,14 @@
|
|
|
82
82
|
font-size: 12px;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
+
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
86
|
+
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
87
|
+
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
88
|
+
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
89
|
+
background: transparent;
|
|
90
|
+
color: #495057;
|
|
91
|
+
}
|
|
92
|
+
|
|
85
93
|
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
86
94
|
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
87
95
|
font-size: 10px;
|
|
@@ -1239,7 +1247,6 @@
|
|
|
1239
1247
|
}
|
|
1240
1248
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1241
1249
|
font-weight: 500;
|
|
1242
|
-
margin-left: 15px;
|
|
1243
1250
|
margin-right: auto;
|
|
1244
1251
|
}
|
|
1245
1252
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2119,6 +2126,10 @@
|
|
|
2119
2126
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2120
2127
|
text-align: right;
|
|
2121
2128
|
}
|
|
2129
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2130
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2131
|
+
padding: 8px 8px 8px 0;
|
|
2132
|
+
}
|
|
2122
2133
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2123
2134
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2124
2135
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3152,13 +3163,6 @@
|
|
|
3152
3163
|
left: 6px;
|
|
3153
3164
|
right: auto;
|
|
3154
3165
|
}
|
|
3155
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3156
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3157
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3158
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3159
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3160
|
-
margin-right: 10px;
|
|
3161
|
-
}
|
|
3162
3166
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3163
3167
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3164
3168
|
margin-left: 8px;
|
|
@@ -3344,6 +3348,10 @@
|
|
|
3344
3348
|
display: none;
|
|
3345
3349
|
}
|
|
3346
3350
|
|
|
3351
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3352
|
+
line-height: 1.5;
|
|
3353
|
+
}
|
|
3354
|
+
|
|
3347
3355
|
@media print {
|
|
3348
3356
|
.e-schedule .e-table-container {
|
|
3349
3357
|
display: block;
|
|
@@ -1242,7 +1242,6 @@
|
|
|
1242
1242
|
}
|
|
1243
1243
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1244
1244
|
font-weight: 500;
|
|
1245
|
-
margin-left: 15px;
|
|
1246
1245
|
margin-right: auto;
|
|
1247
1246
|
}
|
|
1248
1247
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2122,6 +2121,10 @@
|
|
|
2122
2121
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2123
2122
|
text-align: right;
|
|
2124
2123
|
}
|
|
2124
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2125
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2126
|
+
padding: 8px 8px 8px 0;
|
|
2127
|
+
}
|
|
2125
2128
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2126
2129
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2127
2130
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3155,13 +3158,6 @@
|
|
|
3155
3158
|
left: 6px;
|
|
3156
3159
|
right: auto;
|
|
3157
3160
|
}
|
|
3158
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3159
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3160
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3161
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3162
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3163
|
-
margin-right: 10px;
|
|
3164
|
-
}
|
|
3165
3161
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3166
3162
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3167
3163
|
margin-left: 8px;
|
|
@@ -3347,6 +3343,10 @@
|
|
|
3347
3343
|
display: none;
|
|
3348
3344
|
}
|
|
3349
3345
|
|
|
3346
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3347
|
+
line-height: 1.4;
|
|
3348
|
+
}
|
|
3349
|
+
|
|
3350
3350
|
@media print {
|
|
3351
3351
|
.e-schedule .e-table-container {
|
|
3352
3352
|
display: block;
|
|
@@ -1246,7 +1246,6 @@
|
|
|
1246
1246
|
}
|
|
1247
1247
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1248
1248
|
font-weight: 500;
|
|
1249
|
-
margin-left: 15px;
|
|
1250
1249
|
margin-right: auto;
|
|
1251
1250
|
}
|
|
1252
1251
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2126,6 +2125,10 @@
|
|
|
2126
2125
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2127
2126
|
text-align: right;
|
|
2128
2127
|
}
|
|
2128
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2129
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2130
|
+
padding: 8px 8px 8px 0;
|
|
2131
|
+
}
|
|
2129
2132
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2130
2133
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2131
2134
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3159,13 +3162,6 @@
|
|
|
3159
3162
|
left: 6px;
|
|
3160
3163
|
right: auto;
|
|
3161
3164
|
}
|
|
3162
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3163
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3164
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3165
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3166
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3167
|
-
margin-right: 10px;
|
|
3168
|
-
}
|
|
3169
3165
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3170
3166
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3171
3167
|
margin-left: 8px;
|
|
@@ -3351,6 +3347,10 @@
|
|
|
3351
3347
|
display: none;
|
|
3352
3348
|
}
|
|
3353
3349
|
|
|
3350
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3351
|
+
line-height: 1.4;
|
|
3352
|
+
}
|
|
3353
|
+
|
|
3354
3354
|
@media print {
|
|
3355
3355
|
.e-schedule .e-table-container {
|
|
3356
3356
|
display: block;
|
|
@@ -1242,7 +1242,6 @@
|
|
|
1242
1242
|
}
|
|
1243
1243
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1244
1244
|
font-weight: 500;
|
|
1245
|
-
margin-left: 15px;
|
|
1246
1245
|
margin-right: auto;
|
|
1247
1246
|
}
|
|
1248
1247
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2122,6 +2121,10 @@
|
|
|
2122
2121
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2123
2122
|
text-align: right;
|
|
2124
2123
|
}
|
|
2124
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2125
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2126
|
+
padding: 8px 8px 8px 0;
|
|
2127
|
+
}
|
|
2125
2128
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2126
2129
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2127
2130
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3155,13 +3158,6 @@
|
|
|
3155
3158
|
left: 6px;
|
|
3156
3159
|
right: auto;
|
|
3157
3160
|
}
|
|
3158
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3159
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3160
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3161
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3162
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3163
|
-
margin-right: 10px;
|
|
3164
|
-
}
|
|
3165
3161
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3166
3162
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3167
3163
|
margin-left: 8px;
|
|
@@ -3347,6 +3343,10 @@
|
|
|
3347
3343
|
display: none;
|
|
3348
3344
|
}
|
|
3349
3345
|
|
|
3346
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3347
|
+
line-height: 1.4;
|
|
3348
|
+
}
|
|
3349
|
+
|
|
3350
3350
|
@media print {
|
|
3351
3351
|
.e-schedule .e-table-container {
|
|
3352
3352
|
display: block;
|
|
@@ -1167,7 +1167,6 @@
|
|
|
1167
1167
|
}
|
|
1168
1168
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1169
1169
|
font-weight: 500;
|
|
1170
|
-
margin-left: 15px;
|
|
1171
1170
|
margin-right: auto;
|
|
1172
1171
|
}
|
|
1173
1172
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2047,6 +2046,10 @@
|
|
|
2047
2046
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2048
2047
|
text-align: right;
|
|
2049
2048
|
}
|
|
2049
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2050
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2051
|
+
padding: 5px;
|
|
2052
|
+
}
|
|
2050
2053
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2051
2054
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2052
2055
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3080,13 +3083,6 @@
|
|
|
3080
3083
|
left: 6px;
|
|
3081
3084
|
right: auto;
|
|
3082
3085
|
}
|
|
3083
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3084
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3085
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3086
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3087
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3088
|
-
margin-right: 10px;
|
|
3089
|
-
}
|
|
3090
3086
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3091
3087
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3092
3088
|
margin-left: 8px;
|
|
@@ -3272,6 +3268,10 @@
|
|
|
3272
3268
|
display: none;
|
|
3273
3269
|
}
|
|
3274
3270
|
|
|
3271
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3272
|
+
line-height: 1.4;
|
|
3273
|
+
}
|
|
3274
|
+
|
|
3275
3275
|
@media print {
|
|
3276
3276
|
.e-schedule .e-table-container {
|
|
3277
3277
|
display: block;
|
|
@@ -1164,7 +1164,6 @@
|
|
|
1164
1164
|
}
|
|
1165
1165
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-subject {
|
|
1166
1166
|
font-weight: 500;
|
|
1167
|
-
margin-left: 15px;
|
|
1168
1167
|
margin-right: auto;
|
|
1169
1168
|
}
|
|
1170
1169
|
.e-schedule.e-rtl .e-vertical-view .e-day-wrapper .e-appointment .e-recurrence-icon,
|
|
@@ -2044,6 +2043,10 @@
|
|
|
2044
2043
|
.e-schedule.e-rtl .e-timeline-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
|
|
2045
2044
|
text-align: right;
|
|
2046
2045
|
}
|
|
2046
|
+
.e-schedule.e-rtl .e-timeline-view .e-date-header-wrap table tbody td,
|
|
2047
|
+
.e-schedule.e-rtl .e-timeline-month-view .e-date-header-wrap table tbody td {
|
|
2048
|
+
padding: 5px;
|
|
2049
|
+
}
|
|
2047
2050
|
.e-schedule.e-device .e-month-view .e-date-header-wrap,
|
|
2048
2051
|
.e-schedule.e-device .e-timeline-view .e-date-header-wrap,
|
|
2049
2052
|
.e-schedule.e-device .e-timeline-month-view .e-date-header-wrap {
|
|
@@ -3077,13 +3080,6 @@
|
|
|
3077
3080
|
left: 6px;
|
|
3078
3081
|
right: auto;
|
|
3079
3082
|
}
|
|
3080
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-date-time-wrapper,
|
|
3081
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-location-details,
|
|
3082
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-time-zone-details,
|
|
3083
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-description-details,
|
|
3084
|
-
.e-quick-popup-wrapper.e-rtl .e-popup-content .e-resource-details {
|
|
3085
|
-
margin-right: 10px;
|
|
3086
|
-
}
|
|
3087
3083
|
.e-quick-popup-wrapper.e-rtl .e-event-details,
|
|
3088
3084
|
.e-quick-popup-wrapper.e-rtl .e-event-edit {
|
|
3089
3085
|
margin-left: 8px;
|
|
@@ -3269,6 +3265,10 @@
|
|
|
3269
3265
|
display: none;
|
|
3270
3266
|
}
|
|
3271
3267
|
|
|
3268
|
+
.e-month-view .e-appointment.e-schedule-event-clone .e-appointment-details .e-subject {
|
|
3269
|
+
line-height: 1.4;
|
|
3270
|
+
}
|
|
3271
|
+
|
|
3272
3272
|
@media print {
|
|
3273
3273
|
.e-schedule .e-table-container {
|
|
3274
3274
|
display: block;
|