@syncfusion/ej2-vue-schedule 19.3.55 → 19.4.42
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 +49 -0
- package/dist/ej2-vue-schedule.umd.min.js +1 -10
- 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/fabric.css
CHANGED
|
@@ -225,10 +225,6 @@
|
|
|
225
225
|
color: #0078d6;
|
|
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: #fff;
|
|
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: #fff;
|
|
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: #0078d6;
|
|
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 #d0d0d0;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
1611
|
.e-schedule .e-year-view .e-resource .e-month-calendar {
|
|
1612
1612
|
max-width: 100%;
|
|
1613
1613
|
min-width: 100%;
|
|
@@ -2092,7 +2092,7 @@
|
|
|
2092
2092
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2093
2093
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2094
2094
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2095
|
-
height:
|
|
2095
|
+
height: 60px;
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -2552,6 +2552,10 @@
|
|
|
2552
2552
|
width: 75px;
|
|
2553
2553
|
}
|
|
2554
2554
|
|
|
2555
|
+
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
|
|
2556
|
+
white-space: normal;
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2555
2559
|
.e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
|
|
2556
2560
|
padding-right: 8px;
|
|
2557
2561
|
}
|
|
@@ -2773,6 +2777,10 @@
|
|
|
2773
2777
|
width: 75px;
|
|
2774
2778
|
}
|
|
2775
2779
|
|
|
2780
|
+
.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
|
|
2781
|
+
white-space: normal;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2776
2784
|
.e-schedule.e-rtl .e-agenda-view .e-day-padding {
|
|
2777
2785
|
padding-right: 8px;
|
|
2778
2786
|
}
|
|
@@ -2854,7 +2862,7 @@
|
|
|
2854
2862
|
height: auto;
|
|
2855
2863
|
line-height: 25px;
|
|
2856
2864
|
margin: 4px 0;
|
|
2857
|
-
min-height:
|
|
2865
|
+
min-height: 50px;
|
|
2858
2866
|
min-width: 34px;
|
|
2859
2867
|
padding: 0 1.5px;
|
|
2860
2868
|
}
|
|
@@ -2994,6 +3002,10 @@
|
|
|
2994
3002
|
font-weight: 500;
|
|
2995
3003
|
}
|
|
2996
3004
|
|
|
3005
|
+
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3006
|
+
width: 485px;
|
|
3007
|
+
}
|
|
3008
|
+
|
|
2997
3009
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2998
3010
|
width: 420px;
|
|
2999
3011
|
}
|
|
@@ -3025,6 +3037,14 @@
|
|
|
3025
3037
|
display: none;
|
|
3026
3038
|
}
|
|
3027
3039
|
|
|
3040
|
+
.e-dialog.e-quick-dialog .e-dlg-header-content {
|
|
3041
|
+
border-bottom: none;
|
|
3042
|
+
}
|
|
3043
|
+
|
|
3044
|
+
.e-dialog.e-quick-dialog .e-footer-content {
|
|
3045
|
+
border-top: none;
|
|
3046
|
+
}
|
|
3047
|
+
|
|
3028
3048
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
3029
3049
|
box-shadow: none;
|
|
3030
3050
|
}
|
|
@@ -3061,15 +3081,23 @@
|
|
|
3061
3081
|
|
|
3062
3082
|
.e-schedule-dialog .e-subject-container,
|
|
3063
3083
|
.e-schedule-dialog .e-start-container,
|
|
3064
|
-
.e-schedule-dialog .e-start-time-zone-container,
|
|
3065
3084
|
.e-schedule-dialog .e-description-label {
|
|
3066
3085
|
padding-right: 8px;
|
|
3067
3086
|
}
|
|
3068
3087
|
|
|
3088
|
+
.e-schedule-dialog .e-start-time-zone-container {
|
|
3089
|
+
padding-left: 4px;
|
|
3090
|
+
padding-right: 8px;
|
|
3091
|
+
}
|
|
3092
|
+
|
|
3069
3093
|
.e-schedule-dialog .e-location-container,
|
|
3070
|
-
.e-schedule-dialog .e-end-container
|
|
3094
|
+
.e-schedule-dialog .e-end-container {
|
|
3095
|
+
padding-left: 8px;
|
|
3096
|
+
}
|
|
3097
|
+
|
|
3071
3098
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3072
3099
|
padding-left: 8px;
|
|
3100
|
+
padding-right: 4px;
|
|
3073
3101
|
}
|
|
3074
3102
|
|
|
3075
3103
|
.e-schedule-dialog .e-all-day-container {
|
|
@@ -3162,19 +3190,27 @@
|
|
|
3162
3190
|
|
|
3163
3191
|
.e-schedule-dialog.e-rtl .e-subject-container,
|
|
3164
3192
|
.e-schedule-dialog.e-rtl .e-start-container,
|
|
3165
|
-
.e-schedule-dialog.e-rtl .e-start-time-zone-container,
|
|
3166
3193
|
.e-schedule-dialog.e-rtl .e-description-label {
|
|
3167
3194
|
padding-left: 8px;
|
|
3168
3195
|
padding-right: 0;
|
|
3169
3196
|
}
|
|
3170
3197
|
|
|
3198
|
+
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
|
|
3199
|
+
padding-left: 8px;
|
|
3200
|
+
padding-right: 4px;
|
|
3201
|
+
}
|
|
3202
|
+
|
|
3171
3203
|
.e-schedule-dialog.e-rtl .e-location-container,
|
|
3172
|
-
.e-schedule-dialog.e-rtl .e-end-container
|
|
3173
|
-
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3204
|
+
.e-schedule-dialog.e-rtl .e-end-container {
|
|
3174
3205
|
padding-left: 0;
|
|
3175
3206
|
padding-right: 8px;
|
|
3176
3207
|
}
|
|
3177
3208
|
|
|
3209
|
+
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3210
|
+
padding-left: 4px;
|
|
3211
|
+
padding-right: 8px;
|
|
3212
|
+
}
|
|
3213
|
+
|
|
3178
3214
|
.e-schedule-dialog.e-rtl .e-event-delete {
|
|
3179
3215
|
float: right;
|
|
3180
3216
|
}
|
|
@@ -3707,6 +3743,7 @@
|
|
|
3707
3743
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit,
|
|
3708
3744
|
.e-quick-popup-wrapper .e-popup-footer .e-event-delete {
|
|
3709
3745
|
right: auto;
|
|
3746
|
+
margin-right: 8px;
|
|
3710
3747
|
}
|
|
3711
3748
|
|
|
3712
3749
|
.e-quick-popup-wrapper .e-popup-footer .e-event-edit:disabled,
|
|
@@ -3743,6 +3780,10 @@
|
|
|
3743
3780
|
margin-right: 10px;
|
|
3744
3781
|
}
|
|
3745
3782
|
|
|
3783
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3784
|
+
margin-left: 8px;
|
|
3785
|
+
}
|
|
3786
|
+
|
|
3746
3787
|
.e-quick-popup-wrapper.e-device {
|
|
3747
3788
|
bottom: 0;
|
|
3748
3789
|
height: 100%;
|
|
@@ -3948,31 +3989,36 @@
|
|
|
3948
3989
|
width: 26px;
|
|
3949
3990
|
}
|
|
3950
3991
|
|
|
3992
|
+
.e-bigger .e-more-popup-wrapper,
|
|
3951
3993
|
.e-more-popup-wrapper {
|
|
3952
3994
|
background-color: #fff;
|
|
3953
3995
|
border: 1px solid #e0e0e0;
|
|
3954
3996
|
border-radius: 2px;
|
|
3997
|
+
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3955
3998
|
opacity: 1;
|
|
3956
3999
|
padding: 8px 0;
|
|
3957
4000
|
width: 225px;
|
|
3958
|
-
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3959
4001
|
}
|
|
3960
4002
|
|
|
4003
|
+
.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
|
|
3961
4004
|
.e-more-popup-wrapper .e-more-appointment-wrapper {
|
|
3962
4005
|
margin: 0 4px;
|
|
3963
4006
|
}
|
|
3964
4007
|
|
|
4008
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-popup,
|
|
3965
4009
|
.e-more-popup-wrapper .e-more-event-popup {
|
|
3966
4010
|
height: 100%;
|
|
3967
4011
|
position: relative;
|
|
3968
4012
|
width: 100%;
|
|
3969
4013
|
}
|
|
3970
4014
|
|
|
4015
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-header,
|
|
3971
4016
|
.e-more-popup-wrapper .e-more-event-header {
|
|
3972
4017
|
height: 35px;
|
|
3973
4018
|
margin: 0 8px 4px 14px;
|
|
3974
4019
|
}
|
|
3975
4020
|
|
|
4021
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
3976
4022
|
.e-more-popup-wrapper .e-more-event-content {
|
|
3977
4023
|
height: calc(100% - 35px);
|
|
3978
4024
|
max-height: 300px;
|
|
@@ -3981,20 +4027,24 @@
|
|
|
3981
4027
|
padding-right: 10px;
|
|
3982
4028
|
}
|
|
3983
4029
|
|
|
4030
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3984
4031
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
3985
4032
|
border: 0;
|
|
3986
4033
|
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);
|
|
3987
4034
|
}
|
|
3988
4035
|
|
|
4036
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
3989
4037
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
3990
4038
|
height: 100%;
|
|
3991
4039
|
width: calc(100% - 25px);
|
|
3992
4040
|
}
|
|
3993
4041
|
|
|
4042
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
|
|
3994
4043
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
3995
4044
|
color: #0078d6;
|
|
3996
4045
|
}
|
|
3997
4046
|
|
|
4047
|
+
.e-bigger .e-more-popup-wrapper .e-header-day,
|
|
3998
4048
|
.e-more-popup-wrapper .e-header-day {
|
|
3999
4049
|
color: #333;
|
|
4000
4050
|
font-size: 13px;
|
|
@@ -4002,6 +4052,7 @@
|
|
|
4002
4052
|
padding-bottom: 2px;
|
|
4003
4053
|
}
|
|
4004
4054
|
|
|
4055
|
+
.e-bigger .e-more-popup-wrapper .e-header-date,
|
|
4005
4056
|
.e-more-popup-wrapper .e-header-date {
|
|
4006
4057
|
color: #333;
|
|
4007
4058
|
font-size: 18px;
|
|
@@ -4009,15 +4060,18 @@
|
|
|
4009
4060
|
max-width: 15%;
|
|
4010
4061
|
}
|
|
4011
4062
|
|
|
4063
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:hover,
|
|
4012
4064
|
.e-more-popup-wrapper .e-header-date:hover {
|
|
4013
4065
|
cursor: pointer;
|
|
4014
4066
|
text-decoration: underline;
|
|
4015
4067
|
}
|
|
4016
4068
|
|
|
4069
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:focus,
|
|
4017
4070
|
.e-more-popup-wrapper .e-header-date:focus {
|
|
4018
4071
|
text-decoration: underline;
|
|
4019
4072
|
}
|
|
4020
4073
|
|
|
4074
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
4021
4075
|
.e-more-popup-wrapper .e-more-event-close {
|
|
4022
4076
|
background-color: transparent;
|
|
4023
4077
|
border: 0;
|
|
@@ -4030,20 +4084,25 @@
|
|
|
4030
4084
|
width: 25px;
|
|
4031
4085
|
}
|
|
4032
4086
|
|
|
4087
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
4033
4088
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
4034
4089
|
font-size: 9px;
|
|
4035
4090
|
}
|
|
4036
4091
|
|
|
4092
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
4037
4093
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
4038
4094
|
margin-top: 3px;
|
|
4039
4095
|
}
|
|
4040
4096
|
|
|
4041
|
-
.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover
|
|
4097
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
4098
|
+
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
4099
|
+
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
4042
4100
|
background-color: #eaeaea;
|
|
4043
4101
|
border-radius: 50%;
|
|
4044
4102
|
color: #000;
|
|
4045
4103
|
}
|
|
4046
4104
|
|
|
4105
|
+
.e-bigger .e-more-popup-wrapper .e-appointment,
|
|
4047
4106
|
.e-more-popup-wrapper .e-appointment {
|
|
4048
4107
|
background: #0078d6;
|
|
4049
4108
|
border-radius: 2px;
|
|
@@ -4057,6 +4116,7 @@
|
|
|
4057
4116
|
width: 100%;
|
|
4058
4117
|
}
|
|
4059
4118
|
|
|
4119
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
4060
4120
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
4061
4121
|
color: #fff;
|
|
4062
4122
|
-ms-flex: auto;
|
|
@@ -4069,17 +4129,22 @@
|
|
|
4069
4129
|
white-space: nowrap;
|
|
4070
4130
|
}
|
|
4071
4131
|
|
|
4132
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4133
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
4072
4134
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4073
4135
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4074
4136
|
line-height: 22px;
|
|
4075
4137
|
padding: 0 2px;
|
|
4076
4138
|
}
|
|
4077
4139
|
|
|
4078
|
-
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus
|
|
4140
|
+
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
|
|
4141
|
+
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
4142
|
+
.e-more-popup-wrapper .e-appointment:focus {
|
|
4079
4143
|
border: 0;
|
|
4080
4144
|
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);
|
|
4081
4145
|
}
|
|
4082
4146
|
|
|
4147
|
+
.e-bigger .e-more-popup-wrapper.e-device,
|
|
4083
4148
|
.e-more-popup-wrapper.e-device {
|
|
4084
4149
|
bottom: 0;
|
|
4085
4150
|
height: 100%;
|
|
@@ -4093,10 +4158,12 @@
|
|
|
4093
4158
|
z-index: 1002;
|
|
4094
4159
|
}
|
|
4095
4160
|
|
|
4161
|
+
.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
|
|
4096
4162
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
4097
4163
|
max-height: unset;
|
|
4098
4164
|
}
|
|
4099
4165
|
|
|
4166
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
4100
4167
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
4101
4168
|
left: 6px;
|
|
4102
4169
|
right: auto;
|
|
@@ -4574,8 +4641,13 @@
|
|
|
4574
4641
|
}
|
|
4575
4642
|
|
|
4576
4643
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4644
|
+
min-width: 90px;
|
|
4577
4645
|
position: relative;
|
|
4578
|
-
right:
|
|
4646
|
+
right: 21px;
|
|
4647
|
+
}
|
|
4648
|
+
|
|
4649
|
+
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4650
|
+
min-width: 120px;
|
|
4579
4651
|
}
|
|
4580
4652
|
|
|
4581
4653
|
.e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
@@ -4625,12 +4697,13 @@
|
|
|
4625
4697
|
}
|
|
4626
4698
|
|
|
4627
4699
|
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4628
|
-
|
|
4700
|
+
position: relative;
|
|
4701
|
+
right: 10px;
|
|
4629
4702
|
}
|
|
4630
4703
|
|
|
4631
4704
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
4632
|
-
|
|
4633
|
-
right:
|
|
4705
|
+
position: relative;
|
|
4706
|
+
right: -21px;
|
|
4634
4707
|
}
|
|
4635
4708
|
|
|
4636
4709
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
@@ -4767,15 +4840,25 @@
|
|
|
4767
4840
|
}
|
|
4768
4841
|
|
|
4769
4842
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
4843
|
+
min-width: 157px;
|
|
4770
4844
|
padding-left: 55px;
|
|
4771
4845
|
padding-right: 0;
|
|
4772
4846
|
}
|
|
4773
4847
|
|
|
4848
|
+
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4849
|
+
min-width: 183px;
|
|
4850
|
+
padding-left: 54px;
|
|
4851
|
+
}
|
|
4852
|
+
|
|
4774
4853
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
4775
4854
|
font-size: 13px;
|
|
4776
4855
|
margin-bottom: 0;
|
|
4777
4856
|
}
|
|
4778
4857
|
|
|
4858
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4859
|
+
padding-right: 5px;
|
|
4860
|
+
}
|
|
4861
|
+
|
|
4779
4862
|
.e-bigger .e-recurrenceeditor .e-end-on-label {
|
|
4780
4863
|
margin-bottom: 0;
|
|
4781
4864
|
}
|