@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
|
@@ -987,15 +987,22 @@ ejs-calendar {
|
|
|
987
987
|
top: 0 !important;
|
|
988
988
|
}
|
|
989
989
|
|
|
990
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-timepicker.e-popup,
|
|
991
|
+
.e-datetimepicker.e-popup-expand.e-timepicker.e-popup,
|
|
992
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand.e-datetimepicker.e-popup,
|
|
993
|
+
.e-datetimepicker.e-popup-expand.e-popup {
|
|
994
|
+
border-radius: 0;
|
|
995
|
+
}
|
|
996
|
+
|
|
990
997
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header,
|
|
991
998
|
.e-datetimepicker.e-popup-expand .e-model-header {
|
|
992
999
|
height: 10%;
|
|
993
|
-
padding: 2.5vh 2.5vw;
|
|
1000
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
994
1001
|
display: -ms-flexbox;
|
|
995
1002
|
display: flex;
|
|
996
1003
|
-ms-flex-align: center;
|
|
997
1004
|
align-items: center;
|
|
998
|
-
font-size:
|
|
1005
|
+
font-size: 2vh;
|
|
999
1006
|
border-bottom: 1px solid #414141;
|
|
1000
1007
|
}
|
|
1001
1008
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-popup-close,
|
|
@@ -1007,6 +1014,11 @@ ejs-calendar {
|
|
|
1007
1014
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1008
1015
|
padding: 1vh 2vw;
|
|
1009
1016
|
text-transform: capitalize;
|
|
1017
|
+
font-weight: 500;
|
|
1018
|
+
}
|
|
1019
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1020
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1021
|
+
font-size: 2vh;
|
|
1010
1022
|
}
|
|
1011
1023
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1012
1024
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
@@ -1045,6 +1057,10 @@ ejs-calendar {
|
|
|
1045
1057
|
.e-datetimepicker.e-popup-expand .e-model-header .e-model-title {
|
|
1046
1058
|
padding: 1vh 1vw;
|
|
1047
1059
|
}
|
|
1060
|
+
.e-timepicker-mob-popup-wrap .e-popup-expand .e-model-header .e-btn.e-popup-close,
|
|
1061
|
+
.e-datetimepicker.e-popup-expand .e-model-header .e-btn.e-popup-close {
|
|
1062
|
+
font-size: 2vw;
|
|
1063
|
+
}
|
|
1048
1064
|
.e-timepicker-mob-popup-wrap .e-popup-expand .e-content,
|
|
1049
1065
|
.e-datetimepicker.e-popup-expand .e-content {
|
|
1050
1066
|
height: 85%;
|
|
@@ -1113,6 +1129,7 @@ ejs-calendar {
|
|
|
1113
1129
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1114
1130
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1115
1131
|
color: #f0f0f0;
|
|
1132
|
+
font-weight: 500;
|
|
1116
1133
|
}
|
|
1117
1134
|
|
|
1118
1135
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1264,6 +1281,11 @@ ejs-calendar {
|
|
|
1264
1281
|
min-height: 40px;
|
|
1265
1282
|
}
|
|
1266
1283
|
|
|
1284
|
+
@media screen and (orientation: landscape) {
|
|
1285
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1286
|
+
line-height: 64px;
|
|
1287
|
+
}
|
|
1288
|
+
}
|
|
1267
1289
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1268
1290
|
border-radius: 0;
|
|
1269
1291
|
}
|
|
@@ -1273,9 +1295,15 @@ ejs-calendar {
|
|
|
1273
1295
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1274
1296
|
float: right;
|
|
1275
1297
|
}
|
|
1298
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1299
|
+
height: 15vh;
|
|
1300
|
+
}
|
|
1301
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1302
|
+
float: right;
|
|
1303
|
+
}
|
|
1276
1304
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1277
1305
|
height: 20vh;
|
|
1278
|
-
padding: 2vh
|
|
1306
|
+
padding: 2vh 6vw;
|
|
1279
1307
|
}
|
|
1280
1308
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1281
1309
|
margin: 12vh 0 0 0;
|
|
@@ -1284,13 +1312,19 @@ ejs-calendar {
|
|
|
1284
1312
|
color: inherit;
|
|
1285
1313
|
float: left;
|
|
1286
1314
|
font-size: 18px;
|
|
1287
|
-
padding: 2px;
|
|
1288
1315
|
}
|
|
1289
1316
|
@media (min-device-width: 768px) {
|
|
1290
1317
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1291
1318
|
font-size: 24px;
|
|
1292
1319
|
}
|
|
1293
1320
|
}
|
|
1321
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1322
|
+
background: transparent;
|
|
1323
|
+
border-color: transparent;
|
|
1324
|
+
box-shadow: none;
|
|
1325
|
+
font-weight: 400;
|
|
1326
|
+
padding: 0;
|
|
1327
|
+
}
|
|
1294
1328
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1295
1329
|
color: inherit;
|
|
1296
1330
|
float: right;
|
|
@@ -1319,7 +1353,7 @@ ejs-calendar {
|
|
|
1319
1353
|
line-height: 5vh;
|
|
1320
1354
|
}
|
|
1321
1355
|
.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 {
|
|
1322
|
-
margin-left:
|
|
1356
|
+
margin-left: 22vw;
|
|
1323
1357
|
position: absolute;
|
|
1324
1358
|
text-align: center;
|
|
1325
1359
|
vertical-align: middle;
|
|
@@ -1333,13 +1367,19 @@ ejs-calendar {
|
|
|
1333
1367
|
}
|
|
1334
1368
|
.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 {
|
|
1335
1369
|
margin-right: 75vw;
|
|
1370
|
+
vertical-align: inherit;
|
|
1371
|
+
height: 35px;
|
|
1372
|
+
width: 35px;
|
|
1336
1373
|
}
|
|
1337
1374
|
@media (min-device-width: 768px) {
|
|
1338
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 {
|
|
1339
|
-
height:
|
|
1340
|
-
width:
|
|
1376
|
+
height: 55px;
|
|
1377
|
+
width: 55px;
|
|
1341
1378
|
}
|
|
1342
1379
|
}
|
|
1380
|
+
.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 {
|
|
1381
|
+
vertical-align: inherit;
|
|
1382
|
+
}
|
|
1343
1383
|
@media (min-device-width: 768px) {
|
|
1344
1384
|
.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 {
|
|
1345
1385
|
font-size: 24px;
|
|
@@ -1347,6 +1387,18 @@ ejs-calendar {
|
|
|
1347
1387
|
}
|
|
1348
1388
|
.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 {
|
|
1349
1389
|
margin-right: 0;
|
|
1390
|
+
vertical-align: inherit;
|
|
1391
|
+
height: 35px;
|
|
1392
|
+
width: 35px;
|
|
1393
|
+
}
|
|
1394
|
+
@media (min-device-width: 768px) {
|
|
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 {
|
|
1396
|
+
height: 55px;
|
|
1397
|
+
width: 55px;
|
|
1398
|
+
}
|
|
1399
|
+
}
|
|
1400
|
+
.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 {
|
|
1401
|
+
vertical-align: inherit;
|
|
1350
1402
|
}
|
|
1351
1403
|
@media (min-device-width: 768px) {
|
|
1352
1404
|
.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 {
|
|
@@ -1371,15 +1423,11 @@ ejs-calendar {
|
|
|
1371
1423
|
}
|
|
1372
1424
|
}
|
|
1373
1425
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1374
|
-
height:
|
|
1426
|
+
height: 79vh;
|
|
1375
1427
|
}
|
|
1376
1428
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1377
1429
|
display: none;
|
|
1378
1430
|
}
|
|
1379
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1380
|
-
display: block;
|
|
1381
|
-
padding: 5px 0;
|
|
1382
|
-
}
|
|
1383
1431
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1384
1432
|
height: 69vh;
|
|
1385
1433
|
}
|
|
@@ -1438,7 +1486,6 @@ ejs-calendar {
|
|
|
1438
1486
|
@media screen and (orientation: landscape) {
|
|
1439
1487
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1440
1488
|
float: left;
|
|
1441
|
-
padding: 2px;
|
|
1442
1489
|
}
|
|
1443
1490
|
}
|
|
1444
1491
|
@media screen and (orientation: landscape) {
|
|
@@ -1458,7 +1505,7 @@ ejs-calendar {
|
|
|
1458
1505
|
}
|
|
1459
1506
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1460
1507
|
.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 {
|
|
1461
|
-
line-height:
|
|
1508
|
+
line-height: 12vh;
|
|
1462
1509
|
}
|
|
1463
1510
|
}
|
|
1464
1511
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2209,7 +2256,7 @@ ejs-calendar {
|
|
|
2209
2256
|
}
|
|
2210
2257
|
@media (min-device-width: 768px) {
|
|
2211
2258
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2212
|
-
font-size:
|
|
2259
|
+
font-size: 18px;
|
|
2213
2260
|
}
|
|
2214
2261
|
}
|
|
2215
2262
|
.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 {
|
|
@@ -2244,17 +2291,27 @@ ejs-calendar {
|
|
|
2244
2291
|
padding: 2vh 2vw;
|
|
2245
2292
|
line-height: 5vh;
|
|
2246
2293
|
}
|
|
2247
|
-
.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-
|
|
2294
|
+
.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 {
|
|
2248
2295
|
height: 36px;
|
|
2249
2296
|
width: 36px;
|
|
2250
2297
|
}
|
|
2251
|
-
|
|
2298
|
+
@media (min-device-width: 768px) {
|
|
2299
|
+
.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 {
|
|
2300
|
+
font-size: 18px;
|
|
2301
|
+
padding: 11px;
|
|
2302
|
+
}
|
|
2303
|
+
}
|
|
2304
|
+
.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 {
|
|
2305
|
+
height: 36px;
|
|
2306
|
+
width: 36px;
|
|
2307
|
+
}
|
|
2308
|
+
.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 {
|
|
2252
2309
|
padding: 10px;
|
|
2253
2310
|
line-height: 1;
|
|
2254
2311
|
}
|
|
2255
2312
|
@media (min-device-width: 768px) {
|
|
2256
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2257
|
-
font-size:
|
|
2313
|
+
.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 {
|
|
2314
|
+
font-size: 18px;
|
|
2258
2315
|
}
|
|
2259
2316
|
}
|
|
2260
2317
|
@media (max-height: 600px) {
|
|
@@ -2269,18 +2326,18 @@ ejs-calendar {
|
|
|
2269
2326
|
}
|
|
2270
2327
|
@media (min-device-width: 768px) {
|
|
2271
2328
|
.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 {
|
|
2272
|
-
font-size:
|
|
2329
|
+
font-size: 18px;
|
|
2273
2330
|
}
|
|
2274
2331
|
}
|
|
2275
2332
|
@media (min-device-width: 768px) {
|
|
2276
2333
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2277
|
-
font-size:
|
|
2334
|
+
font-size: 18px;
|
|
2278
2335
|
height: 48px;
|
|
2279
2336
|
}
|
|
2280
2337
|
}
|
|
2281
2338
|
@media (min-device-width: 768px) {
|
|
2282
2339
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2283
|
-
font-size:
|
|
2340
|
+
font-size: 18px;
|
|
2284
2341
|
height: 64px;
|
|
2285
2342
|
width: 64px;
|
|
2286
2343
|
line-height: 64px;
|
|
@@ -2304,12 +2361,6 @@ ejs-calendar {
|
|
|
2304
2361
|
height: 78vh;
|
|
2305
2362
|
}
|
|
2306
2363
|
}
|
|
2307
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2308
|
-
display: block;
|
|
2309
|
-
}
|
|
2310
|
-
.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 {
|
|
2311
|
-
float: right;
|
|
2312
|
-
}
|
|
2313
2364
|
@media (max-height: 600px) {
|
|
2314
2365
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2315
2366
|
min-height: 100%;
|
|
@@ -2357,7 +2408,7 @@ ejs-calendar {
|
|
|
2357
2408
|
}
|
|
2358
2409
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2359
2410
|
height: 10%;
|
|
2360
|
-
padding: 2.5vh 2.5vw;
|
|
2411
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2361
2412
|
display: -ms-flexbox;
|
|
2362
2413
|
display: flex;
|
|
2363
2414
|
-ms-flex-align: center;
|
|
@@ -2367,7 +2418,7 @@ ejs-calendar {
|
|
|
2367
2418
|
}
|
|
2368
2419
|
@media (min-device-width: 768px) {
|
|
2369
2420
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2370
|
-
font-size:
|
|
2421
|
+
font-size: 18px;
|
|
2371
2422
|
}
|
|
2372
2423
|
}
|
|
2373
2424
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2379,14 +2430,14 @@ ejs-calendar {
|
|
|
2379
2430
|
text-transform: capitalize;
|
|
2380
2431
|
}
|
|
2381
2432
|
|
|
2382
|
-
@media screen and (orientation: landscape)
|
|
2383
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2384
|
-
|
|
2433
|
+
@media screen and (orientation: landscape) {
|
|
2434
|
+
.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 {
|
|
2435
|
+
padding: 0;
|
|
2385
2436
|
}
|
|
2386
2437
|
}
|
|
2387
|
-
@media screen and (orientation: landscape) and (min-
|
|
2388
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2389
|
-
|
|
2438
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2439
|
+
.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 {
|
|
2440
|
+
font-size: 18px;
|
|
2390
2441
|
}
|
|
2391
2442
|
}
|
|
2392
2443
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2421,7 +2472,7 @@ ejs-calendar {
|
|
|
2421
2472
|
@media screen and (orientation: landscape) {
|
|
2422
2473
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2423
2474
|
height: 15%;
|
|
2424
|
-
font-size:
|
|
2475
|
+
font-size: 18px;
|
|
2425
2476
|
}
|
|
2426
2477
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2427
2478
|
padding: 1vh 1vw;
|
|
@@ -2448,7 +2499,7 @@ ejs-calendar {
|
|
|
2448
2499
|
@media screen and (orientation: landscape) {
|
|
2449
2500
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2450
2501
|
margin: 0;
|
|
2451
|
-
height:
|
|
2502
|
+
height: 28px;
|
|
2452
2503
|
}
|
|
2453
2504
|
}
|
|
2454
2505
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2458,8 +2509,8 @@ ejs-calendar {
|
|
|
2458
2509
|
}
|
|
2459
2510
|
@media screen and (orientation: landscape) {
|
|
2460
2511
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2461
|
-
margin:
|
|
2462
|
-
font-size:
|
|
2512
|
+
margin: 8px 0;
|
|
2513
|
+
font-size: 16px;
|
|
2463
2514
|
}
|
|
2464
2515
|
}
|
|
2465
2516
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
package/styles/bootstrap.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: 1px solid #ccc;
|
|
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%;
|
|
@@ -1114,6 +1130,7 @@ ejs-calendar {
|
|
|
1114
1130
|
.e-timepicker-mob-popup-wrap .e-timepicker.e-popup-expand .e-model-header .e-popup-close,
|
|
1115
1131
|
.e-datetimepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1116
1132
|
color: #333;
|
|
1133
|
+
font-weight: 500;
|
|
1117
1134
|
}
|
|
1118
1135
|
|
|
1119
1136
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -1266,6 +1283,11 @@ ejs-calendar {
|
|
|
1266
1283
|
min-height: 40px;
|
|
1267
1284
|
}
|
|
1268
1285
|
|
|
1286
|
+
@media screen and (orientation: landscape) {
|
|
1287
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-content.e-month td.e-today span.e-day {
|
|
1288
|
+
line-height: 64px;
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1269
1291
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand {
|
|
1270
1292
|
border-radius: 0;
|
|
1271
1293
|
}
|
|
@@ -1275,9 +1297,15 @@ ejs-calendar {
|
|
|
1275
1297
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1276
1298
|
float: right;
|
|
1277
1299
|
}
|
|
1300
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device {
|
|
1301
|
+
height: 15vh;
|
|
1302
|
+
}
|
|
1303
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header.e-blazor-device .e-popup-close {
|
|
1304
|
+
float: right;
|
|
1305
|
+
}
|
|
1278
1306
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
1279
1307
|
height: 20vh;
|
|
1280
|
-
padding: 2vh
|
|
1308
|
+
padding: 2vh 6vw;
|
|
1281
1309
|
}
|
|
1282
1310
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-day-wrapper {
|
|
1283
1311
|
margin: 12vh 0 0 0;
|
|
@@ -1286,13 +1314,19 @@ ejs-calendar {
|
|
|
1286
1314
|
color: inherit;
|
|
1287
1315
|
float: left;
|
|
1288
1316
|
font-size: 18px;
|
|
1289
|
-
padding: 2px;
|
|
1290
1317
|
}
|
|
1291
1318
|
@media (min-device-width: 768px) {
|
|
1292
1319
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1293
1320
|
font-size: 24px;
|
|
1294
1321
|
}
|
|
1295
1322
|
}
|
|
1323
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-btn.e-flat.e-popup-close {
|
|
1324
|
+
background: transparent;
|
|
1325
|
+
border-color: transparent;
|
|
1326
|
+
box-shadow: none;
|
|
1327
|
+
font-weight: 400;
|
|
1328
|
+
padding: 0;
|
|
1329
|
+
}
|
|
1296
1330
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-today.e-flat.e-primary {
|
|
1297
1331
|
color: inherit;
|
|
1298
1332
|
float: right;
|
|
@@ -1321,7 +1355,7 @@ ejs-calendar {
|
|
|
1321
1355
|
line-height: 5vh;
|
|
1322
1356
|
}
|
|
1323
1357
|
.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 {
|
|
1324
|
-
margin-left:
|
|
1358
|
+
margin-left: 22vw;
|
|
1325
1359
|
position: absolute;
|
|
1326
1360
|
text-align: center;
|
|
1327
1361
|
vertical-align: middle;
|
|
@@ -1335,13 +1369,19 @@ ejs-calendar {
|
|
|
1335
1369
|
}
|
|
1336
1370
|
.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 {
|
|
1337
1371
|
margin-right: 75vw;
|
|
1372
|
+
vertical-align: inherit;
|
|
1373
|
+
height: 35px;
|
|
1374
|
+
width: 35px;
|
|
1338
1375
|
}
|
|
1339
1376
|
@media (min-device-width: 768px) {
|
|
1340
1377
|
.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 {
|
|
1341
|
-
height:
|
|
1342
|
-
width:
|
|
1378
|
+
height: 55px;
|
|
1379
|
+
width: 55px;
|
|
1343
1380
|
}
|
|
1344
1381
|
}
|
|
1382
|
+
.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 {
|
|
1383
|
+
vertical-align: inherit;
|
|
1384
|
+
}
|
|
1345
1385
|
@media (min-device-width: 768px) {
|
|
1346
1386
|
.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 {
|
|
1347
1387
|
font-size: 24px;
|
|
@@ -1349,6 +1389,18 @@ ejs-calendar {
|
|
|
1349
1389
|
}
|
|
1350
1390
|
.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 {
|
|
1351
1391
|
margin-right: 0;
|
|
1392
|
+
vertical-align: inherit;
|
|
1393
|
+
height: 35px;
|
|
1394
|
+
width: 35px;
|
|
1395
|
+
}
|
|
1396
|
+
@media (min-device-width: 768px) {
|
|
1397
|
+
.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 {
|
|
1398
|
+
height: 55px;
|
|
1399
|
+
width: 55px;
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
.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 {
|
|
1403
|
+
vertical-align: inherit;
|
|
1352
1404
|
}
|
|
1353
1405
|
@media (min-device-width: 768px) {
|
|
1354
1406
|
.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 {
|
|
@@ -1373,15 +1425,11 @@ ejs-calendar {
|
|
|
1373
1425
|
}
|
|
1374
1426
|
}
|
|
1375
1427
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
1376
|
-
height:
|
|
1428
|
+
height: 79vh;
|
|
1377
1429
|
}
|
|
1378
1430
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
1379
1431
|
display: none;
|
|
1380
1432
|
}
|
|
1381
|
-
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container .e-footer-container {
|
|
1382
|
-
display: block;
|
|
1383
|
-
padding: 5px 0;
|
|
1384
|
-
}
|
|
1385
1433
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
1386
1434
|
height: 69vh;
|
|
1387
1435
|
}
|
|
@@ -1440,7 +1488,6 @@ ejs-calendar {
|
|
|
1440
1488
|
@media screen and (orientation: landscape) {
|
|
1441
1489
|
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
1442
1490
|
float: left;
|
|
1443
|
-
padding: 2px;
|
|
1444
1491
|
}
|
|
1445
1492
|
}
|
|
1446
1493
|
@media screen and (orientation: landscape) {
|
|
@@ -1460,7 +1507,7 @@ ejs-calendar {
|
|
|
1460
1507
|
}
|
|
1461
1508
|
@media screen and (orientation: landscape) and (max-height: 600px) {
|
|
1462
1509
|
.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 {
|
|
1463
|
-
line-height:
|
|
1510
|
+
line-height: 12vh;
|
|
1464
1511
|
}
|
|
1465
1512
|
}
|
|
1466
1513
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2217,7 +2264,7 @@ ejs-calendar {
|
|
|
2217
2264
|
}
|
|
2218
2265
|
@media (min-device-width: 768px) {
|
|
2219
2266
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-model-header-wrapper {
|
|
2220
|
-
font-size:
|
|
2267
|
+
font-size: 18px;
|
|
2221
2268
|
}
|
|
2222
2269
|
}
|
|
2223
2270
|
.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 {
|
|
@@ -2252,17 +2299,27 @@ ejs-calendar {
|
|
|
2252
2299
|
padding: 2vh 2vw;
|
|
2253
2300
|
line-height: 5vh;
|
|
2254
2301
|
}
|
|
2255
|
-
.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-
|
|
2302
|
+
.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 {
|
|
2256
2303
|
height: 36px;
|
|
2257
2304
|
width: 36px;
|
|
2258
2305
|
}
|
|
2259
|
-
|
|
2306
|
+
@media (min-device-width: 768px) {
|
|
2307
|
+
.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 {
|
|
2308
|
+
font-size: 18px;
|
|
2309
|
+
padding: 11px;
|
|
2310
|
+
}
|
|
2311
|
+
}
|
|
2312
|
+
.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 {
|
|
2313
|
+
height: 36px;
|
|
2314
|
+
width: 36px;
|
|
2315
|
+
}
|
|
2316
|
+
.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 {
|
|
2260
2317
|
padding: 10px;
|
|
2261
2318
|
line-height: 1;
|
|
2262
2319
|
}
|
|
2263
2320
|
@media (min-device-width: 768px) {
|
|
2264
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-header.e-month .e-
|
|
2265
|
-
font-size:
|
|
2321
|
+
.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 {
|
|
2322
|
+
font-size: 18px;
|
|
2266
2323
|
}
|
|
2267
2324
|
}
|
|
2268
2325
|
@media (max-height: 600px) {
|
|
@@ -2277,18 +2334,18 @@ ejs-calendar {
|
|
|
2277
2334
|
}
|
|
2278
2335
|
@media (min-device-width: 768px) {
|
|
2279
2336
|
.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 {
|
|
2280
|
-
font-size:
|
|
2337
|
+
font-size: 18px;
|
|
2281
2338
|
}
|
|
2282
2339
|
}
|
|
2283
2340
|
@media (min-device-width: 768px) {
|
|
2284
2341
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar th {
|
|
2285
|
-
font-size:
|
|
2342
|
+
font-size: 18px;
|
|
2286
2343
|
height: 48px;
|
|
2287
2344
|
}
|
|
2288
2345
|
}
|
|
2289
2346
|
@media (min-device-width: 768px) {
|
|
2290
2347
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-calendar .e-content span.e-day {
|
|
2291
|
-
font-size:
|
|
2348
|
+
font-size: 18px;
|
|
2292
2349
|
height: 64px;
|
|
2293
2350
|
width: 64px;
|
|
2294
2351
|
line-height: 64px;
|
|
@@ -2312,12 +2369,6 @@ ejs-calendar {
|
|
|
2312
2369
|
height: 78vh;
|
|
2313
2370
|
}
|
|
2314
2371
|
}
|
|
2315
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder .e-footer {
|
|
2316
|
-
display: block;
|
|
2317
|
-
}
|
|
2318
|
-
.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 {
|
|
2319
|
-
float: right;
|
|
2320
|
-
}
|
|
2321
2372
|
@media (max-height: 600px) {
|
|
2322
2373
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
|
|
2323
2374
|
min-height: 100%;
|
|
@@ -2365,7 +2416,7 @@ ejs-calendar {
|
|
|
2365
2416
|
}
|
|
2366
2417
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2367
2418
|
height: 10%;
|
|
2368
|
-
padding: 2.5vh 2.5vw;
|
|
2419
|
+
padding: 2.5vh 2.5vw 2.5vh 1.5vw;
|
|
2369
2420
|
display: -ms-flexbox;
|
|
2370
2421
|
display: flex;
|
|
2371
2422
|
-ms-flex-align: center;
|
|
@@ -2375,7 +2426,7 @@ ejs-calendar {
|
|
|
2375
2426
|
}
|
|
2376
2427
|
@media (min-device-width: 768px) {
|
|
2377
2428
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2378
|
-
font-size:
|
|
2429
|
+
font-size: 18px;
|
|
2379
2430
|
}
|
|
2380
2431
|
}
|
|
2381
2432
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
@@ -2387,14 +2438,14 @@ ejs-calendar {
|
|
|
2387
2438
|
text-transform: capitalize;
|
|
2388
2439
|
}
|
|
2389
2440
|
|
|
2390
|
-
@media screen and (orientation: landscape)
|
|
2391
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2392
|
-
|
|
2441
|
+
@media screen and (orientation: landscape) {
|
|
2442
|
+
.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 {
|
|
2443
|
+
padding: 0;
|
|
2393
2444
|
}
|
|
2394
2445
|
}
|
|
2395
|
-
@media screen and (orientation: landscape) and (min-
|
|
2396
|
-
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header.e-
|
|
2397
|
-
|
|
2446
|
+
@media screen and (orientation: landscape) and (min-device-width: 768px) {
|
|
2447
|
+
.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 {
|
|
2448
|
+
font-size: 18px;
|
|
2398
2449
|
}
|
|
2399
2450
|
}
|
|
2400
2451
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2429,7 +2480,7 @@ ejs-calendar {
|
|
|
2429
2480
|
@media screen and (orientation: landscape) {
|
|
2430
2481
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header {
|
|
2431
2482
|
height: 15%;
|
|
2432
|
-
font-size:
|
|
2483
|
+
font-size: 18px;
|
|
2433
2484
|
}
|
|
2434
2485
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-mob-popup-wrap .e-model-header .e-popup-close {
|
|
2435
2486
|
padding: 1vh 1vw;
|
|
@@ -2456,7 +2507,7 @@ ejs-calendar {
|
|
|
2456
2507
|
@media screen and (orientation: landscape) {
|
|
2457
2508
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-start-end {
|
|
2458
2509
|
margin: 0;
|
|
2459
|
-
height:
|
|
2510
|
+
height: 28px;
|
|
2460
2511
|
}
|
|
2461
2512
|
}
|
|
2462
2513
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|
|
@@ -2466,8 +2517,8 @@ ejs-calendar {
|
|
|
2466
2517
|
}
|
|
2467
2518
|
@media screen and (orientation: landscape) {
|
|
2468
2519
|
.e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container .e-range-header .e-day-span {
|
|
2469
|
-
margin:
|
|
2470
|
-
font-size:
|
|
2520
|
+
margin: 8px 0;
|
|
2521
|
+
font-size: 16px;
|
|
2471
2522
|
}
|
|
2472
2523
|
}
|
|
2473
2524
|
@media screen and (orientation: landscape) and (min-height: 600px) {
|