@syncfusion/ej2-angular-calendars 22.2.12 → 23.1.36
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/esm2020/src/calendar/calendar.component.mjs +5 -4
- package/esm2020/src/datepicker/datepicker.component.mjs +5 -4
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +5 -4
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +5 -4
- package/esm2020/src/timepicker/timepicker.component.mjs +5 -4
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +20 -15
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +1 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +20 -15
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +1 -1
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/calendar/calendar.component.d.ts +3 -2
- package/src/datepicker/datepicker.component.d.ts +3 -2
- package/src/daterangepicker/daterangepicker.component.d.ts +3 -2
- package/src/datetimepicker/datetimepicker.component.d.ts +3 -2
- package/src/timepicker/timepicker.component.d.ts +3 -2
- package/styles/bootstrap-dark.css +91 -40
- package/styles/bootstrap.css +91 -40
- package/styles/bootstrap4.css +91 -40
- package/styles/bootstrap5-dark.css +92 -41
- package/styles/bootstrap5.css +92 -41
- package/styles/calendar/bootstrap-dark.scss +1 -1
- package/styles/calendar/bootstrap.scss +1 -1
- package/styles/calendar/bootstrap4.scss +1 -1
- package/styles/calendar/bootstrap5-dark.scss +1 -1
- package/styles/calendar/bootstrap5.scss +1 -1
- package/styles/calendar/fabric-dark.scss +1 -1
- package/styles/calendar/fabric.scss +1 -1
- package/styles/calendar/fluent-dark.scss +1 -1
- package/styles/calendar/fluent.scss +1 -1
- package/styles/calendar/highcontrast-light.scss +1 -1
- package/styles/calendar/highcontrast.scss +1 -1
- package/styles/calendar/material-dark.css +0 -1
- package/styles/calendar/material-dark.scss +1 -1
- package/styles/calendar/material.css +0 -1
- package/styles/calendar/material.scss +1 -1
- package/styles/calendar/material3-dark.css +0 -1
- package/styles/calendar/material3-dark.scss +1 -1
- package/styles/calendar/material3.css +0 -1
- package/styles/calendar/material3.scss +1 -1
- package/styles/calendar/tailwind-dark.css +0 -1
- package/styles/calendar/tailwind-dark.scss +1 -1
- package/styles/calendar/tailwind.css +0 -1
- package/styles/calendar/tailwind.scss +1 -1
- package/styles/datepicker/_bootstrap-dark-definition.scss +5 -5
- package/styles/datepicker/_bootstrap-definition.scss +5 -5
- package/styles/datepicker/_bootstrap4-definition.scss +5 -5
- package/styles/datepicker/_bootstrap5-definition.scss +6 -6
- package/styles/datepicker/_fabric-dark-definition.scss +4 -4
- package/styles/datepicker/_fabric-definition.scss +6 -6
- package/styles/datepicker/_fluent-definition.scss +4 -4
- package/styles/datepicker/_fusionnew-definition.scss +5 -5
- package/styles/datepicker/_highcontrast-definition.scss +5 -5
- package/styles/datepicker/_highcontrast-light-definition.scss +5 -5
- package/styles/datepicker/_layout.scss +34 -9
- package/styles/datepicker/_material-dark-definition.scss +4 -4
- package/styles/datepicker/_material-definition.scss +4 -4
- package/styles/datepicker/_material3-definition.scss +4 -4
- package/styles/datepicker/_tailwind-definition.scss +8 -8
- package/styles/datepicker/bootstrap-dark.css +49 -19
- package/styles/datepicker/bootstrap-dark.scss +1 -1
- package/styles/datepicker/bootstrap.css +49 -19
- package/styles/datepicker/bootstrap.scss +1 -1
- package/styles/datepicker/bootstrap4.css +49 -19
- package/styles/datepicker/bootstrap4.scss +1 -1
- package/styles/datepicker/bootstrap5-dark.css +50 -20
- package/styles/datepicker/bootstrap5-dark.scss +1 -1
- package/styles/datepicker/bootstrap5.css +50 -20
- package/styles/datepicker/bootstrap5.scss +1 -1
- package/styles/datepicker/fabric-dark.css +48 -18
- package/styles/datepicker/fabric-dark.scss +1 -1
- package/styles/datepicker/fabric.css +49 -19
- package/styles/datepicker/fabric.scss +1 -1
- package/styles/datepicker/fluent-dark.css +48 -18
- package/styles/datepicker/fluent-dark.scss +1 -1
- package/styles/datepicker/fluent.css +48 -18
- package/styles/datepicker/fluent.scss +1 -1
- package/styles/datepicker/highcontrast-light.css +49 -19
- package/styles/datepicker/highcontrast-light.scss +1 -1
- package/styles/datepicker/highcontrast.css +49 -19
- package/styles/datepicker/highcontrast.scss +1 -1
- package/styles/datepicker/material-dark.css +48 -19
- package/styles/datepicker/material-dark.scss +1 -1
- package/styles/datepicker/material.css +48 -19
- package/styles/datepicker/material.scss +1 -1
- package/styles/datepicker/material3-dark.css +48 -19
- package/styles/datepicker/material3-dark.scss +1 -1
- package/styles/datepicker/material3.css +48 -19
- package/styles/datepicker/material3.scss +1 -1
- package/styles/datepicker/tailwind-dark.css +52 -23
- package/styles/datepicker/tailwind-dark.scss +1 -1
- package/styles/datepicker/tailwind.css +52 -23
- package/styles/datepicker/tailwind.scss +1 -1
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap4-definition.scss +4 -4
- package/styles/daterangepicker/_bootstrap5-definition.scss +4 -4
- package/styles/daterangepicker/_fabric-dark-definition.scss +4 -4
- package/styles/daterangepicker/_fabric-definition.scss +4 -4
- package/styles/daterangepicker/_fluent-definition.scss +4 -4
- package/styles/daterangepicker/_fusionnew-definition.scss +4 -4
- package/styles/daterangepicker/_highcontrast-definition.scss +4 -4
- package/styles/daterangepicker/_highcontrast-light-definition.scss +4 -4
- package/styles/daterangepicker/_layout.scss +48 -19
- package/styles/daterangepicker/_material-dark-definition.scss +4 -4
- package/styles/daterangepicker/_material-definition.scss +4 -4
- package/styles/daterangepicker/_material3-definition.scss +8 -5
- package/styles/daterangepicker/_tailwind-definition.scss +5 -5
- package/styles/daterangepicker/bootstrap-dark.css +30 -26
- package/styles/daterangepicker/bootstrap-dark.scss +1 -1
- package/styles/daterangepicker/bootstrap.css +30 -26
- package/styles/daterangepicker/bootstrap.scss +1 -1
- package/styles/daterangepicker/bootstrap4.css +30 -26
- package/styles/daterangepicker/bootstrap4.scss +1 -1
- package/styles/daterangepicker/bootstrap5-dark.css +30 -26
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -1
- package/styles/daterangepicker/bootstrap5.css +30 -26
- package/styles/daterangepicker/bootstrap5.scss +1 -1
- package/styles/daterangepicker/fabric-dark.css +30 -26
- package/styles/daterangepicker/fabric-dark.scss +1 -1
- package/styles/daterangepicker/fabric.css +30 -26
- package/styles/daterangepicker/fabric.scss +1 -1
- package/styles/daterangepicker/fluent-dark.css +30 -26
- package/styles/daterangepicker/fluent-dark.scss +1 -1
- package/styles/daterangepicker/fluent.css +30 -26
- package/styles/daterangepicker/fluent.scss +1 -1
- package/styles/daterangepicker/highcontrast-light.css +30 -26
- package/styles/daterangepicker/highcontrast-light.scss +1 -1
- package/styles/daterangepicker/highcontrast.css +30 -26
- package/styles/daterangepicker/highcontrast.scss +1 -1
- package/styles/daterangepicker/material-dark.css +30 -27
- package/styles/daterangepicker/material-dark.scss +1 -1
- package/styles/daterangepicker/material.css +30 -27
- package/styles/daterangepicker/material.scss +1 -1
- package/styles/daterangepicker/material3-dark.css +53 -28
- package/styles/daterangepicker/material3-dark.scss +1 -1
- package/styles/daterangepicker/material3.css +53 -28
- package/styles/daterangepicker/material3.scss +1 -1
- package/styles/daterangepicker/tailwind-dark.css +31 -28
- package/styles/daterangepicker/tailwind-dark.scss +1 -1
- package/styles/daterangepicker/tailwind.css +31 -28
- package/styles/daterangepicker/tailwind.scss +1 -1
- package/styles/datetimepicker/bootstrap-dark.scss +1 -1
- package/styles/datetimepicker/bootstrap.scss +1 -1
- package/styles/datetimepicker/bootstrap4.scss +1 -1
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -1
- package/styles/datetimepicker/bootstrap5.scss +1 -1
- package/styles/datetimepicker/fabric-dark.scss +1 -1
- package/styles/datetimepicker/fabric.scss +1 -1
- package/styles/datetimepicker/fluent-dark.scss +1 -1
- package/styles/datetimepicker/fluent.scss +1 -1
- package/styles/datetimepicker/highcontrast-light.scss +1 -1
- package/styles/datetimepicker/highcontrast.scss +1 -1
- package/styles/datetimepicker/material-dark.css +0 -1
- package/styles/datetimepicker/material-dark.scss +1 -1
- package/styles/datetimepicker/material.css +0 -1
- package/styles/datetimepicker/material.scss +1 -1
- package/styles/datetimepicker/material3-dark.css +0 -1
- package/styles/datetimepicker/material3-dark.scss +1 -1
- package/styles/datetimepicker/material3.css +0 -1
- package/styles/datetimepicker/material3.scss +1 -1
- package/styles/datetimepicker/tailwind-dark.css +0 -1
- package/styles/datetimepicker/tailwind-dark.scss +1 -1
- package/styles/datetimepicker/tailwind.css +0 -1
- package/styles/datetimepicker/tailwind.scss +1 -1
- package/styles/fabric-dark.css +90 -39
- package/styles/fabric.css +103 -52
- package/styles/fluent-dark.css +90 -39
- package/styles/fluent.css +90 -39
- package/styles/highcontrast-light.css +91 -40
- package/styles/highcontrast.css +91 -40
- package/styles/material-dark.css +90 -40
- package/styles/material.css +90 -40
- package/styles/material3-dark.css +113 -41
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.css +113 -41
- package/styles/material3.scss +1 -1
- package/styles/tailwind-dark.css +95 -49
- package/styles/tailwind.css +95 -49
- package/styles/timepicker/_bootstrap-dark-definition.scss +2 -2
- package/styles/timepicker/_bootstrap-definition.scss +2 -2
- package/styles/timepicker/_bootstrap4-definition.scss +2 -2
- package/styles/timepicker/_bootstrap5-definition.scss +2 -2
- package/styles/timepicker/_fabric-dark-definition.scss +2 -2
- package/styles/timepicker/_fabric-definition.scss +4 -4
- package/styles/timepicker/_fluent-definition.scss +2 -2
- package/styles/timepicker/_fusionnew-definition.scss +2 -2
- package/styles/timepicker/_highcontrast-definition.scss +2 -2
- package/styles/timepicker/_highcontrast-light-definition.scss +2 -2
- package/styles/timepicker/_layout.scss +16 -0
- package/styles/timepicker/_material-dark-definition.scss +2 -2
- package/styles/timepicker/_material-definition.scss +2 -2
- package/styles/timepicker/_material3-definition.scss +2 -2
- package/styles/timepicker/_tailwind-definition.scss +2 -2
- package/styles/timepicker/_theme.scss +1 -0
- package/styles/timepicker/bootstrap-dark.css +19 -2
- package/styles/timepicker/bootstrap-dark.scss +1 -1
- package/styles/timepicker/bootstrap.css +19 -2
- package/styles/timepicker/bootstrap.scss +1 -1
- package/styles/timepicker/bootstrap4.css +19 -2
- package/styles/timepicker/bootstrap4.scss +1 -1
- package/styles/timepicker/bootstrap5-dark.css +19 -2
- package/styles/timepicker/bootstrap5-dark.scss +1 -1
- package/styles/timepicker/bootstrap5.css +19 -2
- package/styles/timepicker/bootstrap5.scss +1 -1
- package/styles/timepicker/fabric-dark.css +19 -2
- package/styles/timepicker/fabric-dark.scss +1 -1
- package/styles/timepicker/fabric.css +22 -5
- package/styles/timepicker/fabric.scss +1 -1
- package/styles/timepicker/fluent-dark.css +19 -2
- package/styles/timepicker/fluent-dark.scss +1 -1
- package/styles/timepicker/fluent.css +19 -2
- package/styles/timepicker/fluent.scss +1 -1
- package/styles/timepicker/highcontrast-light.css +19 -2
- package/styles/timepicker/highcontrast-light.scss +1 -1
- package/styles/timepicker/highcontrast.css +19 -2
- package/styles/timepicker/highcontrast.scss +1 -1
- package/styles/timepicker/material-dark.css +19 -3
- package/styles/timepicker/material-dark.scss +1 -1
- package/styles/timepicker/material.css +19 -3
- package/styles/timepicker/material.scss +1 -1
- package/styles/timepicker/material3-dark.css +19 -3
- package/styles/timepicker/material3-dark.scss +1 -1
- package/styles/timepicker/material3.css +19 -3
- package/styles/timepicker/material3.scss +1 -1
- package/styles/timepicker/tailwind-dark.css +19 -3
- package/styles/timepicker/tailwind-dark.scss +1 -1
- package/styles/timepicker/tailwind.css +19 -3
- package/styles/timepicker/tailwind.scss +1 -1
package/styles/bootstrap4.css
CHANGED
|
@@ -988,15 +988,22 @@ ejs-calendar {
|
|
|
988
988
|
top: 0 !important;
|
|
989
989
|
}
|
|
990
990
|
|
|
991
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
992
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
993
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
994
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
995
|
+
border-radius: 0;
|
|
996
|
+
}
|
|
997
|
+
|
|
991
998
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
992
999
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
993
1000
|
height: 10%;
|
|
994
|
-
padding: 2.5vh 2.5vw;
|
|
1001
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
995
1002
|
display: -ms-flexbox;
|
|
996
1003
|
display: flex;
|
|
997
1004
|
-ms-flex-align: center;
|
|
998
1005
|
align-items: center;
|
|
999
|
-
font-size:
|
|
1006
|
+
font-size: 2vh;
|
|
1000
1007
|
border-bottom: none;
|
|
1001
1008
|
}
|
|
1002
1009
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1008,6 +1015,11 @@ ejs-calendar {
|
|
|
1008
1015
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1009
1016
|
padding: 1vh 2vw;
|
|
1010
1017
|
text-transform: capitalize;
|
|
1018
|
+
font-weight: 500;
|
|
1019
|
+
}
|
|
1020
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1021
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1022
|
+
font-size: 2vh;
|
|
1011
1023
|
}
|
|
1012
1024
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1013
1025
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1046,6 +1058,10 @@ ejs-calendar {
|
|
|
1046
1058
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1047
1059
|
padding: 1vh 1vw;
|
|
1048
1060
|
}
|
|
1061
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1062
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1063
|
+
font-size: 2vw;
|
|
1064
|
+
}
|
|
1049
1065
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1050
1066
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1051
1067
|
height: 85%;
|
|
@@ -1116,6 +1132,7 @@ ejs-calendar {
|
|
|
1116
1132
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1117
1133
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1118
1134
|
color: #212529;
|
|
1135
|
+
font-weight: 500;
|
|
1119
1136
|
}
|
|
1120
1137
|
|
|
1121
1138
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1272,6 +1289,11 @@ ejs-calendar {
|
|
|
1272
1289
|
min-height: 40px;
|
|
1273
1290
|
}
|
|
1274
1291
|
|
|
1292
|
+
@media screen and (orientation: landscape) {
|
|
1293
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1294
|
+
line-height: 64px;
|
|
1295
|
+
}
|
|
1296
|
+
}
|
|
1275
1297
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1276
1298
|
border-radius: 0;
|
|
1277
1299
|
}
|
|
@@ -1281,9 +1303,15 @@ ejs-calendar {
|
|
|
1281
1303
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1282
1304
|
float: right;
|
|
1283
1305
|
}
|
|
1306
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1307
|
+
height: 15vh;
|
|
1308
|
+
}
|
|
1309
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1310
|
+
float: right;
|
|
1311
|
+
}
|
|
1284
1312
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1285
1313
|
height: 20vh;
|
|
1286
|
-
padding: 2vh
|
|
1314
|
+
padding: 2vh 6vw;
|
|
1287
1315
|
}
|
|
1288
1316
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1289
1317
|
margin: 12vh 0 0 0;
|
|
@@ -1292,13 +1320,19 @@ ejs-calendar {
|
|
|
1292
1320
|
color: inherit;
|
|
1293
1321
|
float: left;
|
|
1294
1322
|
font-size: 16px;
|
|
1295
|
-
padding: 2px;
|
|
1296
1323
|
}
|
|
1297
1324
|
@media (min-device-width: 768px) {
|
|
1298
1325
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1299
1326
|
font-size: 24px;
|
|
1300
1327
|
}
|
|
1301
1328
|
}
|
|
1329
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1330
|
+
background: transparent;
|
|
1331
|
+
border-color: transparent;
|
|
1332
|
+
box-shadow: none;
|
|
1333
|
+
font-weight: 400;
|
|
1334
|
+
padding: 0;
|
|
1335
|
+
}
|
|
1302
1336
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1303
1337
|
color: inherit;
|
|
1304
1338
|
float: right;
|
|
@@ -1326,7 +1360,7 @@ ejs-calendar {
|
|
|
1326
1360
|
line-height: 5vh;
|
|
1327
1361
|
}
|
|
1328
1362
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
1329
|
-
margin-left:
|
|
1363
|
+
margin-left: 22vw;
|
|
1330
1364
|
position: absolute;
|
|
1331
1365
|
text-align: center;
|
|
1332
1366
|
vertical-align: middle;
|
|
@@ -1340,13 +1374,19 @@ ejs-calendar {
|
|
|
1340
1374
|
}
|
|
1341
1375
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
1342
1376
|
margin-right: 75vw;
|
|
1377
|
+
vertical-align: inherit;
|
|
1378
|
+
height: 35px;
|
|
1379
|
+
width: 35px;
|
|
1343
1380
|
}
|
|
1344
1381
|
@media (min-device-width: 768px) {
|
|
1345
1382
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
1346
|
-
height:
|
|
1347
|
-
width:
|
|
1383
|
+
height: 55px;
|
|
1384
|
+
width: 55px;
|
|
1348
1385
|
}
|
|
1349
1386
|
}
|
|
1387
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
1388
|
+
vertical-align: inherit;
|
|
1389
|
+
}
|
|
1350
1390
|
@media (min-device-width: 768px) {
|
|
1351
1391
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
1352
1392
|
font-size: 24px;
|
|
@@ -1354,6 +1394,18 @@ ejs-calendar {
|
|
|
1354
1394
|
}
|
|
1355
1395
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
1356
1396
|
margin-right: 0;
|
|
1397
|
+
vertical-align: inherit;
|
|
1398
|
+
height: 35px;
|
|
1399
|
+
width: 35px;
|
|
1400
|
+
}
|
|
1401
|
+
@media (min-device-width: 768px) {
|
|
1402
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
1403
|
+
height: 55px;
|
|
1404
|
+
width: 55px;
|
|
1405
|
+
}
|
|
1406
|
+
}
|
|
1407
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
1408
|
+
vertical-align: inherit;
|
|
1357
1409
|
}
|
|
1358
1410
|
@media (min-device-width: 768px) {
|
|
1359
1411
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
@@ -1378,15 +1430,11 @@ ejs-calendar {
|
|
|
1378
1430
|
}
|
|
1379
1431
|
}
|
|
1380
1432
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1381
|
-
height:
|
|
1433
|
+
height: 79vh;
|
|
1382
1434
|
}
|
|
1383
1435
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1384
1436
|
display: none;
|
|
1385
1437
|
}
|
|
1386
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1387
|
-
display: block;
|
|
1388
|
-
padding: 5px 0;
|
|
1389
|
-
}
|
|
1390
1438
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1391
1439
|
height: 69vh;
|
|
1392
1440
|
}
|
|
@@ -1445,7 +1493,6 @@ ejs-calendar {
|
|
|
1445
1493
|
@media screen and (orientation: landscape) {
|
|
1446
1494
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1447
1495
|
float: left;
|
|
1448
|
-
padding: 2px;
|
|
1449
1496
|
}
|
|
1450
1497
|
}
|
|
1451
1498
|
@media screen and (orientation: landscape) {
|
|
@@ -1465,7 +1512,7 @@ ejs-calendar {
|
|
|
1465
1512
|
}
|
|
1466
1513
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1467
1514
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
1468
|
-
line-height:
|
|
1515
|
+
line-height: 12vh;
|
|
1469
1516
|
}
|
|
1470
1517
|
}
|
|
1471
1518
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2240,7 +2287,7 @@ ejs-calendar {
|
|
|
2240
2287
|
}
|
|
2241
2288
|
@media (min-device-width: 768px) {
|
|
2242
2289
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2243
|
-
font-size:
|
|
2290
|
+
font-size: 18px;
|
|
2244
2291
|
}
|
|
2245
2292
|
}
|
|
2246
2293
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
|
|
@@ -2275,17 +2322,27 @@ ejs-calendar {
|
|
|
2275
2322
|
padding: 2vh 2vw;
|
|
2276
2323
|
line-height: 5vh;
|
|
2277
2324
|
}
|
|
2278
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-
|
|
2325
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
|
|
2279
2326
|
height: 36px;
|
|
2280
2327
|
width: 36px;
|
|
2281
2328
|
}
|
|
2282
|
-
|
|
2329
|
+
@media (min-device-width: 768px) {
|
|
2330
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span {
|
|
2331
|
+
font-size: 18px;
|
|
2332
|
+
padding: 11px;
|
|
2333
|
+
}
|
|
2334
|
+
}
|
|
2335
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
|
|
2336
|
+
height: 36px;
|
|
2337
|
+
width: 36px;
|
|
2338
|
+
}
|
|
2339
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2283
2340
|
padding: 10px;
|
|
2284
2341
|
line-height: 1;
|
|
2285
2342
|
}
|
|
2286
2343
|
@media (min-device-width: 768px) {
|
|
2287
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2288
|
-
font-size:
|
|
2344
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2345
|
+
font-size: 18px;
|
|
2289
2346
|
}
|
|
2290
2347
|
}
|
|
2291
2348
|
@media (max-height: 600px) {
|
|
@@ -2300,18 +2357,18 @@ ejs-calendar {
|
|
|
2300
2357
|
}
|
|
2301
2358
|
@media (min-device-width: 768px) {
|
|
2302
2359
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
2303
|
-
font-size:
|
|
2360
|
+
font-size: 18px;
|
|
2304
2361
|
}
|
|
2305
2362
|
}
|
|
2306
2363
|
@media (min-device-width: 768px) {
|
|
2307
2364
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2308
|
-
font-size:
|
|
2365
|
+
font-size: 18px;
|
|
2309
2366
|
height: 48px;
|
|
2310
2367
|
}
|
|
2311
2368
|
}
|
|
2312
2369
|
@media (min-device-width: 768px) {
|
|
2313
2370
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2314
|
-
font-size:
|
|
2371
|
+
font-size: 18px;
|
|
2315
2372
|
height: 64px;
|
|
2316
2373
|
width: 64px;
|
|
2317
2374
|
line-height: 64px;
|
|
@@ -2335,12 +2392,6 @@ ejs-calendar {
|
|
|
2335
2392
|
height: 78vh;
|
|
2336
2393
|
}
|
|
2337
2394
|
}
|
|
2338
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2339
|
-
display: block;
|
|
2340
|
-
}
|
|
2341
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-apply, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-cancel {
|
|
2342
|
-
float: right;
|
|
2343
|
-
}
|
|
2344
2395
|
@media (max-height: 600px) {
|
|
2345
2396
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2346
2397
|
min-height: 100%;
|
|
@@ -2388,7 +2439,7 @@ ejs-calendar {
|
|
|
2388
2439
|
}
|
|
2389
2440
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2390
2441
|
height: 10%;
|
|
2391
|
-
padding: 2.5vh 2.5vw;
|
|
2442
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2392
2443
|
display: -ms-flexbox;
|
|
2393
2444
|
display: flex;
|
|
2394
2445
|
-ms-flex-align: center;
|
|
@@ -2398,7 +2449,7 @@ ejs-calendar {
|
|
|
2398
2449
|
}
|
|
2399
2450
|
@media (min-device-width: 768px) {
|
|
2400
2451
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2401
|
-
font-size:
|
|
2452
|
+
font-size: 18px;
|
|
2402
2453
|
}
|
|
2403
2454
|
}
|
|
2404
2455
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2410,14 +2461,14 @@ ejs-calendar {
|
|
|
2410
2461
|
text-transform: capitalize;
|
|
2411
2462
|
}
|
|
2412
2463
|
|
|
2413
|
-
@media screen and (orientation: landscape)
|
|
2414
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2415
|
-
|
|
2464
|
+
@media screen and (orientation: landscape) {
|
|
2465
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2466
|
+
padding: 0;
|
|
2416
2467
|
}
|
|
2417
2468
|
}
|
|
2418
|
-
@media screen and (orientation: landscape) and (min-
|
|
2419
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2420
|
-
|
|
2469
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2470
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2471
|
+
font-size: 18px;
|
|
2421
2472
|
}
|
|
2422
2473
|
}
|
|
2423
2474
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2452,7 +2503,7 @@ ejs-calendar {
|
|
|
2452
2503
|
@media screen and (orientation: landscape) {
|
|
2453
2504
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2454
2505
|
height: 15%;
|
|
2455
|
-
font-size:
|
|
2506
|
+
font-size: 18px;
|
|
2456
2507
|
}
|
|
2457
2508
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2458
2509
|
padding: 1vh 1vw;
|
|
@@ -2479,7 +2530,7 @@ ejs-calendar {
|
|
|
2479
2530
|
@media screen and (orientation: landscape) {
|
|
2480
2531
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2481
2532
|
margin: 0;
|
|
2482
|
-
height:
|
|
2533
|
+
height: 28px;
|
|
2483
2534
|
}
|
|
2484
2535
|
}
|
|
2485
2536
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2489,8 +2540,8 @@ ejs-calendar {
|
|
|
2489
2540
|
}
|
|
2490
2541
|
@media screen and (orientation: landscape) {
|
|
2491
2542
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2492
|
-
margin:
|
|
2493
|
-
font-size:
|
|
2543
|
+
margin: 8px 0;
|
|
2544
|
+
font-size: 16px;
|
|
2494
2545
|
}
|
|
2495
2546
|
}
|
|
2496
2547
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -1059,15 +1059,22 @@ ejs-calendar {
|
|
|
1059
1059
|
top: 0 !important;
|
|
1060
1060
|
}
|
|
1061
1061
|
|
|
1062
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
1063
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
1064
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
1065
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
1066
|
+
border-radius: 0;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1062
1069
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
1063
1070
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
1064
1071
|
height: 10%;
|
|
1065
|
-
padding: 2.5vh 2.5vw;
|
|
1072
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
1066
1073
|
display: -ms-flexbox;
|
|
1067
1074
|
display: flex;
|
|
1068
1075
|
-ms-flex-align: center;
|
|
1069
1076
|
align-items: center;
|
|
1070
|
-
font-size:
|
|
1077
|
+
font-size: 2vh;
|
|
1071
1078
|
border-bottom: 1px solid #444c54;
|
|
1072
1079
|
}
|
|
1073
1080
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1079,6 +1086,11 @@ ejs-calendar {
|
|
|
1079
1086
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1080
1087
|
padding: 1vh 2vw;
|
|
1081
1088
|
text-transform: capitalize;
|
|
1089
|
+
font-weight: 500;
|
|
1090
|
+
}
|
|
1091
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1092
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1093
|
+
font-size: 2vh;
|
|
1082
1094
|
}
|
|
1083
1095
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1084
1096
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1117,6 +1129,10 @@ ejs-calendar {
|
|
|
1117
1129
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1118
1130
|
padding: 1vh 1vw;
|
|
1119
1131
|
}
|
|
1132
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1133
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1134
|
+
font-size: 2vw;
|
|
1135
|
+
}
|
|
1120
1136
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1121
1137
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1122
1138
|
height: 85%;
|
|
@@ -1187,6 +1203,7 @@ ejs-calendar {
|
|
|
1187
1203
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1188
1204
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1189
1205
|
color: #e9ecef;
|
|
1206
|
+
font-weight: 500;
|
|
1190
1207
|
}
|
|
1191
1208
|
|
|
1192
1209
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1343,6 +1360,11 @@ ejs-calendar {
|
|
|
1343
1360
|
min-height: 40px;
|
|
1344
1361
|
}
|
|
1345
1362
|
|
|
1363
|
+
@media screen and (orientation: landscape) {
|
|
1364
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1365
|
+
line-height: 64px;
|
|
1366
|
+
}
|
|
1367
|
+
}
|
|
1346
1368
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1347
1369
|
border-radius: 0;
|
|
1348
1370
|
}
|
|
@@ -1352,9 +1374,15 @@ ejs-calendar {
|
|
|
1352
1374
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1353
1375
|
float: right;
|
|
1354
1376
|
}
|
|
1377
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1378
|
+
height: 15vh;
|
|
1379
|
+
}
|
|
1380
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1381
|
+
float: right;
|
|
1382
|
+
}
|
|
1355
1383
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1356
1384
|
height: 20vh;
|
|
1357
|
-
padding: 2vh
|
|
1385
|
+
padding: 2vh 6vw;
|
|
1358
1386
|
}
|
|
1359
1387
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1360
1388
|
margin: 12vh 0 0 0;
|
|
@@ -1363,13 +1391,19 @@ ejs-calendar {
|
|
|
1363
1391
|
color: inherit;
|
|
1364
1392
|
float: left;
|
|
1365
1393
|
font-size: 18px;
|
|
1366
|
-
padding: 2px;
|
|
1367
1394
|
}
|
|
1368
1395
|
@media (min-device-width: 768px) {
|
|
1369
1396
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1370
1397
|
font-size: 24px;
|
|
1371
1398
|
}
|
|
1372
1399
|
}
|
|
1400
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1401
|
+
background: transparent;
|
|
1402
|
+
border-color: transparent;
|
|
1403
|
+
box-shadow: none;
|
|
1404
|
+
font-weight: 400;
|
|
1405
|
+
padding: 0;
|
|
1406
|
+
}
|
|
1373
1407
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1374
1408
|
color: inherit;
|
|
1375
1409
|
float: right;
|
|
@@ -1395,10 +1429,10 @@ ejs-calendar {
|
|
|
1395
1429
|
border-width: 1px 0;
|
|
1396
1430
|
border-color: #444c54;
|
|
1397
1431
|
padding: 2vh 2vw;
|
|
1398
|
-
line-height:
|
|
1432
|
+
line-height: 6vh;
|
|
1399
1433
|
}
|
|
1400
1434
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
1401
|
-
margin-left:
|
|
1435
|
+
margin-left: 22vw;
|
|
1402
1436
|
position: absolute;
|
|
1403
1437
|
text-align: center;
|
|
1404
1438
|
vertical-align: middle;
|
|
@@ -1412,13 +1446,19 @@ ejs-calendar {
|
|
|
1412
1446
|
}
|
|
1413
1447
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
1414
1448
|
margin-right: 75vw;
|
|
1449
|
+
vertical-align: inherit;
|
|
1450
|
+
height: 35px;
|
|
1451
|
+
width: 35px;
|
|
1415
1452
|
}
|
|
1416
1453
|
@media (min-device-width: 768px) {
|
|
1417
1454
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev {
|
|
1418
|
-
height:
|
|
1419
|
-
width:
|
|
1455
|
+
height: 55px;
|
|
1456
|
+
width: 55px;
|
|
1420
1457
|
}
|
|
1421
1458
|
}
|
|
1459
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
1460
|
+
vertical-align: inherit;
|
|
1461
|
+
}
|
|
1422
1462
|
@media (min-device-width: 768px) {
|
|
1423
1463
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-prev .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-prev .e-icons {
|
|
1424
1464
|
font-size: 24px;
|
|
@@ -1426,6 +1466,18 @@ ejs-calendar {
|
|
|
1426
1466
|
}
|
|
1427
1467
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
1428
1468
|
margin-right: 0;
|
|
1469
|
+
vertical-align: inherit;
|
|
1470
|
+
height: 35px;
|
|
1471
|
+
width: 35px;
|
|
1472
|
+
}
|
|
1473
|
+
@media (min-device-width: 768px) {
|
|
1474
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next {
|
|
1475
|
+
height: 55px;
|
|
1476
|
+
width: 55px;
|
|
1477
|
+
}
|
|
1478
|
+
}
|
|
1479
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
1480
|
+
vertical-align: inherit;
|
|
1429
1481
|
}
|
|
1430
1482
|
@media (min-device-width: 768px) {
|
|
1431
1483
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-next .e-icons, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-next .e-icons {
|
|
@@ -1450,15 +1502,11 @@ ejs-calendar {
|
|
|
1450
1502
|
}
|
|
1451
1503
|
}
|
|
1452
1504
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1453
|
-
height:
|
|
1505
|
+
height: 79vh;
|
|
1454
1506
|
}
|
|
1455
1507
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1456
1508
|
display: none;
|
|
1457
1509
|
}
|
|
1458
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1459
|
-
display: block;
|
|
1460
|
-
padding: 5px 0;
|
|
1461
|
-
}
|
|
1462
1510
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1463
1511
|
height: 69vh;
|
|
1464
1512
|
}
|
|
@@ -1517,7 +1565,6 @@ ejs-calendar {
|
|
|
1517
1565
|
@media screen and (orientation: landscape) {
|
|
1518
1566
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1519
1567
|
float: left;
|
|
1520
|
-
padding: 2px;
|
|
1521
1568
|
}
|
|
1522
1569
|
}
|
|
1523
1570
|
@media screen and (orientation: landscape) {
|
|
@@ -1537,7 +1584,7 @@ ejs-calendar {
|
|
|
1537
1584
|
}
|
|
1538
1585
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1539
1586
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-year .e-title, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-decade .e-title {
|
|
1540
|
-
line-height:
|
|
1587
|
+
line-height: 12vh;
|
|
1541
1588
|
}
|
|
1542
1589
|
}
|
|
1543
1590
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2309,7 +2356,7 @@ ejs-calendar {
|
|
|
2309
2356
|
}
|
|
2310
2357
|
@media (min-device-width: 768px) {
|
|
2311
2358
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2312
|
-
font-size:
|
|
2359
|
+
font-size: 18px;
|
|
2313
2360
|
}
|
|
2314
2361
|
}
|
|
2315
2362
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-apply {
|
|
@@ -2344,17 +2391,27 @@ ejs-calendar {
|
|
|
2344
2391
|
padding: 2vh 2vw;
|
|
2345
2392
|
line-height: 5vh;
|
|
2346
2393
|
}
|
|
2347
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-
|
|
2394
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev {
|
|
2348
2395
|
height: 36px;
|
|
2349
2396
|
width: 36px;
|
|
2350
2397
|
}
|
|
2351
|
-
|
|
2398
|
+
@media (min-device-width: 768px) {
|
|
2399
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-prev span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-prev span {
|
|
2400
|
+
font-size: 18px;
|
|
2401
|
+
padding: 11px;
|
|
2402
|
+
}
|
|
2403
|
+
}
|
|
2404
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next {
|
|
2405
|
+
height: 36px;
|
|
2406
|
+
width: 36px;
|
|
2407
|
+
}
|
|
2408
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2352
2409
|
padding: 10px;
|
|
2353
2410
|
line-height: 1;
|
|
2354
2411
|
}
|
|
2355
2412
|
@media (min-device-width: 768px) {
|
|
2356
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2357
|
-
font-size:
|
|
2413
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-next span, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-next span {
|
|
2414
|
+
font-size: 18px;
|
|
2358
2415
|
}
|
|
2359
2416
|
}
|
|
2360
2417
|
@media (max-height: 600px) {
|
|
@@ -2369,18 +2426,18 @@ ejs-calendar {
|
|
|
2369
2426
|
}
|
|
2370
2427
|
@media (min-device-width: 768px) {
|
|
2371
2428
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-year .e-title, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-decade .e-title {
|
|
2372
|
-
font-size:
|
|
2429
|
+
font-size: 18px;
|
|
2373
2430
|
}
|
|
2374
2431
|
}
|
|
2375
2432
|
@media (min-device-width: 768px) {
|
|
2376
2433
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2377
|
-
font-size:
|
|
2434
|
+
font-size: 18px;
|
|
2378
2435
|
height: 48px;
|
|
2379
2436
|
}
|
|
2380
2437
|
}
|
|
2381
2438
|
@media (min-device-width: 768px) {
|
|
2382
2439
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2383
|
-
font-size:
|
|
2440
|
+
font-size: 18px;
|
|
2384
2441
|
height: 64px;
|
|
2385
2442
|
width: 64px;
|
|
2386
2443
|
line-height: 64px;
|
|
@@ -2404,12 +2461,6 @@ ejs-calendar {
|
|
|
2404
2461
|
height: 78vh;
|
|
2405
2462
|
}
|
|
2406
2463
|
}
|
|
2407
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2408
|
-
display: block;
|
|
2409
|
-
}
|
|
2410
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-apply, .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer .e-btn.e-cancel {
|
|
2411
|
-
float: right;
|
|
2412
|
-
}
|
|
2413
2464
|
@media (max-height: 600px) {
|
|
2414
2465
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2415
2466
|
min-height: 100%;
|
|
@@ -2457,7 +2508,7 @@ ejs-calendar {
|
|
|
2457
2508
|
}
|
|
2458
2509
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2459
2510
|
height: 10%;
|
|
2460
|
-
padding: 2.5vh 2.5vw;
|
|
2511
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2461
2512
|
display: -ms-flexbox;
|
|
2462
2513
|
display: flex;
|
|
2463
2514
|
-ms-flex-align: center;
|
|
@@ -2467,7 +2518,7 @@ ejs-calendar {
|
|
|
2467
2518
|
}
|
|
2468
2519
|
@media (min-device-width: 768px) {
|
|
2469
2520
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2470
|
-
font-size:
|
|
2521
|
+
font-size: 18px;
|
|
2471
2522
|
}
|
|
2472
2523
|
}
|
|
2473
2524
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2479,14 +2530,14 @@ ejs-calendar {
|
|
|
2479
2530
|
text-transform: capitalize;
|
|
2480
2531
|
}
|
|
2481
2532
|
|
|
2482
|
-
@media screen and (orientation: landscape)
|
|
2483
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2484
|
-
|
|
2533
|
+
@media screen and (orientation: landscape) {
|
|
2534
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2535
|
+
padding: 0;
|
|
2485
2536
|
}
|
|
2486
2537
|
}
|
|
2487
|
-
@media screen and (orientation: landscape) and (min-
|
|
2488
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2489
|
-
|
|
2538
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2539
|
+
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper .e-btn {
|
|
2540
|
+
font-size: 18px;
|
|
2490
2541
|
}
|
|
2491
2542
|
}
|
|
2492
2543
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2521,7 +2572,7 @@ ejs-calendar {
|
|
|
2521
2572
|
@media screen and (orientation: landscape) {
|
|
2522
2573
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2523
2574
|
height: 15%;
|
|
2524
|
-
font-size:
|
|
2575
|
+
font-size: 18px;
|
|
2525
2576
|
}
|
|
2526
2577
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2527
2578
|
padding: 1vh 1vw;
|
|
@@ -2548,7 +2599,7 @@ ejs-calendar {
|
|
|
2548
2599
|
@media screen and (orientation: landscape) {
|
|
2549
2600
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2550
2601
|
margin: 0;
|
|
2551
|
-
height:
|
|
2602
|
+
height: 28px;
|
|
2552
2603
|
}
|
|
2553
2604
|
}
|
|
2554
2605
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2558,8 +2609,8 @@ ejs-calendar {
|
|
|
2558
2609
|
}
|
|
2559
2610
|
@media screen and (orientation: landscape) {
|
|
2560
2611
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2561
|
-
margin:
|
|
2562
|
-
font-size:
|
|
2612
|
+
margin: 8px 0;
|
|
2613
|
+
font-size: 16px;
|
|
2563
2614
|
}
|
|
2564
2615
|
}
|
|
2565
2616
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|