@syncfusion/ej2 20.2.49 → 20.2.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bootstrap-dark.css +190 -0
- package/bootstrap.css +190 -0
- package/bootstrap4.css +190 -0
- package/bootstrap5-dark.css +190 -0
- package/bootstrap5.css +190 -0
- package/datepicker/bootstrap-dark.css +79 -0
- package/datepicker/bootstrap.css +79 -0
- package/datepicker/bootstrap4.css +79 -0
- package/datepicker/bootstrap5.css +79 -0
- package/datepicker/compatibility/bootstrap-dark.css +79 -0
- package/datepicker/compatibility/bootstrap.css +79 -0
- package/datepicker/compatibility/bootstrap4.css +79 -0
- package/datepicker/compatibility/bootstrap5.css +79 -0
- package/datepicker/compatibility/fabric-dark.css +79 -0
- package/datepicker/compatibility/fabric.css +79 -0
- package/datepicker/compatibility/fluent-dark.css +79 -0
- package/datepicker/compatibility/fluent.css +79 -0
- package/datepicker/compatibility/highcontrast-light.css +79 -0
- package/datepicker/compatibility/highcontrast.css +79 -0
- package/datepicker/compatibility/material-dark.css +79 -0
- package/datepicker/compatibility/material.css +79 -0
- package/datepicker/compatibility/tailwind-dark.css +79 -0
- package/datepicker/compatibility/tailwind.css +79 -0
- package/datepicker/fabric-dark.css +79 -0
- package/datepicker/fabric.css +79 -0
- package/datepicker/fluent-dark.css +79 -0
- package/datepicker/fluent.css +79 -0
- package/datepicker/highcontrast-light.css +79 -0
- package/datepicker/highcontrast.css +79 -0
- package/datepicker/material-dark.css +79 -0
- package/datepicker/material.css +79 -0
- package/datepicker/tailwind-dark.css +79 -0
- package/datepicker/tailwind.css +79 -0
- package/daterangepicker/bootstrap-dark.css +111 -0
- package/daterangepicker/bootstrap.css +111 -0
- package/daterangepicker/bootstrap4.css +111 -0
- package/daterangepicker/bootstrap5.css +111 -0
- package/daterangepicker/compatibility/bootstrap-dark.css +111 -0
- package/daterangepicker/compatibility/bootstrap.css +111 -0
- package/daterangepicker/compatibility/bootstrap4.css +111 -0
- package/daterangepicker/compatibility/bootstrap5.css +111 -0
- package/daterangepicker/compatibility/fabric-dark.css +111 -0
- package/daterangepicker/compatibility/fabric.css +111 -0
- package/daterangepicker/compatibility/fluent-dark.css +111 -0
- package/daterangepicker/compatibility/fluent.css +111 -0
- package/daterangepicker/compatibility/highcontrast-light.css +111 -0
- package/daterangepicker/compatibility/highcontrast.css +111 -0
- package/daterangepicker/compatibility/material-dark.css +111 -0
- package/daterangepicker/compatibility/material.css +111 -0
- package/daterangepicker/compatibility/tailwind-dark.css +111 -0
- package/daterangepicker/compatibility/tailwind.css +111 -0
- package/daterangepicker/fabric-dark.css +111 -0
- package/daterangepicker/fabric.css +111 -0
- package/daterangepicker/fluent-dark.css +111 -0
- package/daterangepicker/fluent.css +111 -0
- package/daterangepicker/highcontrast-light.css +111 -0
- package/daterangepicker/highcontrast.css +111 -0
- package/daterangepicker/material-dark.css +111 -0
- package/daterangepicker/material.css +111 -0
- package/daterangepicker/tailwind-dark.css +111 -0
- package/daterangepicker/tailwind.css +111 -0
- package/dist/ej2.d.ts +1 -1
- package/dist/ej2.min.js +2 -2
- package/fabric-dark.css +190 -0
- package/fabric.css +190 -0
- package/fluent-dark.css +190 -0
- package/fluent.css +190 -0
- package/highcontrast.css +190 -0
- package/material-dark.css +190 -0
- package/material.css +190 -0
- package/package.json +16 -16
- package/styles/compatibility/bootstrap.css +190 -0
- package/styles/compatibility/bootstrap4.css +190 -0
- package/styles/compatibility/fabric.css +190 -0
- package/styles/compatibility/highcontrast.css +190 -0
- package/styles/compatibility/material.css +190 -0
- package/tailwind-dark.css +190 -0
- package/tailwind.css +190 -0
|
@@ -123,6 +123,10 @@
|
|
|
123
123
|
top: 0 !important;
|
|
124
124
|
left: 0 !important;
|
|
125
125
|
}
|
|
126
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
127
|
+
min-width: 100%;
|
|
128
|
+
min-height: 100%;
|
|
129
|
+
}
|
|
126
130
|
|
|
127
131
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
128
132
|
background-size: 250px 33px;
|
|
@@ -135,6 +139,40 @@
|
|
|
135
139
|
min-height: 40px;
|
|
136
140
|
}
|
|
137
141
|
|
|
142
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
143
|
+
height: 15%;
|
|
144
|
+
}
|
|
145
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
146
|
+
float: right;
|
|
147
|
+
margin-right: 10px;
|
|
148
|
+
padding: 5px;
|
|
149
|
+
}
|
|
150
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
151
|
+
content: "\e932";
|
|
152
|
+
font-family: "e-icons";
|
|
153
|
+
color: rgb(255, 255, 255);
|
|
154
|
+
}
|
|
155
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
156
|
+
min-width: 100%;
|
|
157
|
+
min-height: 100%;
|
|
158
|
+
height: 100%;
|
|
159
|
+
}
|
|
160
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
161
|
+
height: 10%;
|
|
162
|
+
}
|
|
163
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
164
|
+
height: 85%;
|
|
165
|
+
}
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
167
|
+
height: 10%;
|
|
168
|
+
}
|
|
169
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
170
|
+
height: 80%;
|
|
171
|
+
}
|
|
172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
173
|
+
height: 100%;
|
|
174
|
+
}
|
|
175
|
+
|
|
138
176
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
139
177
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
140
178
|
display: inline-block;
|
|
@@ -142,6 +180,47 @@
|
|
|
142
180
|
overflow: auto;
|
|
143
181
|
}
|
|
144
182
|
}
|
|
183
|
+
@media screen and (orientation: landscape) {
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
185
|
+
float: left;
|
|
186
|
+
height: 100%;
|
|
187
|
+
width: 30%;
|
|
188
|
+
}
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
190
|
+
float: left;
|
|
191
|
+
padding: 5px;
|
|
192
|
+
}
|
|
193
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
194
|
+
font-size: 35px;
|
|
195
|
+
margin-top: 35%;
|
|
196
|
+
}
|
|
197
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
198
|
+
display: block;
|
|
199
|
+
font-size: 40px;
|
|
200
|
+
margin-top: 10%;
|
|
201
|
+
}
|
|
202
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
203
|
+
height: 10%;
|
|
204
|
+
}
|
|
205
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
206
|
+
height: 75%;
|
|
207
|
+
}
|
|
208
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
209
|
+
display: -ms-flexbox;
|
|
210
|
+
display: flex;
|
|
211
|
+
}
|
|
212
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
213
|
+
float: right;
|
|
214
|
+
height: 90%;
|
|
215
|
+
width: 70%;
|
|
216
|
+
}
|
|
217
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
218
|
+
display: table-row-group;
|
|
219
|
+
}
|
|
220
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
221
|
+
height: 100%;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
145
224
|
.e-datepicker.e-popup-wrapper,
|
|
146
225
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
147
226
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -123,6 +123,10 @@
|
|
|
123
123
|
top: 0 !important;
|
|
124
124
|
left: 0 !important;
|
|
125
125
|
}
|
|
126
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
127
|
+
min-width: 100%;
|
|
128
|
+
min-height: 100%;
|
|
129
|
+
}
|
|
126
130
|
|
|
127
131
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
128
132
|
background-size: 250px 33px;
|
|
@@ -135,6 +139,40 @@
|
|
|
135
139
|
min-height: 40px;
|
|
136
140
|
}
|
|
137
141
|
|
|
142
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
143
|
+
height: 15%;
|
|
144
|
+
}
|
|
145
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
146
|
+
float: right;
|
|
147
|
+
margin-right: 10px;
|
|
148
|
+
padding: 5px;
|
|
149
|
+
}
|
|
150
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
151
|
+
content: "\e932";
|
|
152
|
+
font-family: "e-icons";
|
|
153
|
+
color: rgb(255, 255, 255);
|
|
154
|
+
}
|
|
155
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
156
|
+
min-width: 100%;
|
|
157
|
+
min-height: 100%;
|
|
158
|
+
height: 100%;
|
|
159
|
+
}
|
|
160
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
161
|
+
height: 10%;
|
|
162
|
+
}
|
|
163
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
164
|
+
height: 85%;
|
|
165
|
+
}
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
167
|
+
height: 10%;
|
|
168
|
+
}
|
|
169
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
170
|
+
height: 80%;
|
|
171
|
+
}
|
|
172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
173
|
+
height: 100%;
|
|
174
|
+
}
|
|
175
|
+
|
|
138
176
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
139
177
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
140
178
|
display: inline-block;
|
|
@@ -142,6 +180,47 @@
|
|
|
142
180
|
overflow: auto;
|
|
143
181
|
}
|
|
144
182
|
}
|
|
183
|
+
@media screen and (orientation: landscape) {
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
185
|
+
float: left;
|
|
186
|
+
height: 100%;
|
|
187
|
+
width: 30%;
|
|
188
|
+
}
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
190
|
+
float: left;
|
|
191
|
+
padding: 5px;
|
|
192
|
+
}
|
|
193
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
194
|
+
font-size: 35px;
|
|
195
|
+
margin-top: 35%;
|
|
196
|
+
}
|
|
197
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
198
|
+
display: block;
|
|
199
|
+
font-size: 40px;
|
|
200
|
+
margin-top: 10%;
|
|
201
|
+
}
|
|
202
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
203
|
+
height: 10%;
|
|
204
|
+
}
|
|
205
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
206
|
+
height: 75%;
|
|
207
|
+
}
|
|
208
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
209
|
+
display: -ms-flexbox;
|
|
210
|
+
display: flex;
|
|
211
|
+
}
|
|
212
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
213
|
+
float: right;
|
|
214
|
+
height: 90%;
|
|
215
|
+
width: 70%;
|
|
216
|
+
}
|
|
217
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
218
|
+
display: table-row-group;
|
|
219
|
+
}
|
|
220
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
221
|
+
height: 100%;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
145
224
|
.e-datepicker.e-popup-wrapper,
|
|
146
225
|
.e-bigger.e-small .e-datepicker.e-popup-wrapper,
|
|
147
226
|
.e-bigger .e-datepicker.e-popup-wrapper,
|
|
@@ -105,6 +105,10 @@
|
|
|
105
105
|
top: 0 !important;
|
|
106
106
|
left: 0 !important;
|
|
107
107
|
}
|
|
108
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
109
|
+
min-width: 100%;
|
|
110
|
+
min-height: 100%;
|
|
111
|
+
}
|
|
108
112
|
|
|
109
113
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
110
114
|
background-size: 250px 33px;
|
|
@@ -117,6 +121,40 @@
|
|
|
117
121
|
min-height: 40px;
|
|
118
122
|
}
|
|
119
123
|
|
|
124
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
125
|
+
height: 15%;
|
|
126
|
+
}
|
|
127
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
128
|
+
float: right;
|
|
129
|
+
margin-right: 10px;
|
|
130
|
+
padding: 5px;
|
|
131
|
+
}
|
|
132
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
133
|
+
content: "\e932";
|
|
134
|
+
font-family: "e-icons";
|
|
135
|
+
color: rgb(255, 255, 255);
|
|
136
|
+
}
|
|
137
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
138
|
+
min-width: 100%;
|
|
139
|
+
min-height: 100%;
|
|
140
|
+
height: 100%;
|
|
141
|
+
}
|
|
142
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
143
|
+
height: 10%;
|
|
144
|
+
}
|
|
145
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
146
|
+
height: 85%;
|
|
147
|
+
}
|
|
148
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
149
|
+
height: 10%;
|
|
150
|
+
}
|
|
151
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
152
|
+
height: 80%;
|
|
153
|
+
}
|
|
154
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
155
|
+
height: 100%;
|
|
156
|
+
}
|
|
157
|
+
|
|
120
158
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
121
159
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
122
160
|
display: inline-block;
|
|
@@ -124,6 +162,47 @@
|
|
|
124
162
|
overflow: auto;
|
|
125
163
|
}
|
|
126
164
|
}
|
|
165
|
+
@media screen and (orientation: landscape) {
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
167
|
+
float: left;
|
|
168
|
+
height: 100%;
|
|
169
|
+
width: 30%;
|
|
170
|
+
}
|
|
171
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
172
|
+
float: left;
|
|
173
|
+
padding: 5px;
|
|
174
|
+
}
|
|
175
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
176
|
+
font-size: 35px;
|
|
177
|
+
margin-top: 35%;
|
|
178
|
+
}
|
|
179
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
180
|
+
display: block;
|
|
181
|
+
font-size: 40px;
|
|
182
|
+
margin-top: 10%;
|
|
183
|
+
}
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
185
|
+
height: 10%;
|
|
186
|
+
}
|
|
187
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
188
|
+
height: 75%;
|
|
189
|
+
}
|
|
190
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
191
|
+
display: -ms-flexbox;
|
|
192
|
+
display: flex;
|
|
193
|
+
}
|
|
194
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
195
|
+
float: right;
|
|
196
|
+
height: 90%;
|
|
197
|
+
width: 70%;
|
|
198
|
+
}
|
|
199
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
200
|
+
display: table-row-group;
|
|
201
|
+
}
|
|
202
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
203
|
+
height: 100%;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
127
206
|
.e-lib.e-datepicker.e-popup-wrapper,
|
|
128
207
|
.e-bigger.e-small .e-lib.e-datepicker.e-popup-wrapper,
|
|
129
208
|
.e-bigger .e-lib.e-datepicker.e-popup-wrapper,
|
|
@@ -106,6 +106,10 @@
|
|
|
106
106
|
top: 0 !important;
|
|
107
107
|
left: 0 !important;
|
|
108
108
|
}
|
|
109
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
110
|
+
min-width: 100%;
|
|
111
|
+
min-height: 100%;
|
|
112
|
+
}
|
|
109
113
|
|
|
110
114
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
111
115
|
background-size: 250px 33px;
|
|
@@ -118,6 +122,40 @@
|
|
|
118
122
|
min-height: 40px;
|
|
119
123
|
}
|
|
120
124
|
|
|
125
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
126
|
+
height: 15%;
|
|
127
|
+
}
|
|
128
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
129
|
+
float: right;
|
|
130
|
+
margin-right: 10px;
|
|
131
|
+
padding: 5px;
|
|
132
|
+
}
|
|
133
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
134
|
+
content: "\e932";
|
|
135
|
+
font-family: "e-icons";
|
|
136
|
+
color: rgb(255, 255, 255);
|
|
137
|
+
}
|
|
138
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
139
|
+
min-width: 100%;
|
|
140
|
+
min-height: 100%;
|
|
141
|
+
height: 100%;
|
|
142
|
+
}
|
|
143
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
144
|
+
height: 10%;
|
|
145
|
+
}
|
|
146
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
147
|
+
height: 85%;
|
|
148
|
+
}
|
|
149
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
150
|
+
height: 10%;
|
|
151
|
+
}
|
|
152
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
153
|
+
height: 80%;
|
|
154
|
+
}
|
|
155
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
156
|
+
height: 100%;
|
|
157
|
+
}
|
|
158
|
+
|
|
121
159
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
122
160
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
123
161
|
display: inline-block;
|
|
@@ -125,6 +163,47 @@
|
|
|
125
163
|
overflow: auto;
|
|
126
164
|
}
|
|
127
165
|
}
|
|
166
|
+
@media screen and (orientation: landscape) {
|
|
167
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
168
|
+
float: left;
|
|
169
|
+
height: 100%;
|
|
170
|
+
width: 30%;
|
|
171
|
+
}
|
|
172
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
173
|
+
float: left;
|
|
174
|
+
padding: 5px;
|
|
175
|
+
}
|
|
176
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
177
|
+
font-size: 35px;
|
|
178
|
+
margin-top: 35%;
|
|
179
|
+
}
|
|
180
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
181
|
+
display: block;
|
|
182
|
+
font-size: 40px;
|
|
183
|
+
margin-top: 10%;
|
|
184
|
+
}
|
|
185
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
186
|
+
height: 10%;
|
|
187
|
+
}
|
|
188
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
189
|
+
height: 75%;
|
|
190
|
+
}
|
|
191
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
192
|
+
display: -ms-flexbox;
|
|
193
|
+
display: flex;
|
|
194
|
+
}
|
|
195
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
196
|
+
float: right;
|
|
197
|
+
height: 90%;
|
|
198
|
+
width: 70%;
|
|
199
|
+
}
|
|
200
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
201
|
+
display: table-row-group;
|
|
202
|
+
}
|
|
203
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
204
|
+
height: 100%;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
128
207
|
.e-lib.e-datepicker.e-popup-wrapper,
|
|
129
208
|
.e-bigger.e-small .e-lib.e-datepicker.e-popup-wrapper,
|
|
130
209
|
.e-bigger .e-lib.e-datepicker.e-popup-wrapper,
|
|
@@ -110,6 +110,10 @@
|
|
|
110
110
|
top: 0 !important;
|
|
111
111
|
left: 0 !important;
|
|
112
112
|
}
|
|
113
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
114
|
+
min-width: 100%;
|
|
115
|
+
min-height: 100%;
|
|
116
|
+
}
|
|
113
117
|
|
|
114
118
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
115
119
|
background-size: 250px 33px;
|
|
@@ -122,6 +126,40 @@
|
|
|
122
126
|
min-height: 40px;
|
|
123
127
|
}
|
|
124
128
|
|
|
129
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
130
|
+
height: 15%;
|
|
131
|
+
}
|
|
132
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
133
|
+
float: right;
|
|
134
|
+
margin-right: 10px;
|
|
135
|
+
padding: 5px;
|
|
136
|
+
}
|
|
137
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
138
|
+
content: "\e932";
|
|
139
|
+
font-family: "e-icons";
|
|
140
|
+
color: rgb(255, 255, 255);
|
|
141
|
+
}
|
|
142
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
143
|
+
min-width: 100%;
|
|
144
|
+
min-height: 100%;
|
|
145
|
+
height: 100%;
|
|
146
|
+
}
|
|
147
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
148
|
+
height: 10%;
|
|
149
|
+
}
|
|
150
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
151
|
+
height: 85%;
|
|
152
|
+
}
|
|
153
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
154
|
+
height: 10%;
|
|
155
|
+
}
|
|
156
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
157
|
+
height: 80%;
|
|
158
|
+
}
|
|
159
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
160
|
+
height: 100%;
|
|
161
|
+
}
|
|
162
|
+
|
|
125
163
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
126
164
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
127
165
|
display: inline-block;
|
|
@@ -129,6 +167,47 @@
|
|
|
129
167
|
overflow: auto;
|
|
130
168
|
}
|
|
131
169
|
}
|
|
170
|
+
@media screen and (orientation: landscape) {
|
|
171
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
172
|
+
float: left;
|
|
173
|
+
height: 100%;
|
|
174
|
+
width: 30%;
|
|
175
|
+
}
|
|
176
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
177
|
+
float: left;
|
|
178
|
+
padding: 5px;
|
|
179
|
+
}
|
|
180
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
181
|
+
font-size: 35px;
|
|
182
|
+
margin-top: 35%;
|
|
183
|
+
}
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
185
|
+
display: block;
|
|
186
|
+
font-size: 40px;
|
|
187
|
+
margin-top: 10%;
|
|
188
|
+
}
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
190
|
+
height: 10%;
|
|
191
|
+
}
|
|
192
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
193
|
+
height: 75%;
|
|
194
|
+
}
|
|
195
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
196
|
+
display: -ms-flexbox;
|
|
197
|
+
display: flex;
|
|
198
|
+
}
|
|
199
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
200
|
+
float: right;
|
|
201
|
+
height: 90%;
|
|
202
|
+
width: 70%;
|
|
203
|
+
}
|
|
204
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
205
|
+
display: table-row-group;
|
|
206
|
+
}
|
|
207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
208
|
+
height: 100%;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
132
211
|
.e-lib.e-datepicker.e-popup-wrapper,
|
|
133
212
|
.e-bigger.e-small .e-lib.e-datepicker.e-popup-wrapper,
|
|
134
213
|
.e-bigger .e-lib.e-datepicker.e-popup-wrapper,
|
|
@@ -110,6 +110,10 @@
|
|
|
110
110
|
top: 0 !important;
|
|
111
111
|
left: 0 !important;
|
|
112
112
|
}
|
|
113
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
114
|
+
min-width: 100%;
|
|
115
|
+
min-height: 100%;
|
|
116
|
+
}
|
|
113
117
|
|
|
114
118
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
115
119
|
background-size: 250px 33px;
|
|
@@ -122,6 +126,40 @@
|
|
|
122
126
|
min-height: 40px;
|
|
123
127
|
}
|
|
124
128
|
|
|
129
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
130
|
+
height: 15%;
|
|
131
|
+
}
|
|
132
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
133
|
+
float: right;
|
|
134
|
+
margin-right: 10px;
|
|
135
|
+
padding: 5px;
|
|
136
|
+
}
|
|
137
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
138
|
+
content: "\e932";
|
|
139
|
+
font-family: "e-icons";
|
|
140
|
+
color: rgb(255, 255, 255);
|
|
141
|
+
}
|
|
142
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
143
|
+
min-width: 100%;
|
|
144
|
+
min-height: 100%;
|
|
145
|
+
height: 100%;
|
|
146
|
+
}
|
|
147
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
148
|
+
height: 10%;
|
|
149
|
+
}
|
|
150
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
151
|
+
height: 85%;
|
|
152
|
+
}
|
|
153
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
154
|
+
height: 10%;
|
|
155
|
+
}
|
|
156
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
157
|
+
height: 80%;
|
|
158
|
+
}
|
|
159
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
160
|
+
height: 100%;
|
|
161
|
+
}
|
|
162
|
+
|
|
125
163
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
126
164
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
127
165
|
display: inline-block;
|
|
@@ -129,6 +167,47 @@
|
|
|
129
167
|
overflow: auto;
|
|
130
168
|
}
|
|
131
169
|
}
|
|
170
|
+
@media screen and (orientation: landscape) {
|
|
171
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
172
|
+
float: left;
|
|
173
|
+
height: 100%;
|
|
174
|
+
width: 30%;
|
|
175
|
+
}
|
|
176
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
177
|
+
float: left;
|
|
178
|
+
padding: 5px;
|
|
179
|
+
}
|
|
180
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
181
|
+
font-size: 35px;
|
|
182
|
+
margin-top: 35%;
|
|
183
|
+
}
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
185
|
+
display: block;
|
|
186
|
+
font-size: 40px;
|
|
187
|
+
margin-top: 10%;
|
|
188
|
+
}
|
|
189
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
190
|
+
height: 10%;
|
|
191
|
+
}
|
|
192
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
193
|
+
height: 75%;
|
|
194
|
+
}
|
|
195
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
196
|
+
display: -ms-flexbox;
|
|
197
|
+
display: flex;
|
|
198
|
+
}
|
|
199
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
200
|
+
float: right;
|
|
201
|
+
height: 90%;
|
|
202
|
+
width: 70%;
|
|
203
|
+
}
|
|
204
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
205
|
+
display: table-row-group;
|
|
206
|
+
}
|
|
207
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
208
|
+
height: 100%;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
132
211
|
.e-lib.e-datepicker.e-popup-wrapper,
|
|
133
212
|
.e-bigger.e-small .e-lib.e-datepicker.e-popup-wrapper,
|
|
134
213
|
.e-bigger .e-lib.e-datepicker.e-popup-wrapper,
|
|
@@ -105,6 +105,10 @@
|
|
|
105
105
|
top: 0 !important;
|
|
106
106
|
left: 0 !important;
|
|
107
107
|
}
|
|
108
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-wrapper.e-popup-expand.e-lib.e-popup.e-control.e-popup-open {
|
|
109
|
+
min-width: 100%;
|
|
110
|
+
min-height: 100%;
|
|
111
|
+
}
|
|
108
112
|
|
|
109
113
|
.e-content-placeholder.e-datepicker.e-placeholder-datepicker {
|
|
110
114
|
background-size: 250px 33px;
|
|
@@ -117,6 +121,40 @@
|
|
|
117
121
|
min-height: 40px;
|
|
118
122
|
}
|
|
119
123
|
|
|
124
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
125
|
+
height: 15%;
|
|
126
|
+
}
|
|
127
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
128
|
+
float: right;
|
|
129
|
+
margin-right: 10px;
|
|
130
|
+
padding: 5px;
|
|
131
|
+
}
|
|
132
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close::before {
|
|
133
|
+
content: "\e932";
|
|
134
|
+
font-family: "e-icons";
|
|
135
|
+
color: rgb(255, 255, 255);
|
|
136
|
+
}
|
|
137
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
138
|
+
min-width: 100%;
|
|
139
|
+
min-height: 100%;
|
|
140
|
+
height: 100%;
|
|
141
|
+
}
|
|
142
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar .e-header.e-month {
|
|
143
|
+
height: 10%;
|
|
144
|
+
}
|
|
145
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
146
|
+
height: 85%;
|
|
147
|
+
}
|
|
148
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
149
|
+
height: 10%;
|
|
150
|
+
}
|
|
151
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
152
|
+
height: 80%;
|
|
153
|
+
}
|
|
154
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table {
|
|
155
|
+
height: 100%;
|
|
156
|
+
}
|
|
157
|
+
|
|
120
158
|
@media screen and (orientation: landscape) and (max-height: 360px) {
|
|
121
159
|
.e-datepicker .e-calendar.e-device .e-month table tbody {
|
|
122
160
|
display: inline-block;
|
|
@@ -124,6 +162,47 @@
|
|
|
124
162
|
overflow: auto;
|
|
125
163
|
}
|
|
126
164
|
}
|
|
165
|
+
@media screen and (orientation: landscape) {
|
|
166
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header {
|
|
167
|
+
float: left;
|
|
168
|
+
height: 100%;
|
|
169
|
+
width: 30%;
|
|
170
|
+
}
|
|
171
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-popup-close {
|
|
172
|
+
float: left;
|
|
173
|
+
padding: 5px;
|
|
174
|
+
}
|
|
175
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-header .e-model-year {
|
|
176
|
+
font-size: 35px;
|
|
177
|
+
margin-top: 35%;
|
|
178
|
+
}
|
|
179
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-model-day {
|
|
180
|
+
display: block;
|
|
181
|
+
font-size: 40px;
|
|
182
|
+
margin-top: 10%;
|
|
183
|
+
}
|
|
184
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-header.e-month, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-footer-container {
|
|
185
|
+
height: 10%;
|
|
186
|
+
}
|
|
187
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month {
|
|
188
|
+
height: 75%;
|
|
189
|
+
}
|
|
190
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar {
|
|
191
|
+
display: -ms-flexbox;
|
|
192
|
+
display: flex;
|
|
193
|
+
}
|
|
194
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar-cell-container {
|
|
195
|
+
float: right;
|
|
196
|
+
height: 90%;
|
|
197
|
+
width: 70%;
|
|
198
|
+
}
|
|
199
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-calendar.e-device .e-month table tbody {
|
|
200
|
+
display: table-row-group;
|
|
201
|
+
}
|
|
202
|
+
.e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-month table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-decade table, .e-datepick-mob-popup-wrap .e-datepicker.e-popup-expand .e-content.e-year table {
|
|
203
|
+
height: 100%;
|
|
204
|
+
}
|
|
205
|
+
}
|
|
127
206
|
.e-lib.e-datepicker.e-popup-wrapper,
|
|
128
207
|
.e-bigger.e-small .e-lib.e-datepicker.e-popup-wrapper,
|
|
129
208
|
.e-bigger .e-lib.e-datepicker.e-popup-wrapper,
|