@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
package/styles/bootstrap5.css
CHANGED
|
@@ -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;
|
|
@@ -4716,6 +4716,9 @@
|
|
|
4716
4716
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4717
4717
|
padding: 0 8px 0 0;
|
|
4718
4718
|
}
|
|
4719
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4720
|
+
margin-right: 20px;
|
|
4721
|
+
}
|
|
4719
4722
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4720
4723
|
width: 30px;
|
|
4721
4724
|
}
|
|
@@ -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;
|
|
@@ -3974,6 +3974,9 @@
|
|
|
3974
3974
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
3975
3975
|
padding: 0 8px 0 0;
|
|
3976
3976
|
}
|
|
3977
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
3978
|
+
margin-right: 20px;
|
|
3979
|
+
}
|
|
3977
3980
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
3978
3981
|
width: 30px;
|
|
3979
3982
|
}
|
|
@@ -4012,7 +4015,7 @@
|
|
|
4012
4015
|
}
|
|
4013
4016
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4014
4017
|
min-width: 30px;
|
|
4015
|
-
margin-bottom:
|
|
4018
|
+
margin-bottom: 23px;
|
|
4016
4019
|
}
|
|
4017
4020
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4018
4021
|
float: left;
|
package/styles/fabric-dark.css
CHANGED
|
@@ -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;
|
|
@@ -4641,6 +4641,9 @@
|
|
|
4641
4641
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4642
4642
|
padding: 0 8px 0 0;
|
|
4643
4643
|
}
|
|
4644
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4645
|
+
margin-right: 20px;
|
|
4646
|
+
}
|
|
4644
4647
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4645
4648
|
width: 30px;
|
|
4646
4649
|
}
|
|
@@ -4679,7 +4682,7 @@
|
|
|
4679
4682
|
}
|
|
4680
4683
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4681
4684
|
min-width: 30px;
|
|
4682
|
-
margin-bottom:
|
|
4685
|
+
margin-bottom: 23px;
|
|
4683
4686
|
}
|
|
4684
4687
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4685
4688
|
float: left;
|
package/styles/fabric-lite.css
CHANGED
|
@@ -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;
|
|
@@ -3971,6 +3971,9 @@
|
|
|
3971
3971
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
3972
3972
|
padding: 0 8px 0 0;
|
|
3973
3973
|
}
|
|
3974
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
3975
|
+
margin-right: 20px;
|
|
3976
|
+
}
|
|
3974
3977
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
3975
3978
|
width: 30px;
|
|
3976
3979
|
}
|
|
@@ -4009,7 +4012,7 @@
|
|
|
4009
4012
|
}
|
|
4010
4013
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4011
4014
|
min-width: 30px;
|
|
4012
|
-
margin-bottom:
|
|
4015
|
+
margin-bottom: 23px;
|
|
4013
4016
|
}
|
|
4014
4017
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4015
4018
|
float: left;
|
package/styles/fabric.css
CHANGED
|
@@ -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;
|
|
@@ -4638,6 +4638,9 @@
|
|
|
4638
4638
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4639
4639
|
padding: 0 8px 0 0;
|
|
4640
4640
|
}
|
|
4641
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4642
|
+
margin-right: 20px;
|
|
4643
|
+
}
|
|
4641
4644
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4642
4645
|
width: 30px;
|
|
4643
4646
|
}
|
|
@@ -4676,7 +4679,7 @@
|
|
|
4676
4679
|
}
|
|
4677
4680
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4678
4681
|
min-width: 30px;
|
|
4679
|
-
margin-bottom:
|
|
4682
|
+
margin-bottom: 23px;
|
|
4680
4683
|
}
|
|
4681
4684
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4682
4685
|
float: left;
|
|
@@ -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;
|
|
@@ -4037,6 +4037,9 @@
|
|
|
4037
4037
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4038
4038
|
padding: 0 8px 0 0;
|
|
4039
4039
|
}
|
|
4040
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4041
|
+
margin-right: 20px;
|
|
4042
|
+
}
|
|
4040
4043
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4041
4044
|
width: 30px;
|
|
4042
4045
|
}
|
|
@@ -4075,7 +4078,7 @@
|
|
|
4075
4078
|
}
|
|
4076
4079
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4077
4080
|
min-width: 30px;
|
|
4078
|
-
margin-bottom:
|
|
4081
|
+
margin-bottom: 0;
|
|
4079
4082
|
}
|
|
4080
4083
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4081
4084
|
float: left;
|
package/styles/fluent-dark.css
CHANGED
|
@@ -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;
|
|
@@ -4704,6 +4704,9 @@
|
|
|
4704
4704
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4705
4705
|
padding: 0 8px 0 0;
|
|
4706
4706
|
}
|
|
4707
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4708
|
+
margin-right: 20px;
|
|
4709
|
+
}
|
|
4707
4710
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4708
4711
|
width: 30px;
|
|
4709
4712
|
}
|
|
@@ -4742,7 +4745,7 @@
|
|
|
4742
4745
|
}
|
|
4743
4746
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4744
4747
|
min-width: 30px;
|
|
4745
|
-
margin-bottom:
|
|
4748
|
+
margin-bottom: 0;
|
|
4746
4749
|
}
|
|
4747
4750
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4748
4751
|
float: left;
|
package/styles/fluent-lite.css
CHANGED
|
@@ -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;
|
|
@@ -4037,6 +4037,9 @@
|
|
|
4037
4037
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4038
4038
|
padding: 0 8px 0 0;
|
|
4039
4039
|
}
|
|
4040
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4041
|
+
margin-right: 20px;
|
|
4042
|
+
}
|
|
4040
4043
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4041
4044
|
width: 30px;
|
|
4042
4045
|
}
|
|
@@ -4075,7 +4078,7 @@
|
|
|
4075
4078
|
}
|
|
4076
4079
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4077
4080
|
min-width: 30px;
|
|
4078
|
-
margin-bottom:
|
|
4081
|
+
margin-bottom: 0;
|
|
4079
4082
|
}
|
|
4080
4083
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4081
4084
|
float: left;
|
package/styles/fluent.css
CHANGED
|
@@ -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;
|
|
@@ -4704,6 +4704,9 @@
|
|
|
4704
4704
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4705
4705
|
padding: 0 8px 0 0;
|
|
4706
4706
|
}
|
|
4707
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4708
|
+
margin-right: 20px;
|
|
4709
|
+
}
|
|
4707
4710
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4708
4711
|
width: 30px;
|
|
4709
4712
|
}
|
|
@@ -4742,7 +4745,7 @@
|
|
|
4742
4745
|
}
|
|
4743
4746
|
.e-recurrenceeditor .e-input-wrapper.e-month-expander-checkbox-wrapper.e-repeat-on-week-selector {
|
|
4744
4747
|
min-width: 30px;
|
|
4745
|
-
margin-bottom:
|
|
4748
|
+
margin-bottom: 0;
|
|
4746
4749
|
}
|
|
4747
4750
|
.e-recurrenceeditor .e-input-wrapper-side {
|
|
4748
4751
|
float: left;
|
package/styles/fluent2-lite.css
CHANGED
|
@@ -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;
|
|
@@ -4281,6 +4281,9 @@
|
|
|
4281
4281
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4282
4282
|
padding: 0 8px 0 0;
|
|
4283
4283
|
}
|
|
4284
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4285
|
+
margin-right: 20px;
|
|
4286
|
+
}
|
|
4284
4287
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4285
4288
|
width: 30px;
|
|
4286
4289
|
}
|
package/styles/fluent2.css
CHANGED
|
@@ -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;
|
|
@@ -4949,6 +4949,9 @@
|
|
|
4949
4949
|
.e-recurrenceeditor.e-rtl .e-input-wrapper.e-end-on-count {
|
|
4950
4950
|
padding: 0 8px 0 0;
|
|
4951
4951
|
}
|
|
4952
|
+
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-day-position {
|
|
4953
|
+
margin-right: 20px;
|
|
4954
|
+
}
|
|
4952
4955
|
.e-recurrenceeditor.e-rtl .e-recurrenceeditor .e-recurrence-table.e-month-expand-wrapper td:first-child {
|
|
4953
4956
|
width: 30px;
|
|
4954
4957
|
}
|