@syncfusion/ej2-vue-schedule 19.3.53 → 19.4.41
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/CHANGELOG.md +50 -0
- package/dist/ej2-vue-schedule.umd.min.js +1 -1
- package/dist/es6/ej2-vue-schedule.es2015.js +3 -3
- package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-schedule.es5.js +3 -3
- package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
- package/dist/global/ej2-vue-schedule.min.js +2 -2
- package/package.json +8 -8
- package/src/recurrence-editor/recurrenceeditor.component.js +1 -1
- package/src/schedule/schedule.component.js +2 -2
- package/styles/bootstrap-dark.css +108 -27
- package/styles/bootstrap.css +105 -27
- package/styles/bootstrap4.css +117 -62
- package/styles/bootstrap5-dark.css +118 -67
- package/styles/bootstrap5.css +118 -67
- package/styles/fabric-dark.css +108 -26
- package/styles/fabric.css +109 -26
- package/styles/highcontrast-light.css +104 -26
- package/styles/highcontrast.css +109 -28
- package/styles/material-dark.css +110 -32
- package/styles/material.css +103 -25
- package/styles/recurrence-editor/bootstrap-dark.css +20 -4
- package/styles/recurrence-editor/bootstrap.css +20 -4
- package/styles/recurrence-editor/bootstrap4.css +20 -4
- package/styles/recurrence-editor/bootstrap5-dark.css +20 -4
- package/styles/recurrence-editor/bootstrap5.css +20 -4
- package/styles/recurrence-editor/fabric-dark.css +20 -4
- package/styles/recurrence-editor/fabric.css +20 -4
- package/styles/recurrence-editor/highcontrast-light.css +20 -4
- package/styles/recurrence-editor/highcontrast.css +20 -4
- package/styles/recurrence-editor/material-dark.css +20 -4
- package/styles/recurrence-editor/material.css +20 -4
- package/styles/recurrence-editor/tailwind-dark.css +20 -4
- package/styles/recurrence-editor/tailwind.css +20 -4
- package/styles/schedule/bootstrap-dark.css +88 -23
- package/styles/schedule/bootstrap.css +85 -23
- package/styles/schedule/bootstrap4.css +97 -58
- package/styles/schedule/bootstrap5-dark.css +98 -63
- package/styles/schedule/bootstrap5.css +98 -63
- package/styles/schedule/fabric-dark.css +88 -22
- package/styles/schedule/fabric.css +89 -22
- package/styles/schedule/highcontrast-light.css +84 -22
- package/styles/schedule/highcontrast.css +89 -24
- package/styles/schedule/material-dark.css +90 -28
- package/styles/schedule/material.css +83 -21
- package/styles/schedule/tailwind-dark.css +94 -52
- package/styles/schedule/tailwind.css +94 -52
- package/styles/tailwind-dark.css +114 -56
- package/styles/tailwind.css +114 -56
package/styles/highcontrast.css
CHANGED
|
@@ -225,10 +225,6 @@
|
|
|
225
225
|
color: #ffd939;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.e-schedule .e-schedule-toolbar .e-toolbar-pop {
|
|
229
|
-
overflow: auto;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
228
|
.e-schedule .e-schedule-toolbar .e-tbar-btn .e-tbar-btn-text {
|
|
233
229
|
cursor: pointer;
|
|
234
230
|
font-size: 14px;
|
|
@@ -294,6 +290,10 @@
|
|
|
294
290
|
text-transform: initial;
|
|
295
291
|
}
|
|
296
292
|
|
|
293
|
+
.e-schedule .e-schedule-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
294
|
+
padding: 0 12px;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
297
|
.e-schedule .e-schedule-toolbar.e-rtl .e-hor-nav {
|
|
298
298
|
background: #000;
|
|
299
299
|
border-left: 0;
|
|
@@ -357,6 +357,10 @@
|
|
|
357
357
|
font-size: 20px;
|
|
358
358
|
}
|
|
359
359
|
|
|
360
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop {
|
|
361
|
+
overflow: auto;
|
|
362
|
+
}
|
|
363
|
+
|
|
360
364
|
.e-schedule.e-device .e-content-wrap.e-scroll-hidden {
|
|
361
365
|
overflow: hidden;
|
|
362
366
|
}
|
|
@@ -436,10 +440,10 @@
|
|
|
436
440
|
|
|
437
441
|
.e-schedule .e-resource-tree-popup {
|
|
438
442
|
background: #333;
|
|
443
|
+
box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
439
444
|
height: 100%;
|
|
440
445
|
position: absolute;
|
|
441
446
|
width: 250px;
|
|
442
|
-
box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
443
447
|
}
|
|
444
448
|
|
|
445
449
|
.e-schedule .e-resource-tree-popup .e-resource-tree {
|
|
@@ -1533,6 +1537,7 @@
|
|
|
1533
1537
|
|
|
1534
1538
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day {
|
|
1535
1539
|
display: block;
|
|
1540
|
+
margin: 0 auto;
|
|
1536
1541
|
}
|
|
1537
1542
|
|
|
1538
1543
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
|
|
@@ -1551,9 +1556,8 @@
|
|
|
1551
1556
|
background-color: #1c8000;
|
|
1552
1557
|
border-radius: 50%;
|
|
1553
1558
|
height: 5px;
|
|
1554
|
-
margin
|
|
1555
|
-
|
|
1556
|
-
position: absolute;
|
|
1559
|
+
margin: -6px auto 0;
|
|
1560
|
+
position: relative;
|
|
1557
1561
|
width: 5px;
|
|
1558
1562
|
}
|
|
1559
1563
|
|
|
@@ -1604,10 +1608,6 @@
|
|
|
1604
1608
|
border-left-width: 0;
|
|
1605
1609
|
}
|
|
1606
1610
|
|
|
1607
|
-
.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) {
|
|
1608
|
-
border-left: 1px solid #969696;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
1611
|
.e-schedule .e-year-view .e-resource .e-month-calendar {
|
|
1612
1612
|
max-width: 100%;
|
|
1613
1613
|
min-width: 100%;
|
|
@@ -1736,10 +1736,9 @@
|
|
|
1736
1736
|
.e-schedule .e-timeline-year-view .e-work-cells.e-current-day .e-date-header {
|
|
1737
1737
|
background-color: transparent;
|
|
1738
1738
|
border-radius: 50%;
|
|
1739
|
-
color: #
|
|
1739
|
+
color: #ffd939;
|
|
1740
1740
|
margin: 2px;
|
|
1741
1741
|
width: 20px;
|
|
1742
|
-
color: #ffd939;
|
|
1743
1742
|
}
|
|
1744
1743
|
|
|
1745
1744
|
.e-schedule .e-timeline-year-view .e-work-cells.e-selected-cell {
|
|
@@ -2097,7 +2096,7 @@
|
|
|
2097
2096
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2098
2097
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2099
2098
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2100
|
-
height:
|
|
2099
|
+
height: 60px;
|
|
2101
2100
|
}
|
|
2102
2101
|
|
|
2103
2102
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -2557,6 +2556,10 @@
|
|
|
2557
2556
|
width: 75px;
|
|
2558
2557
|
}
|
|
2559
2558
|
|
|
2559
|
+
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
|
|
2560
|
+
white-space: normal;
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2560
2563
|
.e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
|
|
2561
2564
|
padding-right: 8px;
|
|
2562
2565
|
}
|
|
@@ -2778,6 +2781,10 @@
|
|
|
2778
2781
|
width: 75px;
|
|
2779
2782
|
}
|
|
2780
2783
|
|
|
2784
|
+
.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
|
|
2785
|
+
white-space: normal;
|
|
2786
|
+
}
|
|
2787
|
+
|
|
2781
2788
|
.e-schedule.e-rtl .e-agenda-view .e-day-padding {
|
|
2782
2789
|
padding-right: 8px;
|
|
2783
2790
|
}
|
|
@@ -2859,7 +2866,7 @@
|
|
|
2859
2866
|
height: auto;
|
|
2860
2867
|
line-height: 25px;
|
|
2861
2868
|
margin: 4px 0;
|
|
2862
|
-
min-height:
|
|
2869
|
+
min-height: 49px;
|
|
2863
2870
|
min-width: 34px;
|
|
2864
2871
|
padding: 0 1.5px;
|
|
2865
2872
|
}
|
|
@@ -2999,6 +3006,10 @@
|
|
|
2999
3006
|
font-weight: 500;
|
|
3000
3007
|
}
|
|
3001
3008
|
|
|
3009
|
+
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3010
|
+
width: 485px;
|
|
3011
|
+
}
|
|
3012
|
+
|
|
3002
3013
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3003
3014
|
width: 420px;
|
|
3004
3015
|
}
|
|
@@ -3030,6 +3041,14 @@
|
|
|
3030
3041
|
display: none;
|
|
3031
3042
|
}
|
|
3032
3043
|
|
|
3044
|
+
.e-dialog.e-quick-dialog .e-dlg-header-content {
|
|
3045
|
+
border-bottom: none;
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3048
|
+
.e-dialog.e-quick-dialog .e-footer-content {
|
|
3049
|
+
border-top: none;
|
|
3050
|
+
}
|
|
3051
|
+
|
|
3033
3052
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
3034
3053
|
box-shadow: none;
|
|
3035
3054
|
}
|
|
@@ -3066,15 +3085,23 @@
|
|
|
3066
3085
|
|
|
3067
3086
|
.e-schedule-dialog .e-subject-container,
|
|
3068
3087
|
.e-schedule-dialog .e-start-container,
|
|
3069
|
-
.e-schedule-dialog .e-start-time-zone-container,
|
|
3070
3088
|
.e-schedule-dialog .e-description-label {
|
|
3071
3089
|
padding-right: 8px;
|
|
3072
3090
|
}
|
|
3073
3091
|
|
|
3092
|
+
.e-schedule-dialog .e-start-time-zone-container {
|
|
3093
|
+
padding-left: 4px;
|
|
3094
|
+
padding-right: 8px;
|
|
3095
|
+
}
|
|
3096
|
+
|
|
3074
3097
|
.e-schedule-dialog .e-location-container,
|
|
3075
|
-
.e-schedule-dialog .e-end-container
|
|
3098
|
+
.e-schedule-dialog .e-end-container {
|
|
3099
|
+
padding-left: 8px;
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3076
3102
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3077
3103
|
padding-left: 8px;
|
|
3104
|
+
padding-right: 4px;
|
|
3078
3105
|
}
|
|
3079
3106
|
|
|
3080
3107
|
.e-schedule-dialog .e-all-day-container {
|
|
@@ -3167,19 +3194,27 @@
|
|
|
3167
3194
|
|
|
3168
3195
|
.e-schedule-dialog.e-rtl .e-subject-container,
|
|
3169
3196
|
.e-schedule-dialog.e-rtl .e-start-container,
|
|
3170
|
-
.e-schedule-dialog.e-rtl .e-start-time-zone-container,
|
|
3171
3197
|
.e-schedule-dialog.e-rtl .e-description-label {
|
|
3172
3198
|
padding-left: 8px;
|
|
3173
3199
|
padding-right: 0;
|
|
3174
3200
|
}
|
|
3175
3201
|
|
|
3202
|
+
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
|
|
3203
|
+
padding-left: 8px;
|
|
3204
|
+
padding-right: 4px;
|
|
3205
|
+
}
|
|
3206
|
+
|
|
3176
3207
|
.e-schedule-dialog.e-rtl .e-location-container,
|
|
3177
|
-
.e-schedule-dialog.e-rtl .e-end-container
|
|
3178
|
-
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3208
|
+
.e-schedule-dialog.e-rtl .e-end-container {
|
|
3179
3209
|
padding-left: 0;
|
|
3180
3210
|
padding-right: 8px;
|
|
3181
3211
|
}
|
|
3182
3212
|
|
|
3213
|
+
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3214
|
+
padding-left: 4px;
|
|
3215
|
+
padding-right: 8px;
|
|
3216
|
+
}
|
|
3217
|
+
|
|
3183
3218
|
.e-schedule-dialog.e-rtl .e-event-delete {
|
|
3184
3219
|
float: right;
|
|
3185
3220
|
}
|
|
@@ -3750,6 +3785,10 @@
|
|
|
3750
3785
|
margin-right: 10px;
|
|
3751
3786
|
}
|
|
3752
3787
|
|
|
3788
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3789
|
+
margin-left: 8px;
|
|
3790
|
+
}
|
|
3791
|
+
|
|
3753
3792
|
.e-quick-popup-wrapper.e-device {
|
|
3754
3793
|
bottom: 0;
|
|
3755
3794
|
height: 100%;
|
|
@@ -3956,31 +3995,36 @@
|
|
|
3956
3995
|
width: 26px;
|
|
3957
3996
|
}
|
|
3958
3997
|
|
|
3998
|
+
.e-bigger .e-more-popup-wrapper,
|
|
3959
3999
|
.e-more-popup-wrapper {
|
|
3960
4000
|
background-color: #000;
|
|
3961
4001
|
border: 1px solid #e0e0e0;
|
|
3962
4002
|
border-radius: 2px;
|
|
4003
|
+
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3963
4004
|
opacity: 1;
|
|
3964
4005
|
padding: 8px 0;
|
|
3965
4006
|
width: 225px;
|
|
3966
|
-
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3967
4007
|
}
|
|
3968
4008
|
|
|
4009
|
+
.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
|
|
3969
4010
|
.e-more-popup-wrapper .e-more-appointment-wrapper {
|
|
3970
4011
|
margin: 0 4px;
|
|
3971
4012
|
}
|
|
3972
4013
|
|
|
4014
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-popup,
|
|
3973
4015
|
.e-more-popup-wrapper .e-more-event-popup {
|
|
3974
4016
|
height: 100%;
|
|
3975
4017
|
position: relative;
|
|
3976
4018
|
width: 100%;
|
|
3977
4019
|
}
|
|
3978
4020
|
|
|
4021
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-header,
|
|
3979
4022
|
.e-more-popup-wrapper .e-more-event-header {
|
|
3980
4023
|
height: 35px;
|
|
3981
4024
|
margin: 0 8px 4px 14px;
|
|
3982
4025
|
}
|
|
3983
4026
|
|
|
4027
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
3984
4028
|
.e-more-popup-wrapper .e-more-event-content {
|
|
3985
4029
|
height: calc(100% - 35px);
|
|
3986
4030
|
max-height: 300px;
|
|
@@ -3989,20 +4033,24 @@
|
|
|
3989
4033
|
padding-right: 10px;
|
|
3990
4034
|
}
|
|
3991
4035
|
|
|
4036
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3992
4037
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
3993
4038
|
border: 0;
|
|
3994
4039
|
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
3995
4040
|
}
|
|
3996
4041
|
|
|
4042
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
3997
4043
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
3998
4044
|
height: 100%;
|
|
3999
4045
|
width: calc(100% - 25px);
|
|
4000
4046
|
}
|
|
4001
4047
|
|
|
4048
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
|
|
4002
4049
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
4003
4050
|
color: #ffd939;
|
|
4004
4051
|
}
|
|
4005
4052
|
|
|
4053
|
+
.e-bigger .e-more-popup-wrapper .e-header-day,
|
|
4006
4054
|
.e-more-popup-wrapper .e-header-day {
|
|
4007
4055
|
color: #fff;
|
|
4008
4056
|
font-size: 13px;
|
|
@@ -4010,6 +4058,7 @@
|
|
|
4010
4058
|
padding-bottom: 2px;
|
|
4011
4059
|
}
|
|
4012
4060
|
|
|
4061
|
+
.e-bigger .e-more-popup-wrapper .e-header-date,
|
|
4013
4062
|
.e-more-popup-wrapper .e-header-date {
|
|
4014
4063
|
color: #fff;
|
|
4015
4064
|
font-size: 18px;
|
|
@@ -4017,15 +4066,18 @@
|
|
|
4017
4066
|
max-width: 15%;
|
|
4018
4067
|
}
|
|
4019
4068
|
|
|
4069
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:hover,
|
|
4020
4070
|
.e-more-popup-wrapper .e-header-date:hover {
|
|
4021
4071
|
cursor: pointer;
|
|
4022
4072
|
text-decoration: underline;
|
|
4023
4073
|
}
|
|
4024
4074
|
|
|
4075
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:focus,
|
|
4025
4076
|
.e-more-popup-wrapper .e-header-date:focus {
|
|
4026
4077
|
text-decoration: underline;
|
|
4027
4078
|
}
|
|
4028
4079
|
|
|
4080
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
4029
4081
|
.e-more-popup-wrapper .e-more-event-close {
|
|
4030
4082
|
background-color: transparent;
|
|
4031
4083
|
border: 0;
|
|
@@ -4038,20 +4090,25 @@
|
|
|
4038
4090
|
width: 25px;
|
|
4039
4091
|
}
|
|
4040
4092
|
|
|
4093
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
4041
4094
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
4042
4095
|
font-size: 9px;
|
|
4043
4096
|
}
|
|
4044
4097
|
|
|
4098
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
4045
4099
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
4046
4100
|
margin-top: 3px;
|
|
4047
4101
|
}
|
|
4048
4102
|
|
|
4049
|
-
.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover
|
|
4103
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
4104
|
+
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
4105
|
+
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
4050
4106
|
background-color: #685708;
|
|
4051
4107
|
border-radius: 50%;
|
|
4052
4108
|
color: #fff;
|
|
4053
4109
|
}
|
|
4054
4110
|
|
|
4111
|
+
.e-bigger .e-more-popup-wrapper .e-appointment,
|
|
4055
4112
|
.e-more-popup-wrapper .e-appointment {
|
|
4056
4113
|
background: #1c8000;
|
|
4057
4114
|
border-radius: 2px;
|
|
@@ -4065,6 +4122,7 @@
|
|
|
4065
4122
|
width: 100%;
|
|
4066
4123
|
}
|
|
4067
4124
|
|
|
4125
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
4068
4126
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
4069
4127
|
color: #fff;
|
|
4070
4128
|
-ms-flex: auto;
|
|
@@ -4077,17 +4135,22 @@
|
|
|
4077
4135
|
white-space: nowrap;
|
|
4078
4136
|
}
|
|
4079
4137
|
|
|
4138
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4139
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
4080
4140
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4081
4141
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4082
4142
|
line-height: 22px;
|
|
4083
4143
|
padding: 0 2px;
|
|
4084
4144
|
}
|
|
4085
4145
|
|
|
4086
|
-
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus
|
|
4146
|
+
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
|
|
4147
|
+
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
4148
|
+
.e-more-popup-wrapper .e-appointment:focus {
|
|
4087
4149
|
border: 0;
|
|
4088
4150
|
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
4089
4151
|
}
|
|
4090
4152
|
|
|
4153
|
+
.e-bigger .e-more-popup-wrapper.e-device,
|
|
4091
4154
|
.e-more-popup-wrapper.e-device {
|
|
4092
4155
|
bottom: 0;
|
|
4093
4156
|
height: 100%;
|
|
@@ -4101,10 +4164,12 @@
|
|
|
4101
4164
|
z-index: 1002;
|
|
4102
4165
|
}
|
|
4103
4166
|
|
|
4167
|
+
.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
|
|
4104
4168
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
4105
4169
|
max-height: unset;
|
|
4106
4170
|
}
|
|
4107
4171
|
|
|
4172
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
4108
4173
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
4109
4174
|
left: 6px;
|
|
4110
4175
|
right: auto;
|
|
@@ -4588,8 +4653,13 @@
|
|
|
4588
4653
|
}
|
|
4589
4654
|
|
|
4590
4655
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4656
|
+
min-width: 88px;
|
|
4591
4657
|
position: relative;
|
|
4592
|
-
right:
|
|
4658
|
+
right: 19px;
|
|
4659
|
+
}
|
|
4660
|
+
|
|
4661
|
+
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4662
|
+
min-width: 120px;
|
|
4593
4663
|
}
|
|
4594
4664
|
|
|
4595
4665
|
.e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
@@ -4639,12 +4709,13 @@
|
|
|
4639
4709
|
}
|
|
4640
4710
|
|
|
4641
4711
|
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4642
|
-
|
|
4712
|
+
position: relative;
|
|
4713
|
+
right: 10px;
|
|
4643
4714
|
}
|
|
4644
4715
|
|
|
4645
4716
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
4646
|
-
|
|
4647
|
-
right:
|
|
4717
|
+
position: relative;
|
|
4718
|
+
right: -19px;
|
|
4648
4719
|
}
|
|
4649
4720
|
|
|
4650
4721
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
@@ -4781,15 +4852,25 @@
|
|
|
4781
4852
|
}
|
|
4782
4853
|
|
|
4783
4854
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
4855
|
+
min-width: 157px;
|
|
4784
4856
|
padding-left: 55px;
|
|
4785
4857
|
padding-right: 0;
|
|
4786
4858
|
}
|
|
4787
4859
|
|
|
4860
|
+
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4861
|
+
min-width: 183px;
|
|
4862
|
+
padding-left: 54px;
|
|
4863
|
+
}
|
|
4864
|
+
|
|
4788
4865
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
4789
4866
|
font-size: 12px;
|
|
4790
4867
|
margin-bottom: 0;
|
|
4791
4868
|
}
|
|
4792
4869
|
|
|
4870
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4871
|
+
padding-right: 5px;
|
|
4872
|
+
}
|
|
4873
|
+
|
|
4793
4874
|
.e-bigger .e-recurrenceeditor .e-end-on-label {
|
|
4794
4875
|
margin-bottom: 0;
|
|
4795
4876
|
}
|