@syncfusion/ej2-react-schedule 19.3.48 → 19.4.40
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 -3
- package/dist/ej2-react-schedule.umd.min.js +1 -1
- package/package.json +8 -8
- 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
|
@@ -225,10 +225,6 @@
|
|
|
225
225
|
color: #400074;
|
|
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;
|
|
@@ -357,6 +353,10 @@
|
|
|
357
353
|
font-size: 20px;
|
|
358
354
|
}
|
|
359
355
|
|
|
356
|
+
.e-schedule.e-device .e-schedule-toolbar .e-toolbar-pop {
|
|
357
|
+
overflow: auto;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
360
|
.e-schedule.e-device .e-content-wrap.e-scroll-hidden {
|
|
361
361
|
overflow: hidden;
|
|
362
362
|
}
|
|
@@ -436,10 +436,10 @@
|
|
|
436
436
|
|
|
437
437
|
.e-schedule .e-resource-tree-popup {
|
|
438
438
|
background: #ccc;
|
|
439
|
+
box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
439
440
|
height: 100%;
|
|
440
441
|
position: absolute;
|
|
441
442
|
width: 250px;
|
|
442
|
-
box-shadow: 0 3px 4px 0.2px rgba(0, 0, 0, 0.4);
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
.e-schedule .e-resource-tree-popup .e-resource-tree {
|
|
@@ -1533,6 +1533,7 @@
|
|
|
1533
1533
|
|
|
1534
1534
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-content span.e-day {
|
|
1535
1535
|
display: block;
|
|
1536
|
+
margin: 0 auto;
|
|
1536
1537
|
}
|
|
1537
1538
|
|
|
1538
1539
|
.e-schedule .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar .e-other-month {
|
|
@@ -1551,9 +1552,8 @@
|
|
|
1551
1552
|
background-color: #1c8000;
|
|
1552
1553
|
border-radius: 50%;
|
|
1553
1554
|
height: 5px;
|
|
1554
|
-
margin
|
|
1555
|
-
|
|
1556
|
-
position: absolute;
|
|
1555
|
+
margin: -6px auto 0;
|
|
1556
|
+
position: relative;
|
|
1557
1557
|
width: 5px;
|
|
1558
1558
|
}
|
|
1559
1559
|
|
|
@@ -1604,10 +1604,6 @@
|
|
|
1604
1604
|
border-left-width: 0;
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
|
-
.e-schedule .e-year-view .e-calendar-table td:not(.e-cell) {
|
|
1608
|
-
border-left: 1px solid #757575;
|
|
1609
|
-
}
|
|
1610
|
-
|
|
1611
1607
|
.e-schedule .e-year-view .e-resource .e-month-calendar {
|
|
1612
1608
|
max-width: 100%;
|
|
1613
1609
|
min-width: 100%;
|
|
@@ -2092,7 +2088,7 @@
|
|
|
2092
2088
|
.e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
|
|
2093
2089
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-work-cells,
|
|
2094
2090
|
.e-schedule .e-timeline-month-view.e-ignore-whitespace .e-resource-cells {
|
|
2095
|
-
height:
|
|
2091
|
+
height: 60px;
|
|
2096
2092
|
}
|
|
2097
2093
|
|
|
2098
2094
|
.e-schedule .e-timeline-view.e-virtual-mask .e-work-cells,
|
|
@@ -2552,6 +2548,10 @@
|
|
|
2552
2548
|
width: 75px;
|
|
2553
2549
|
}
|
|
2554
2550
|
|
|
2551
|
+
.e-schedule.e-rtl .e-month-agenda-view .e-resource-column .e-resource-name {
|
|
2552
|
+
white-space: normal;
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2555
2555
|
.e-schedule.e-rtl .e-month-agenda-view .e-day-padding {
|
|
2556
2556
|
padding-right: 8px;
|
|
2557
2557
|
}
|
|
@@ -2773,6 +2773,10 @@
|
|
|
2773
2773
|
width: 75px;
|
|
2774
2774
|
}
|
|
2775
2775
|
|
|
2776
|
+
.e-schedule.e-rtl .e-agenda-view .e-resource-column .e-resource-name {
|
|
2777
|
+
white-space: normal;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2776
2780
|
.e-schedule.e-rtl .e-agenda-view .e-day-padding {
|
|
2777
2781
|
padding-right: 8px;
|
|
2778
2782
|
}
|
|
@@ -2854,7 +2858,7 @@
|
|
|
2854
2858
|
height: auto;
|
|
2855
2859
|
line-height: 25px;
|
|
2856
2860
|
margin: 4px 0;
|
|
2857
|
-
min-height:
|
|
2861
|
+
min-height: 50px;
|
|
2858
2862
|
min-width: 34px;
|
|
2859
2863
|
padding: 0 1.5px;
|
|
2860
2864
|
}
|
|
@@ -2994,6 +2998,10 @@
|
|
|
2994
2998
|
font-weight: 500;
|
|
2995
2999
|
}
|
|
2996
3000
|
|
|
3001
|
+
.e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
3002
|
+
width: 485px;
|
|
3003
|
+
}
|
|
3004
|
+
|
|
2997
3005
|
.e-dialog.e-quick-dialog.e-following-events-dialog {
|
|
2998
3006
|
width: 420px;
|
|
2999
3007
|
}
|
|
@@ -3015,6 +3023,14 @@
|
|
|
3015
3023
|
display: none;
|
|
3016
3024
|
}
|
|
3017
3025
|
|
|
3026
|
+
.e-dialog.e-quick-dialog .e-dlg-header-content {
|
|
3027
|
+
border-bottom: none;
|
|
3028
|
+
}
|
|
3029
|
+
|
|
3030
|
+
.e-dialog.e-quick-dialog .e-footer-content {
|
|
3031
|
+
border-top: none;
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3018
3034
|
.e-dialog.e-quick-dialog .e-quick-dialog-cancel {
|
|
3019
3035
|
box-shadow: none;
|
|
3020
3036
|
}
|
|
@@ -3051,15 +3067,23 @@
|
|
|
3051
3067
|
|
|
3052
3068
|
.e-schedule-dialog .e-subject-container,
|
|
3053
3069
|
.e-schedule-dialog .e-start-container,
|
|
3054
|
-
.e-schedule-dialog .e-start-time-zone-container,
|
|
3055
3070
|
.e-schedule-dialog .e-description-label {
|
|
3056
3071
|
padding-right: 8px;
|
|
3057
3072
|
}
|
|
3058
3073
|
|
|
3074
|
+
.e-schedule-dialog .e-start-time-zone-container {
|
|
3075
|
+
padding-left: 4px;
|
|
3076
|
+
padding-right: 8px;
|
|
3077
|
+
}
|
|
3078
|
+
|
|
3059
3079
|
.e-schedule-dialog .e-location-container,
|
|
3060
|
-
.e-schedule-dialog .e-end-container
|
|
3080
|
+
.e-schedule-dialog .e-end-container {
|
|
3081
|
+
padding-left: 8px;
|
|
3082
|
+
}
|
|
3083
|
+
|
|
3061
3084
|
.e-schedule-dialog .e-end-time-zone-container {
|
|
3062
3085
|
padding-left: 8px;
|
|
3086
|
+
padding-right: 4px;
|
|
3063
3087
|
}
|
|
3064
3088
|
|
|
3065
3089
|
.e-schedule-dialog .e-all-day-container {
|
|
@@ -3152,19 +3176,27 @@
|
|
|
3152
3176
|
|
|
3153
3177
|
.e-schedule-dialog.e-rtl .e-subject-container,
|
|
3154
3178
|
.e-schedule-dialog.e-rtl .e-start-container,
|
|
3155
|
-
.e-schedule-dialog.e-rtl .e-start-time-zone-container,
|
|
3156
3179
|
.e-schedule-dialog.e-rtl .e-description-label {
|
|
3157
3180
|
padding-left: 8px;
|
|
3158
3181
|
padding-right: 0;
|
|
3159
3182
|
}
|
|
3160
3183
|
|
|
3184
|
+
.e-schedule-dialog.e-rtl .e-start-time-zone-container {
|
|
3185
|
+
padding-left: 8px;
|
|
3186
|
+
padding-right: 4px;
|
|
3187
|
+
}
|
|
3188
|
+
|
|
3161
3189
|
.e-schedule-dialog.e-rtl .e-location-container,
|
|
3162
|
-
.e-schedule-dialog.e-rtl .e-end-container
|
|
3163
|
-
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3190
|
+
.e-schedule-dialog.e-rtl .e-end-container {
|
|
3164
3191
|
padding-left: 0;
|
|
3165
3192
|
padding-right: 8px;
|
|
3166
3193
|
}
|
|
3167
3194
|
|
|
3195
|
+
.e-schedule-dialog.e-rtl .e-end-time-zone-container {
|
|
3196
|
+
padding-left: 4px;
|
|
3197
|
+
padding-right: 8px;
|
|
3198
|
+
}
|
|
3199
|
+
|
|
3168
3200
|
.e-schedule-dialog.e-rtl .e-event-delete {
|
|
3169
3201
|
float: right;
|
|
3170
3202
|
}
|
|
@@ -3728,6 +3760,10 @@
|
|
|
3728
3760
|
margin-right: 10px;
|
|
3729
3761
|
}
|
|
3730
3762
|
|
|
3763
|
+
.e-quick-popup-wrapper.e-rtl .e-event-details {
|
|
3764
|
+
margin-left: 8px;
|
|
3765
|
+
}
|
|
3766
|
+
|
|
3731
3767
|
.e-quick-popup-wrapper.e-device {
|
|
3732
3768
|
bottom: 0;
|
|
3733
3769
|
height: 100%;
|
|
@@ -3933,31 +3969,36 @@
|
|
|
3933
3969
|
width: 26px;
|
|
3934
3970
|
}
|
|
3935
3971
|
|
|
3972
|
+
.e-bigger .e-more-popup-wrapper,
|
|
3936
3973
|
.e-more-popup-wrapper {
|
|
3937
3974
|
background-color: #e4e4e4;
|
|
3938
3975
|
border: 1px solid #e0e0e0;
|
|
3939
3976
|
border-radius: 2px;
|
|
3977
|
+
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3940
3978
|
opacity: 1;
|
|
3941
3979
|
padding: 8px 0;
|
|
3942
3980
|
width: 225px;
|
|
3943
|
-
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
|
|
3944
3981
|
}
|
|
3945
3982
|
|
|
3983
|
+
.e-bigger .e-more-popup-wrapper .e-more-appointment-wrapper,
|
|
3946
3984
|
.e-more-popup-wrapper .e-more-appointment-wrapper {
|
|
3947
3985
|
margin: 0 4px;
|
|
3948
3986
|
}
|
|
3949
3987
|
|
|
3988
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-popup,
|
|
3950
3989
|
.e-more-popup-wrapper .e-more-event-popup {
|
|
3951
3990
|
height: 100%;
|
|
3952
3991
|
position: relative;
|
|
3953
3992
|
width: 100%;
|
|
3954
3993
|
}
|
|
3955
3994
|
|
|
3995
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-header,
|
|
3956
3996
|
.e-more-popup-wrapper .e-more-event-header {
|
|
3957
3997
|
height: 35px;
|
|
3958
3998
|
margin: 0 8px 4px 14px;
|
|
3959
3999
|
}
|
|
3960
4000
|
|
|
4001
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content,
|
|
3961
4002
|
.e-more-popup-wrapper .e-more-event-content {
|
|
3962
4003
|
height: calc(100% - 35px);
|
|
3963
4004
|
max-height: 300px;
|
|
@@ -3966,20 +4007,24 @@
|
|
|
3966
4007
|
padding-right: 10px;
|
|
3967
4008
|
}
|
|
3968
4009
|
|
|
4010
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-content .e-appointment-border,
|
|
3969
4011
|
.e-more-popup-wrapper .e-more-event-content .e-appointment-border {
|
|
3970
4012
|
border: 0;
|
|
3971
4013
|
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);
|
|
3972
4014
|
}
|
|
3973
4015
|
|
|
4016
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header,
|
|
3974
4017
|
.e-more-popup-wrapper .e-more-event-date-header {
|
|
3975
4018
|
height: 100%;
|
|
3976
4019
|
width: calc(100% - 25px);
|
|
3977
4020
|
}
|
|
3978
4021
|
|
|
4022
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-date-header .e-current-date,
|
|
3979
4023
|
.e-more-popup-wrapper .e-more-event-date-header .e-current-date {
|
|
3980
4024
|
color: #400074;
|
|
3981
4025
|
}
|
|
3982
4026
|
|
|
4027
|
+
.e-bigger .e-more-popup-wrapper .e-header-day,
|
|
3983
4028
|
.e-more-popup-wrapper .e-header-day {
|
|
3984
4029
|
color: #000;
|
|
3985
4030
|
font-size: 13px;
|
|
@@ -3987,6 +4032,7 @@
|
|
|
3987
4032
|
padding-bottom: 2px;
|
|
3988
4033
|
}
|
|
3989
4034
|
|
|
4035
|
+
.e-bigger .e-more-popup-wrapper .e-header-date,
|
|
3990
4036
|
.e-more-popup-wrapper .e-header-date {
|
|
3991
4037
|
color: #000;
|
|
3992
4038
|
font-size: 18px;
|
|
@@ -3994,15 +4040,18 @@
|
|
|
3994
4040
|
max-width: 15%;
|
|
3995
4041
|
}
|
|
3996
4042
|
|
|
4043
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:hover,
|
|
3997
4044
|
.e-more-popup-wrapper .e-header-date:hover {
|
|
3998
4045
|
cursor: pointer;
|
|
3999
4046
|
text-decoration: underline;
|
|
4000
4047
|
}
|
|
4001
4048
|
|
|
4049
|
+
.e-bigger .e-more-popup-wrapper .e-header-date:focus,
|
|
4002
4050
|
.e-more-popup-wrapper .e-header-date:focus {
|
|
4003
4051
|
text-decoration: underline;
|
|
4004
4052
|
}
|
|
4005
4053
|
|
|
4054
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close,
|
|
4006
4055
|
.e-more-popup-wrapper .e-more-event-close {
|
|
4007
4056
|
background-color: transparent;
|
|
4008
4057
|
border: 0;
|
|
@@ -4015,20 +4064,25 @@
|
|
|
4015
4064
|
width: 25px;
|
|
4016
4065
|
}
|
|
4017
4066
|
|
|
4067
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-close-icon,
|
|
4018
4068
|
.e-more-popup-wrapper .e-more-event-close .e-close-icon {
|
|
4019
4069
|
font-size: 9px;
|
|
4020
4070
|
}
|
|
4021
4071
|
|
|
4072
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close .e-btn-icon,
|
|
4022
4073
|
.e-more-popup-wrapper .e-more-event-close .e-btn-icon {
|
|
4023
4074
|
margin-top: 3px;
|
|
4024
4075
|
}
|
|
4025
4076
|
|
|
4026
|
-
.e-more-popup-wrapper .e-more-event-close:focus, .e-more-popup-wrapper .e-more-event-close:hover
|
|
4077
|
+
.e-bigger .e-more-popup-wrapper .e-more-event-close:focus, .e-bigger .e-more-popup-wrapper .e-more-event-close:hover,
|
|
4078
|
+
.e-more-popup-wrapper .e-more-event-close:focus,
|
|
4079
|
+
.e-more-popup-wrapper .e-more-event-close:hover {
|
|
4027
4080
|
background-color: #ecf;
|
|
4028
4081
|
border-radius: 50%;
|
|
4029
4082
|
color: #000;
|
|
4030
4083
|
}
|
|
4031
4084
|
|
|
4085
|
+
.e-bigger .e-more-popup-wrapper .e-appointment,
|
|
4032
4086
|
.e-more-popup-wrapper .e-appointment {
|
|
4033
4087
|
background: #1c8000;
|
|
4034
4088
|
border-radius: 2px;
|
|
@@ -4042,6 +4096,7 @@
|
|
|
4042
4096
|
width: 100%;
|
|
4043
4097
|
}
|
|
4044
4098
|
|
|
4099
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-subject,
|
|
4045
4100
|
.e-more-popup-wrapper .e-appointment .e-subject {
|
|
4046
4101
|
color: #fff;
|
|
4047
4102
|
-ms-flex: auto;
|
|
@@ -4054,17 +4109,22 @@
|
|
|
4054
4109
|
white-space: nowrap;
|
|
4055
4110
|
}
|
|
4056
4111
|
|
|
4112
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4113
|
+
.e-bigger .e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon,
|
|
4057
4114
|
.e-more-popup-wrapper .e-appointment .e-recurrence-icon,
|
|
4058
4115
|
.e-more-popup-wrapper .e-appointment .e-recurrence-edit-icon {
|
|
4059
4116
|
line-height: 22px;
|
|
4060
4117
|
padding: 0 2px;
|
|
4061
4118
|
}
|
|
4062
4119
|
|
|
4063
|
-
.e-more-popup-wrapper .e-appointment.e-appointment-border, .e-more-popup-wrapper .e-appointment:focus
|
|
4120
|
+
.e-bigger .e-more-popup-wrapper .e-appointment.e-appointment-border, .e-bigger .e-more-popup-wrapper .e-appointment:focus,
|
|
4121
|
+
.e-more-popup-wrapper .e-appointment.e-appointment-border,
|
|
4122
|
+
.e-more-popup-wrapper .e-appointment:focus {
|
|
4064
4123
|
border: 0;
|
|
4065
4124
|
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);
|
|
4066
4125
|
}
|
|
4067
4126
|
|
|
4127
|
+
.e-bigger .e-more-popup-wrapper.e-device,
|
|
4068
4128
|
.e-more-popup-wrapper.e-device {
|
|
4069
4129
|
bottom: 0;
|
|
4070
4130
|
height: 100%;
|
|
@@ -4078,10 +4138,12 @@
|
|
|
4078
4138
|
z-index: 1002;
|
|
4079
4139
|
}
|
|
4080
4140
|
|
|
4141
|
+
.e-bigger .e-more-popup-wrapper.e-device .e-more-event-content,
|
|
4081
4142
|
.e-more-popup-wrapper.e-device .e-more-event-content {
|
|
4082
4143
|
max-height: unset;
|
|
4083
4144
|
}
|
|
4084
4145
|
|
|
4146
|
+
.e-bigger .e-more-popup-wrapper.e-rtl .e-more-event-close,
|
|
4085
4147
|
.e-more-popup-wrapper.e-rtl .e-more-event-close {
|
|
4086
4148
|
left: 6px;
|
|
4087
4149
|
right: auto;
|
|
@@ -4559,8 +4621,13 @@
|
|
|
4559
4621
|
}
|
|
4560
4622
|
|
|
4561
4623
|
.e-recurrenceeditor .e-recurrence-table .e-week-position {
|
|
4624
|
+
min-width: 88px;
|
|
4562
4625
|
position: relative;
|
|
4563
|
-
right:
|
|
4626
|
+
right: 19px;
|
|
4627
|
+
}
|
|
4628
|
+
|
|
4629
|
+
.e-recurrenceeditor .e-recurrence-table .e-day-position {
|
|
4630
|
+
min-width: 120px;
|
|
4564
4631
|
}
|
|
4565
4632
|
|
|
4566
4633
|
.e-recurrenceeditor .e-recurrence-table .e-monthday-element {
|
|
@@ -4610,12 +4677,13 @@
|
|
|
4610
4677
|
}
|
|
4611
4678
|
|
|
4612
4679
|
.e-recurrenceeditor.e-rtl .e-recurrence-table .e-monthday-element {
|
|
4613
|
-
|
|
4680
|
+
position: relative;
|
|
4681
|
+
right: 10px;
|
|
4614
4682
|
}
|
|
4615
4683
|
|
|
4616
4684
|
.e-recurrenceeditor.e-rtl .e-week-position {
|
|
4617
|
-
|
|
4618
|
-
right:
|
|
4685
|
+
position: relative;
|
|
4686
|
+
right: -19px;
|
|
4619
4687
|
}
|
|
4620
4688
|
|
|
4621
4689
|
.e-recurrenceeditor.e-rtl .e-input-wrapper-side.e-end-on .e-end-on-label,
|
|
@@ -4752,15 +4820,25 @@
|
|
|
4752
4820
|
}
|
|
4753
4821
|
|
|
4754
4822
|
.e-bigger .e-recurrenceeditor .e-week-position {
|
|
4823
|
+
min-width: 157px;
|
|
4755
4824
|
padding-left: 55px;
|
|
4756
4825
|
padding-right: 0;
|
|
4757
4826
|
}
|
|
4758
4827
|
|
|
4828
|
+
.e-bigger .e-recurrenceeditor .e-day-position {
|
|
4829
|
+
min-width: 183px;
|
|
4830
|
+
padding-left: 54px;
|
|
4831
|
+
}
|
|
4832
|
+
|
|
4759
4833
|
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-non-week > .e-month-expander-label {
|
|
4760
4834
|
font-size: 12px;
|
|
4761
4835
|
margin-bottom: 0;
|
|
4762
4836
|
}
|
|
4763
4837
|
|
|
4838
|
+
.e-bigger .e-recurrenceeditor .e-input-wrapper-side.e-end-on .e-end-on-left {
|
|
4839
|
+
padding-right: 5px;
|
|
4840
|
+
}
|
|
4841
|
+
|
|
4764
4842
|
.e-bigger .e-recurrenceeditor .e-end-on-label {
|
|
4765
4843
|
margin-bottom: 0;
|
|
4766
4844
|
}
|