@syncfusion/ej2-angular-calendars 20.2.46 → 20.2.50
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/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +190 -13
- package/styles/bootstrap.css +190 -13
- package/styles/bootstrap4.css +190 -13
- package/styles/bootstrap5-dark.css +192 -17
- package/styles/bootstrap5.css +192 -17
- package/styles/calendar/_all.scss +1 -1
- package/styles/calendar/_bootstrap-dark-definition.scss +7 -8
- package/styles/calendar/_bootstrap-definition.scss +6 -6
- package/styles/calendar/_bootstrap4-definition.scss +5 -6
- package/styles/calendar/_bootstrap5-definition.scss +3 -29
- package/styles/calendar/_fabric-dark-definition.scss +1 -4
- package/styles/calendar/_fabric-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +4 -30
- package/styles/calendar/_fusionnew-definition.scss +3 -29
- package/styles/calendar/_highcontrast-light-definition.scss +1 -3
- package/styles/calendar/_layout.scss +95 -153
- package/styles/calendar/_material-dark-definition.scss +1 -3
- package/styles/calendar/_material3-definition.scss +3 -29
- package/styles/calendar/_tailwind-definition.scss +5 -27
- package/styles/calendar/_theme.scss +66 -111
- package/styles/calendar/bootstrap-dark.css +0 -1
- package/styles/calendar/bootstrap.css +0 -1
- package/styles/calendar/bootstrap4.css +0 -1
- package/styles/calendar/bootstrap5-dark.css +0 -1
- package/styles/calendar/bootstrap5.css +0 -1
- package/styles/calendar/fabric-dark.css +0 -1
- package/styles/calendar/fabric.css +0 -1
- package/styles/calendar/fluent-dark.css +0 -1
- package/styles/calendar/fluent.css +0 -1
- package/styles/calendar/highcontrast-light.css +0 -1
- package/styles/calendar/highcontrast.css +0 -1
- package/styles/calendar/icons/_bootstrap-dark.scss +1 -2
- package/styles/calendar/icons/_bootstrap.scss +1 -2
- package/styles/calendar/icons/_bootstrap4.scss +1 -2
- package/styles/calendar/icons/_bootstrap5.scss +1 -2
- package/styles/calendar/icons/_fabric-dark.scss +1 -2
- package/styles/calendar/icons/_fabric.scss +1 -2
- package/styles/calendar/icons/_fluent.scss +1 -2
- package/styles/calendar/icons/_fusionnew.scss +1 -2
- package/styles/calendar/icons/_highcontrast-light.scss +1 -2
- package/styles/calendar/icons/_highcontrast.scss +1 -2
- package/styles/calendar/icons/_material-dark.scss +1 -2
- package/styles/calendar/icons/_material.scss +1 -2
- package/styles/calendar/icons/_material3.scss +1 -2
- package/styles/calendar/icons/_tailwind.scss +1 -2
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/tailwind-dark.css +0 -2
- package/styles/calendar/tailwind.css +0 -2
- package/styles/datepicker/_all.scss +1 -1
- package/styles/datepicker/_bootstrap-dark-definition.scss +1 -4
- package/styles/datepicker/_bootstrap-definition.scss +0 -2
- package/styles/datepicker/_bootstrap4-definition.scss +0 -2
- package/styles/datepicker/_bootstrap5-definition.scss +1 -5
- package/styles/datepicker/_fabric-dark-definition.scss +0 -3
- package/styles/datepicker/_fabric-definition.scss +0 -2
- package/styles/datepicker/_fluent-definition.scss +1 -4
- package/styles/datepicker/_fusionnew-definition.scss +1 -5
- package/styles/datepicker/_highcontrast-definition.scss +0 -2
- package/styles/datepicker/_highcontrast-light-definition.scss +1 -4
- package/styles/datepicker/_layout.scss +131 -6
- package/styles/datepicker/_material-dark-definition.scss +1 -4
- package/styles/datepicker/_material-definition.scss +0 -2
- package/styles/datepicker/_material3-definition.scss +1 -5
- package/styles/datepicker/_tailwind-definition.scss +1 -5
- package/styles/datepicker/_theme.scss +7 -7
- package/styles/datepicker/bootstrap-dark.css +79 -3
- package/styles/datepicker/bootstrap.css +79 -3
- package/styles/datepicker/bootstrap4.css +79 -3
- package/styles/datepicker/bootstrap5-dark.css +80 -4
- package/styles/datepicker/bootstrap5.css +80 -4
- package/styles/datepicker/fabric-dark.css +79 -3
- package/styles/datepicker/fabric.css +79 -3
- package/styles/datepicker/fluent-dark.css +80 -4
- package/styles/datepicker/fluent.css +80 -4
- package/styles/datepicker/highcontrast-light.css +79 -3
- package/styles/datepicker/highcontrast.css +79 -3
- package/styles/datepicker/icons/_bootstrap-dark.scss +6 -7
- package/styles/datepicker/icons/_bootstrap.scss +6 -7
- package/styles/datepicker/icons/_bootstrap4.scss +6 -7
- package/styles/datepicker/icons/_bootstrap5.scss +6 -7
- package/styles/datepicker/icons/_fabric-dark.scss +5 -6
- package/styles/datepicker/icons/_fabric.scss +6 -7
- package/styles/datepicker/icons/_fluent.scss +6 -7
- package/styles/datepicker/icons/_fusionnew.scss +6 -7
- package/styles/datepicker/icons/_highcontrast-light.scss +6 -7
- package/styles/datepicker/icons/_highcontrast.scss +7 -7
- package/styles/datepicker/icons/_material-dark.scss +6 -7
- package/styles/datepicker/icons/_material.scss +6 -7
- package/styles/datepicker/icons/_material3.scss +6 -7
- package/styles/datepicker/icons/_tailwind.scss +6 -7
- package/styles/datepicker/material-dark.css +79 -3
- package/styles/datepicker/material.css +79 -3
- package/styles/datepicker/tailwind-dark.css +80 -4
- package/styles/datepicker/tailwind.css +80 -4
- package/styles/daterangepicker/_all.scss +1 -1
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -4
- package/styles/daterangepicker/_bootstrap-definition.scss +1 -5
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -4
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -6
- package/styles/daterangepicker/_fabric-dark-definition.scss +2 -7
- package/styles/daterangepicker/_fabric-definition.scss +1 -5
- package/styles/daterangepicker/_fluent-definition.scss +1 -6
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -6
- package/styles/daterangepicker/_highcontrast-definition.scss +2 -6
- package/styles/daterangepicker/_highcontrast-light-definition.scss +3 -8
- package/styles/daterangepicker/_layout.scss +207 -111
- package/styles/daterangepicker/_material-dark-definition.scss +1 -6
- package/styles/daterangepicker/_material-definition.scss +1 -6
- package/styles/daterangepicker/_material3-definition.scss +0 -6
- package/styles/daterangepicker/_tailwind-definition.scss +0 -5
- package/styles/daterangepicker/_theme.scss +27 -52
- package/styles/daterangepicker/bootstrap-dark.css +111 -3
- package/styles/daterangepicker/bootstrap.css +111 -3
- package/styles/daterangepicker/bootstrap4.css +111 -3
- package/styles/daterangepicker/bootstrap5-dark.css +112 -4
- package/styles/daterangepicker/bootstrap5.css +112 -4
- package/styles/daterangepicker/fabric-dark.css +111 -3
- package/styles/daterangepicker/fabric.css +111 -3
- package/styles/daterangepicker/fluent-dark.css +112 -4
- package/styles/daterangepicker/fluent.css +112 -4
- package/styles/daterangepicker/highcontrast-light.css +111 -3
- package/styles/daterangepicker/highcontrast.css +111 -3
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap4.scss +8 -13
- package/styles/daterangepicker/icons/_bootstrap5.scss +8 -13
- package/styles/daterangepicker/icons/_fabric-dark.scss +8 -13
- package/styles/daterangepicker/icons/_fabric.scss +8 -13
- package/styles/daterangepicker/icons/_fluent.scss +8 -13
- package/styles/daterangepicker/icons/_fusionnew.scss +8 -13
- package/styles/daterangepicker/icons/_highcontrast-light.scss +8 -13
- package/styles/daterangepicker/icons/_highcontrast.scss +8 -13
- package/styles/daterangepicker/icons/_material-dark.scss +7 -13
- package/styles/daterangepicker/icons/_material.scss +7 -13
- package/styles/daterangepicker/icons/_material3.scss +8 -13
- package/styles/daterangepicker/icons/_tailwind.scss +8 -13
- package/styles/daterangepicker/material-dark.css +111 -3
- package/styles/daterangepicker/material.css +111 -3
- package/styles/daterangepicker/tailwind-dark.css +112 -5
- package/styles/daterangepicker/tailwind.css +112 -5
- package/styles/datetimepicker/_all.scss +1 -1
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +3 -7
- package/styles/datetimepicker/_bootstrap-definition.scss +1 -6
- package/styles/datetimepicker/_bootstrap4-definition.scss +1 -6
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -5
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -5
- package/styles/datetimepicker/_fabric-definition.scss +0 -4
- package/styles/datetimepicker/_fluent-definition.scss +3 -8
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -5
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -4
- package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -6
- package/styles/datetimepicker/_layout.scss +3 -2
- package/styles/datetimepicker/_material-dark-definition.scss +1 -6
- package/styles/datetimepicker/_material-definition.scss +0 -4
- package/styles/datetimepicker/_material3-definition.scss +0 -5
- package/styles/datetimepicker/_tailwind-definition.scss +0 -5
- package/styles/datetimepicker/_theme.scss +1 -2
- package/styles/datetimepicker/bootstrap-dark.css +0 -2
- package/styles/datetimepicker/bootstrap.css +0 -2
- package/styles/datetimepicker/bootstrap4.css +0 -2
- package/styles/datetimepicker/bootstrap5-dark.css +0 -3
- package/styles/datetimepicker/bootstrap5.css +0 -3
- package/styles/datetimepicker/fabric-dark.css +0 -2
- package/styles/datetimepicker/fabric.css +0 -2
- package/styles/datetimepicker/fluent-dark.css +0 -3
- package/styles/datetimepicker/fluent.css +0 -3
- package/styles/datetimepicker/highcontrast-light.css +0 -2
- package/styles/datetimepicker/highcontrast.css +0 -2
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap4.scss +1 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +1 -1
- package/styles/datetimepicker/icons/_fabric-dark.scss +1 -1
- package/styles/datetimepicker/icons/_fabric.scss +1 -1
- package/styles/datetimepicker/icons/_fluent.scss +1 -1
- package/styles/datetimepicker/icons/_fusionnew.scss +1 -1
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -1
- package/styles/datetimepicker/icons/_highcontrast.scss +1 -1
- package/styles/datetimepicker/icons/_material-dark.scss +1 -1
- package/styles/datetimepicker/icons/_material.scss +0 -1
- package/styles/datetimepicker/icons/_material3.scss +1 -1
- package/styles/datetimepicker/icons/_tailwind.scss +1 -1
- package/styles/datetimepicker/material-dark.css +0 -2
- package/styles/datetimepicker/material.css +0 -2
- package/styles/datetimepicker/tailwind-dark.css +0 -3
- package/styles/datetimepicker/tailwind.css +0 -3
- package/styles/fabric-dark.css +190 -13
- package/styles/fabric.css +190 -13
- package/styles/fluent-dark.css +192 -17
- package/styles/fluent.css +192 -17
- package/styles/highcontrast-light.css +190 -13
- package/styles/highcontrast.css +190 -13
- package/styles/material-dark.css +190 -13
- package/styles/material.css +190 -13
- package/styles/tailwind-dark.css +192 -19
- package/styles/tailwind.css +192 -19
- package/styles/timepicker/_all.scss +1 -1
- package/styles/timepicker/_bootstrap-dark-definition.scss +1 -6
- package/styles/timepicker/_bootstrap-definition.scss +0 -4
- package/styles/timepicker/_bootstrap4-definition.scss +0 -5
- package/styles/timepicker/_bootstrap5-definition.scss +0 -5
- package/styles/timepicker/_fabric-dark-definition.scss +1 -6
- package/styles/timepicker/_fabric-definition.scss +0 -4
- package/styles/timepicker/_fluent-definition.scss +0 -5
- package/styles/timepicker/_fusionnew-definition.scss +0 -5
- package/styles/timepicker/_highcontrast-definition.scss +0 -4
- package/styles/timepicker/_highcontrast-light-definition.scss +1 -6
- package/styles/timepicker/_layout.scss +5 -4
- package/styles/timepicker/_material-dark-definition.scss +1 -6
- package/styles/timepicker/_material-definition.scss +0 -4
- package/styles/timepicker/_material3-definition.scss +0 -5
- package/styles/timepicker/_tailwind-definition.scss +0 -5
- package/styles/timepicker/_theme.scss +1 -2
- package/styles/timepicker/bootstrap-dark.css +0 -4
- package/styles/timepicker/bootstrap.css +0 -4
- package/styles/timepicker/bootstrap4.css +0 -4
- package/styles/timepicker/bootstrap5-dark.css +0 -5
- package/styles/timepicker/bootstrap5.css +0 -5
- package/styles/timepicker/fabric-dark.css +0 -4
- package/styles/timepicker/fabric.css +0 -4
- package/styles/timepicker/fluent-dark.css +0 -5
- package/styles/timepicker/fluent.css +0 -5
- package/styles/timepicker/highcontrast-light.css +0 -4
- package/styles/timepicker/highcontrast.css +0 -4
- package/styles/timepicker/icons/_bootstrap-dark.scss +2 -1
- package/styles/timepicker/icons/_bootstrap.scss +2 -1
- package/styles/timepicker/icons/_bootstrap4.scss +2 -1
- package/styles/timepicker/icons/_bootstrap5.scss +2 -1
- package/styles/timepicker/icons/_fabric-dark.scss +2 -1
- package/styles/timepicker/icons/_fabric.scss +2 -1
- package/styles/timepicker/icons/_fluent.scss +2 -1
- package/styles/timepicker/icons/_fusionnew.scss +2 -1
- package/styles/timepicker/icons/_highcontrast-light.scss +2 -1
- package/styles/timepicker/icons/_highcontrast.scss +2 -1
- package/styles/timepicker/icons/_material-dark.scss +2 -1
- package/styles/timepicker/icons/_material.scss +1 -1
- package/styles/timepicker/icons/_material3.scss +2 -1
- package/styles/timepicker/icons/_tailwind.scss +2 -1
- package/styles/timepicker/material-dark.css +0 -4
- package/styles/timepicker/material.css +0 -4
- package/styles/timepicker/tailwind-dark.css +0 -5
- package/styles/timepicker/tailwind.css +0 -5
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
/*! component icons */
|
|
3
2
|
.e-input-group-icon.e-date-icon,
|
|
4
3
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -93,7 +92,6 @@
|
|
|
93
92
|
margin: 0;
|
|
94
93
|
}
|
|
95
94
|
|
|
96
|
-
/* stylelint-disable */
|
|
97
95
|
.e-date-overflow {
|
|
98
96
|
overflow: hidden !important;
|
|
99
97
|
}
|
|
@@ -120,6 +118,10 @@
|
|
|
120
118
|
top: 0 !important;
|
|
121
119
|
left: 0 !important;
|
|
122
120
|
}
|
|
121
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
122
|
+
min-width: 100%;
|
|
123
|
+
min-height: 100%;
|
|
124
|
+
}
|
|
123
125
|
|
|
124
126
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
125
127
|
background-size: 250px 33px;
|
|
@@ -132,7 +134,40 @@
|
|
|
132
134
|
min-height: 40px;
|
|
133
135
|
}
|
|
134
136
|
|
|
135
|
-
|
|
137
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
138
|
+
height: 15%;
|
|
139
|
+
}
|
|
140
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
141
|
+
float: right;
|
|
142
|
+
margin-right: 10px;
|
|
143
|
+
padding: 5px;
|
|
144
|
+
}
|
|
145
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
146
|
+
content: "\e932";
|
|
147
|
+
font-family: "e-icons";
|
|
148
|
+
color: rgb(255, 255, 255);
|
|
149
|
+
}
|
|
150
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
151
|
+
min-width: 100%;
|
|
152
|
+
min-height: 100%;
|
|
153
|
+
height: 100%;
|
|
154
|
+
}
|
|
155
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
156
|
+
height: 10%;
|
|
157
|
+
}
|
|
158
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
159
|
+
height: 85%;
|
|
160
|
+
}
|
|
161
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
162
|
+
height: 10%;
|
|
163
|
+
}
|
|
164
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
165
|
+
height: 80%;
|
|
166
|
+
}
|
|
167
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
168
|
+
height: 100%;
|
|
169
|
+
}
|
|
170
|
+
|
|
136
171
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
137
172
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
138
173
|
display: inline-block;
|
|
@@ -140,6 +175,47 @@
|
|
|
140
175
|
overflow: auto;
|
|
141
176
|
}
|
|
142
177
|
}
|
|
178
|
+
@media screen and (orientation: landscape) {
|
|
179
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
180
|
+
float: left;
|
|
181
|
+
height: 100%;
|
|
182
|
+
width: 30%;
|
|
183
|
+
}
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
185
|
+
float: left;
|
|
186
|
+
padding: 5px;
|
|
187
|
+
}
|
|
188
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
189
|
+
font-size: 35px;
|
|
190
|
+
margin-top: 35%;
|
|
191
|
+
}
|
|
192
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
193
|
+
display: block;
|
|
194
|
+
font-size: 40px;
|
|
195
|
+
margin-top: 10%;
|
|
196
|
+
}
|
|
197
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
198
|
+
height: 10%;
|
|
199
|
+
}
|
|
200
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
201
|
+
height: 75%;
|
|
202
|
+
}
|
|
203
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
204
|
+
display: -ms-flexbox;
|
|
205
|
+
display: flex;
|
|
206
|
+
}
|
|
207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
208
|
+
float: right;
|
|
209
|
+
height: 90%;
|
|
210
|
+
width: 70%;
|
|
211
|
+
}
|
|
212
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
213
|
+
display: table-row-group;
|
|
214
|
+
}
|
|
215
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
216
|
+
height: 100%;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
143
219
|
.e-datepicker.e-popup-wrapper,
|
|
144
220
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
145
221
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
/*! calendar bootstrap theme variables */
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-date-icon,
|
|
@@ -94,7 +93,6 @@
|
|
|
94
93
|
margin: 0;
|
|
95
94
|
}
|
|
96
95
|
|
|
97
|
-
/* stylelint-disable */
|
|
98
96
|
.e-date-overflow {
|
|
99
97
|
overflow: hidden !important;
|
|
100
98
|
}
|
|
@@ -121,6 +119,10 @@
|
|
|
121
119
|
top: 0 !important;
|
|
122
120
|
left: 0 !important;
|
|
123
121
|
}
|
|
122
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
123
|
+
min-width: 100%;
|
|
124
|
+
min-height: 100%;
|
|
125
|
+
}
|
|
124
126
|
|
|
125
127
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
126
128
|
background-size: 250px 33px;
|
|
@@ -133,7 +135,40 @@
|
|
|
133
135
|
min-height: 40px;
|
|
134
136
|
}
|
|
135
137
|
|
|
136
|
-
|
|
138
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
139
|
+
height: 15%;
|
|
140
|
+
}
|
|
141
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
142
|
+
float: right;
|
|
143
|
+
margin-right: 10px;
|
|
144
|
+
padding: 5px;
|
|
145
|
+
}
|
|
146
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
147
|
+
content: "\e932";
|
|
148
|
+
font-family: "e-icons";
|
|
149
|
+
color: rgb(255, 255, 255);
|
|
150
|
+
}
|
|
151
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
152
|
+
min-width: 100%;
|
|
153
|
+
min-height: 100%;
|
|
154
|
+
height: 100%;
|
|
155
|
+
}
|
|
156
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
157
|
+
height: 10%;
|
|
158
|
+
}
|
|
159
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
160
|
+
height: 85%;
|
|
161
|
+
}
|
|
162
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
163
|
+
height: 10%;
|
|
164
|
+
}
|
|
165
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
166
|
+
height: 80%;
|
|
167
|
+
}
|
|
168
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
169
|
+
height: 100%;
|
|
170
|
+
}
|
|
171
|
+
|
|
137
172
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
138
173
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
139
174
|
display: inline-block;
|
|
@@ -141,6 +176,47 @@
|
|
|
141
176
|
overflow: auto;
|
|
142
177
|
}
|
|
143
178
|
}
|
|
179
|
+
@media screen and (orientation: landscape) {
|
|
180
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
181
|
+
float: left;
|
|
182
|
+
height: 100%;
|
|
183
|
+
width: 30%;
|
|
184
|
+
}
|
|
185
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
186
|
+
float: left;
|
|
187
|
+
padding: 5px;
|
|
188
|
+
}
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
190
|
+
font-size: 35px;
|
|
191
|
+
margin-top: 35%;
|
|
192
|
+
}
|
|
193
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
194
|
+
display: block;
|
|
195
|
+
font-size: 40px;
|
|
196
|
+
margin-top: 10%;
|
|
197
|
+
}
|
|
198
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
199
|
+
height: 10%;
|
|
200
|
+
}
|
|
201
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
202
|
+
height: 75%;
|
|
203
|
+
}
|
|
204
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
205
|
+
display: -ms-flexbox;
|
|
206
|
+
display: flex;
|
|
207
|
+
}
|
|
208
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
209
|
+
float: right;
|
|
210
|
+
height: 90%;
|
|
211
|
+
width: 70%;
|
|
212
|
+
}
|
|
213
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
214
|
+
display: table-row-group;
|
|
215
|
+
}
|
|
216
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
217
|
+
height: 100%;
|
|
218
|
+
}
|
|
219
|
+
}
|
|
144
220
|
.e-datepicker.e-popup-wrapper,
|
|
145
221
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
146
222
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
/*! calendar bootstrap theme variables */
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-date-icon,
|
|
@@ -98,7 +97,6 @@
|
|
|
98
97
|
margin: 0;
|
|
99
98
|
}
|
|
100
99
|
|
|
101
|
-
/* stylelint-disable */
|
|
102
100
|
.e-date-overflow {
|
|
103
101
|
overflow: hidden !important;
|
|
104
102
|
}
|
|
@@ -125,6 +123,10 @@
|
|
|
125
123
|
top: 0 !important;
|
|
126
124
|
left: 0 !important;
|
|
127
125
|
}
|
|
126
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
127
|
+
min-width: 100%;
|
|
128
|
+
min-height: 100%;
|
|
129
|
+
}
|
|
128
130
|
|
|
129
131
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
130
132
|
background-size: 250px 33px;
|
|
@@ -137,7 +139,40 @@
|
|
|
137
139
|
min-height: 40px;
|
|
138
140
|
}
|
|
139
141
|
|
|
140
|
-
|
|
142
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
143
|
+
height: 15%;
|
|
144
|
+
}
|
|
145
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
146
|
+
float: right;
|
|
147
|
+
margin-right: 10px;
|
|
148
|
+
padding: 5px;
|
|
149
|
+
}
|
|
150
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
151
|
+
content: "\e932";
|
|
152
|
+
font-family: "e-icons";
|
|
153
|
+
color: rgb(255, 255, 255);
|
|
154
|
+
}
|
|
155
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
156
|
+
min-width: 100%;
|
|
157
|
+
min-height: 100%;
|
|
158
|
+
height: 100%;
|
|
159
|
+
}
|
|
160
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
161
|
+
height: 10%;
|
|
162
|
+
}
|
|
163
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
164
|
+
height: 85%;
|
|
165
|
+
}
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
167
|
+
height: 10%;
|
|
168
|
+
}
|
|
169
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
170
|
+
height: 80%;
|
|
171
|
+
}
|
|
172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
173
|
+
height: 100%;
|
|
174
|
+
}
|
|
175
|
+
|
|
141
176
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
142
177
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
143
178
|
display: inline-block;
|
|
@@ -145,6 +180,47 @@
|
|
|
145
180
|
overflow: auto;
|
|
146
181
|
}
|
|
147
182
|
}
|
|
183
|
+
@media screen and (orientation: landscape) {
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
185
|
+
float: left;
|
|
186
|
+
height: 100%;
|
|
187
|
+
width: 30%;
|
|
188
|
+
}
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
190
|
+
float: left;
|
|
191
|
+
padding: 5px;
|
|
192
|
+
}
|
|
193
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
194
|
+
font-size: 35px;
|
|
195
|
+
margin-top: 35%;
|
|
196
|
+
}
|
|
197
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
198
|
+
display: block;
|
|
199
|
+
font-size: 40px;
|
|
200
|
+
margin-top: 10%;
|
|
201
|
+
}
|
|
202
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
203
|
+
height: 10%;
|
|
204
|
+
}
|
|
205
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
206
|
+
height: 75%;
|
|
207
|
+
}
|
|
208
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
209
|
+
display: -ms-flexbox;
|
|
210
|
+
display: flex;
|
|
211
|
+
}
|
|
212
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
213
|
+
float: right;
|
|
214
|
+
height: 90%;
|
|
215
|
+
width: 70%;
|
|
216
|
+
}
|
|
217
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
218
|
+
display: table-row-group;
|
|
219
|
+
}
|
|
220
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
221
|
+
height: 100%;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
148
224
|
.e-datepicker.e-popup-wrapper,
|
|
149
225
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
150
226
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
1
|
+
/*! calendar bootstrap5 theme variables */
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-date-icon,
|
|
5
4
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -98,7 +97,6 @@
|
|
|
98
97
|
margin: 0;
|
|
99
98
|
}
|
|
100
99
|
|
|
101
|
-
/* stylelint-disable */
|
|
102
100
|
.e-date-overflow {
|
|
103
101
|
overflow: hidden !important;
|
|
104
102
|
}
|
|
@@ -125,6 +123,10 @@
|
|
|
125
123
|
top: 0 !important;
|
|
126
124
|
left: 0 !important;
|
|
127
125
|
}
|
|
126
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
127
|
+
min-width: 100%;
|
|
128
|
+
min-height: 100%;
|
|
129
|
+
}
|
|
128
130
|
|
|
129
131
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
130
132
|
background-size: 250px 33px;
|
|
@@ -137,7 +139,40 @@
|
|
|
137
139
|
min-height: 40px;
|
|
138
140
|
}
|
|
139
141
|
|
|
140
|
-
|
|
142
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
143
|
+
height: 15%;
|
|
144
|
+
}
|
|
145
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
146
|
+
float: right;
|
|
147
|
+
margin-right: 10px;
|
|
148
|
+
padding: 5px;
|
|
149
|
+
}
|
|
150
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
151
|
+
content: "\e932";
|
|
152
|
+
font-family: "e-icons";
|
|
153
|
+
color: rgb(255, 255, 255);
|
|
154
|
+
}
|
|
155
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
156
|
+
min-width: 100%;
|
|
157
|
+
min-height: 100%;
|
|
158
|
+
height: 100%;
|
|
159
|
+
}
|
|
160
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
161
|
+
height: 10%;
|
|
162
|
+
}
|
|
163
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
164
|
+
height: 85%;
|
|
165
|
+
}
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
167
|
+
height: 10%;
|
|
168
|
+
}
|
|
169
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
170
|
+
height: 80%;
|
|
171
|
+
}
|
|
172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
173
|
+
height: 100%;
|
|
174
|
+
}
|
|
175
|
+
|
|
141
176
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
142
177
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
143
178
|
display: inline-block;
|
|
@@ -145,6 +180,47 @@
|
|
|
145
180
|
overflow: auto;
|
|
146
181
|
}
|
|
147
182
|
}
|
|
183
|
+
@media screen and (orientation: landscape) {
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
185
|
+
float: left;
|
|
186
|
+
height: 100%;
|
|
187
|
+
width: 30%;
|
|
188
|
+
}
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
190
|
+
float: left;
|
|
191
|
+
padding: 5px;
|
|
192
|
+
}
|
|
193
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
194
|
+
font-size: 35px;
|
|
195
|
+
margin-top: 35%;
|
|
196
|
+
}
|
|
197
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
198
|
+
display: block;
|
|
199
|
+
font-size: 40px;
|
|
200
|
+
margin-top: 10%;
|
|
201
|
+
}
|
|
202
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
203
|
+
height: 10%;
|
|
204
|
+
}
|
|
205
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
206
|
+
height: 75%;
|
|
207
|
+
}
|
|
208
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
209
|
+
display: -ms-flexbox;
|
|
210
|
+
display: flex;
|
|
211
|
+
}
|
|
212
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
213
|
+
float: right;
|
|
214
|
+
height: 90%;
|
|
215
|
+
width: 70%;
|
|
216
|
+
}
|
|
217
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
218
|
+
display: table-row-group;
|
|
219
|
+
}
|
|
220
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
221
|
+
height: 100%;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
148
224
|
.e-datepicker.e-popup-wrapper,
|
|
149
225
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
150
226
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
/* stylelint-disable-line no-empty-source */ /*! calendar bootstrap5 theme variables */
|
|
1
|
+
/*! calendar bootstrap5 theme variables */
|
|
3
2
|
/*! component icons */
|
|
4
3
|
.e-input-group-icon.e-date-icon,
|
|
5
4
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -98,7 +97,6 @@
|
|
|
98
97
|
margin: 0;
|
|
99
98
|
}
|
|
100
99
|
|
|
101
|
-
/* stylelint-disable */
|
|
102
100
|
.e-date-overflow {
|
|
103
101
|
overflow: hidden !important;
|
|
104
102
|
}
|
|
@@ -125,6 +123,10 @@
|
|
|
125
123
|
top: 0 !important;
|
|
126
124
|
left: 0 !important;
|
|
127
125
|
}
|
|
126
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
127
|
+
min-width: 100%;
|
|
128
|
+
min-height: 100%;
|
|
129
|
+
}
|
|
128
130
|
|
|
129
131
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
130
132
|
background-size: 250px 33px;
|
|
@@ -137,7 +139,40 @@
|
|
|
137
139
|
min-height: 40px;
|
|
138
140
|
}
|
|
139
141
|
|
|
140
|
-
|
|
142
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
143
|
+
height: 15%;
|
|
144
|
+
}
|
|
145
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
146
|
+
float: right;
|
|
147
|
+
margin-right: 10px;
|
|
148
|
+
padding: 5px;
|
|
149
|
+
}
|
|
150
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
151
|
+
content: "\e932";
|
|
152
|
+
font-family: "e-icons";
|
|
153
|
+
color: rgb(255, 255, 255);
|
|
154
|
+
}
|
|
155
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
156
|
+
min-width: 100%;
|
|
157
|
+
min-height: 100%;
|
|
158
|
+
height: 100%;
|
|
159
|
+
}
|
|
160
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
161
|
+
height: 10%;
|
|
162
|
+
}
|
|
163
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
164
|
+
height: 85%;
|
|
165
|
+
}
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
167
|
+
height: 10%;
|
|
168
|
+
}
|
|
169
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
170
|
+
height: 80%;
|
|
171
|
+
}
|
|
172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
173
|
+
height: 100%;
|
|
174
|
+
}
|
|
175
|
+
|
|
141
176
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
142
177
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
143
178
|
display: inline-block;
|
|
@@ -145,6 +180,47 @@
|
|
|
145
180
|
overflow: auto;
|
|
146
181
|
}
|
|
147
182
|
}
|
|
183
|
+
@media screen and (orientation: landscape) {
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
185
|
+
float: left;
|
|
186
|
+
height: 100%;
|
|
187
|
+
width: 30%;
|
|
188
|
+
}
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
190
|
+
float: left;
|
|
191
|
+
padding: 5px;
|
|
192
|
+
}
|
|
193
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
194
|
+
font-size: 35px;
|
|
195
|
+
margin-top: 35%;
|
|
196
|
+
}
|
|
197
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
198
|
+
display: block;
|
|
199
|
+
font-size: 40px;
|
|
200
|
+
margin-top: 10%;
|
|
201
|
+
}
|
|
202
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
203
|
+
height: 10%;
|
|
204
|
+
}
|
|
205
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
206
|
+
height: 75%;
|
|
207
|
+
}
|
|
208
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
209
|
+
display: -ms-flexbox;
|
|
210
|
+
display: flex;
|
|
211
|
+
}
|
|
212
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
213
|
+
float: right;
|
|
214
|
+
height: 90%;
|
|
215
|
+
width: 70%;
|
|
216
|
+
}
|
|
217
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
218
|
+
display: table-row-group;
|
|
219
|
+
}
|
|
220
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
221
|
+
height: 100%;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
148
224
|
.e-datepicker.e-popup-wrapper,
|
|
149
225
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
150
226
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
2
1
|
/*! component icons */
|
|
3
2
|
.e-input-group-icon.e-date-icon,
|
|
4
3
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
@@ -93,7 +92,6 @@
|
|
|
93
92
|
margin: 0;
|
|
94
93
|
}
|
|
95
94
|
|
|
96
|
-
/* stylelint-disable */
|
|
97
95
|
.e-date-overflow {
|
|
98
96
|
overflow: hidden !important;
|
|
99
97
|
}
|
|
@@ -120,6 +118,10 @@
|
|
|
120
118
|
top: 0 !important;
|
|
121
119
|
left: 0 !important;
|
|
122
120
|
}
|
|
121
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
122
|
+
min-width: 100%;
|
|
123
|
+
min-height: 100%;
|
|
124
|
+
}
|
|
123
125
|
|
|
124
126
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
125
127
|
background-size: 250px 33px;
|
|
@@ -132,7 +134,40 @@
|
|
|
132
134
|
min-height: 40px;
|
|
133
135
|
}
|
|
134
136
|
|
|
135
|
-
|
|
137
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
138
|
+
height: 15%;
|
|
139
|
+
}
|
|
140
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
141
|
+
float: right;
|
|
142
|
+
margin-right: 10px;
|
|
143
|
+
padding: 5px;
|
|
144
|
+
}
|
|
145
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
146
|
+
content: "\e932";
|
|
147
|
+
font-family: "e-icons";
|
|
148
|
+
color: rgb(255, 255, 255);
|
|
149
|
+
}
|
|
150
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
151
|
+
min-width: 100%;
|
|
152
|
+
min-height: 100%;
|
|
153
|
+
height: 100%;
|
|
154
|
+
}
|
|
155
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
156
|
+
height: 10%;
|
|
157
|
+
}
|
|
158
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
159
|
+
height: 85%;
|
|
160
|
+
}
|
|
161
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
162
|
+
height: 10%;
|
|
163
|
+
}
|
|
164
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
165
|
+
height: 80%;
|
|
166
|
+
}
|
|
167
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
168
|
+
height: 100%;
|
|
169
|
+
}
|
|
170
|
+
|
|
136
171
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
137
172
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
138
173
|
display: inline-block;
|
|
@@ -140,6 +175,47 @@
|
|
|
140
175
|
overflow: auto;
|
|
141
176
|
}
|
|
142
177
|
}
|
|
178
|
+
@media screen and (orientation: landscape) {
|
|
179
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
180
|
+
float: left;
|
|
181
|
+
height: 100%;
|
|
182
|
+
width: 30%;
|
|
183
|
+
}
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
185
|
+
float: left;
|
|
186
|
+
padding: 5px;
|
|
187
|
+
}
|
|
188
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
189
|
+
font-size: 35px;
|
|
190
|
+
margin-top: 35%;
|
|
191
|
+
}
|
|
192
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
193
|
+
display: block;
|
|
194
|
+
font-size: 40px;
|
|
195
|
+
margin-top: 10%;
|
|
196
|
+
}
|
|
197
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
198
|
+
height: 10%;
|
|
199
|
+
}
|
|
200
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
201
|
+
height: 75%;
|
|
202
|
+
}
|
|
203
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
204
|
+
display: -ms-flexbox;
|
|
205
|
+
display: flex;
|
|
206
|
+
}
|
|
207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
208
|
+
float: right;
|
|
209
|
+
height: 90%;
|
|
210
|
+
width: 70%;
|
|
211
|
+
}
|
|
212
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
213
|
+
display: table-row-group;
|
|
214
|
+
}
|
|
215
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
216
|
+
height: 100%;
|
|
217
|
+
}
|
|
218
|
+
}
|
|
143
219
|
.e-datepicker.e-popup-wrapper,
|
|
144
220
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
145
221
|
.e-bigger .e-datepicker.e-popup-wrapper,
|