@syncfusion/ej2-angular-grids 19.4.48 → 19.4.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +25 -0
- package/README.md +1 -1
- package/dist/ej2-angular-grids.umd.js +1 -1
- package/dist/ej2-angular-grids.umd.min.js +1 -1
- package/package.json +8 -8
- 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/styles/bootstrap-dark.css +7 -3
- package/styles/bootstrap.css +7 -3
- package/styles/bootstrap4.css +7 -3
- package/styles/bootstrap5-dark.css +111 -107
- package/styles/bootstrap5.css +111 -107
- package/styles/excel-filter/bootstrap-dark.css +3 -0
- package/styles/excel-filter/bootstrap.css +3 -0
- package/styles/excel-filter/bootstrap4.css +3 -0
- package/styles/excel-filter/bootstrap5-dark.css +3 -0
- package/styles/excel-filter/bootstrap5.css +3 -0
- package/styles/excel-filter/fabric-dark.css +3 -0
- package/styles/excel-filter/fabric.css +3 -0
- package/styles/excel-filter/highcontrast-light.css +3 -0
- package/styles/excel-filter/highcontrast.css +3 -0
- package/styles/excel-filter/material-dark.css +3 -0
- package/styles/excel-filter/material.css +3 -0
- package/styles/excel-filter/tailwind-dark.css +3 -0
- package/styles/excel-filter/tailwind.css +3 -0
- package/styles/fabric-dark.css +7 -3
- package/styles/fabric.css +7 -3
- package/styles/grid/bootstrap-dark.css +4 -3
- package/styles/grid/bootstrap.css +4 -3
- package/styles/grid/bootstrap4.css +4 -3
- package/styles/grid/bootstrap5-dark.css +108 -107
- package/styles/grid/bootstrap5.css +108 -107
- package/styles/grid/fabric-dark.css +4 -3
- package/styles/grid/fabric.css +4 -3
- package/styles/grid/highcontrast-light.css +4 -3
- package/styles/grid/highcontrast.css +4 -3
- package/styles/grid/material-dark.css +4 -3
- package/styles/grid/material.css +4 -3
- package/styles/grid/tailwind-dark.css +121 -120
- package/styles/grid/tailwind.css +121 -120
- package/styles/highcontrast-light.css +7 -3
- package/styles/highcontrast.css +7 -3
- package/styles/material-dark.css +7 -3
- package/styles/material.css +7 -3
- package/styles/tailwind-dark.css +124 -120
- package/styles/tailwind.css +124 -120
|
@@ -235,6 +235,7 @@
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
.e-xlflmenu .e-radio + label .e-label {
|
|
238
|
+
margin-top: 0;
|
|
238
239
|
padding-left: 25px;
|
|
239
240
|
padding-right: 9px;
|
|
240
241
|
}
|
|
@@ -376,6 +377,7 @@
|
|
|
376
377
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
377
378
|
height: 40px;
|
|
378
379
|
line-height: 40px;
|
|
380
|
+
margin-right: 0;
|
|
379
381
|
}
|
|
380
382
|
|
|
381
383
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -509,6 +511,7 @@
|
|
|
509
511
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
510
512
|
height: 36px;
|
|
511
513
|
line-height: 36px;
|
|
514
|
+
margin-right: 0;
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-excelfilter .e-footer-content {
|
|
@@ -235,6 +235,7 @@
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
.e-xlflmenu .e-radio + label .e-label {
|
|
238
|
+
margin-top: 0;
|
|
238
239
|
padding-left: 25px;
|
|
239
240
|
padding-right: 9px;
|
|
240
241
|
}
|
|
@@ -376,6 +377,7 @@
|
|
|
376
377
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
377
378
|
height: 40px;
|
|
378
379
|
line-height: 40px;
|
|
380
|
+
margin-right: 0;
|
|
379
381
|
}
|
|
380
382
|
|
|
381
383
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -509,6 +511,7 @@
|
|
|
509
511
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
510
512
|
height: 36px;
|
|
511
513
|
line-height: 36px;
|
|
514
|
+
margin-right: 0;
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-excelfilter .e-footer-content {
|
|
@@ -276,6 +276,7 @@
|
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
.e-xlflmenu .e-radio + label .e-label {
|
|
279
|
+
margin-top: 0;
|
|
279
280
|
padding-left: 25px;
|
|
280
281
|
padding-right: 9px;
|
|
281
282
|
}
|
|
@@ -417,6 +418,7 @@
|
|
|
417
418
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
418
419
|
height: 40px;
|
|
419
420
|
line-height: 40px;
|
|
421
|
+
margin-right: 0;
|
|
420
422
|
}
|
|
421
423
|
|
|
422
424
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -550,6 +552,7 @@
|
|
|
550
552
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
551
553
|
height: 36px;
|
|
552
554
|
line-height: 36px;
|
|
555
|
+
margin-right: 0;
|
|
553
556
|
}
|
|
554
557
|
|
|
555
558
|
.e-excelfilter .e-footer-content {
|
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
.e-xlflmenu .e-radio + label .e-label {
|
|
275
|
+
margin-top: 0;
|
|
275
276
|
padding-left: 25px;
|
|
276
277
|
padding-right: 9px;
|
|
277
278
|
}
|
|
@@ -413,6 +414,7 @@
|
|
|
413
414
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
414
415
|
height: 40px;
|
|
415
416
|
line-height: 40px;
|
|
417
|
+
margin-right: 6.2px;
|
|
416
418
|
}
|
|
417
419
|
|
|
418
420
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -546,6 +548,7 @@
|
|
|
546
548
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
547
549
|
height: 36px;
|
|
548
550
|
line-height: 36px;
|
|
551
|
+
margin-right: 13px;
|
|
549
552
|
}
|
|
550
553
|
|
|
551
554
|
.e-excelfilter .e-footer-content {
|
|
@@ -272,6 +272,7 @@
|
|
|
272
272
|
}
|
|
273
273
|
|
|
274
274
|
.e-xlflmenu .e-radio + label .e-label {
|
|
275
|
+
margin-top: 0;
|
|
275
276
|
padding-left: 25px;
|
|
276
277
|
padding-right: 9px;
|
|
277
278
|
}
|
|
@@ -413,6 +414,7 @@
|
|
|
413
414
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
414
415
|
height: 40px;
|
|
415
416
|
line-height: 40px;
|
|
417
|
+
margin-right: 6.2px;
|
|
416
418
|
}
|
|
417
419
|
|
|
418
420
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -546,6 +548,7 @@
|
|
|
546
548
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
547
549
|
height: 36px;
|
|
548
550
|
line-height: 36px;
|
|
551
|
+
margin-right: 13px;
|
|
549
552
|
}
|
|
550
553
|
|
|
551
554
|
.e-excelfilter .e-footer-content {
|
|
@@ -209,6 +209,7 @@
|
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.e-xlflmenu .e-radio + label .e-label {
|
|
212
|
+
margin-top: 0;
|
|
212
213
|
padding-left: 25px;
|
|
213
214
|
padding-right: 8px;
|
|
214
215
|
}
|
|
@@ -350,6 +351,7 @@
|
|
|
350
351
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
351
352
|
height: 48px;
|
|
352
353
|
line-height: 48px;
|
|
354
|
+
margin-right: 0;
|
|
353
355
|
}
|
|
354
356
|
|
|
355
357
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -483,6 +485,7 @@
|
|
|
483
485
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
484
486
|
height: 36px;
|
|
485
487
|
line-height: 36px;
|
|
488
|
+
margin-right: 0;
|
|
486
489
|
}
|
|
487
490
|
|
|
488
491
|
.e-excelfilter .e-footer-content {
|
|
@@ -202,6 +202,7 @@
|
|
|
202
202
|
}
|
|
203
203
|
|
|
204
204
|
.e-xlflmenu .e-radio + label .e-label {
|
|
205
|
+
margin-top: 0;
|
|
205
206
|
padding-left: 25px;
|
|
206
207
|
padding-right: 8px;
|
|
207
208
|
}
|
|
@@ -343,6 +344,7 @@
|
|
|
343
344
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
344
345
|
height: 48px;
|
|
345
346
|
line-height: 48px;
|
|
347
|
+
margin-right: 0;
|
|
346
348
|
}
|
|
347
349
|
|
|
348
350
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -476,6 +478,7 @@
|
|
|
476
478
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
477
479
|
height: 36px;
|
|
478
480
|
line-height: 36px;
|
|
481
|
+
margin-right: 0;
|
|
479
482
|
}
|
|
480
483
|
|
|
481
484
|
.e-excelfilter .e-footer-content {
|
|
@@ -219,6 +219,7 @@
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
.e-xlflmenu .e-radio + label .e-label {
|
|
222
|
+
margin-top: 0;
|
|
222
223
|
padding-left: 25px;
|
|
223
224
|
padding-right: 8px;
|
|
224
225
|
}
|
|
@@ -360,6 +361,7 @@
|
|
|
360
361
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
361
362
|
height: 48px;
|
|
362
363
|
line-height: 48px;
|
|
364
|
+
margin-right: 0;
|
|
363
365
|
}
|
|
364
366
|
|
|
365
367
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -493,6 +495,7 @@
|
|
|
493
495
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
494
496
|
height: 36px;
|
|
495
497
|
line-height: 36px;
|
|
498
|
+
margin-right: 0;
|
|
496
499
|
}
|
|
497
500
|
|
|
498
501
|
.e-excelfilter .e-footer-content {
|
|
@@ -219,6 +219,7 @@
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
.e-xlflmenu .e-radio + label .e-label {
|
|
222
|
+
margin-top: 0;
|
|
222
223
|
padding-left: 25px;
|
|
223
224
|
padding-right: 8px;
|
|
224
225
|
}
|
|
@@ -360,6 +361,7 @@
|
|
|
360
361
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
361
362
|
height: 48px;
|
|
362
363
|
line-height: 48px;
|
|
364
|
+
margin-right: 0;
|
|
363
365
|
}
|
|
364
366
|
|
|
365
367
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -493,6 +495,7 @@
|
|
|
493
495
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
494
496
|
height: 36px;
|
|
495
497
|
line-height: 36px;
|
|
498
|
+
margin-right: 0;
|
|
496
499
|
}
|
|
497
500
|
|
|
498
501
|
.e-excelfilter .e-footer-content {
|
|
@@ -235,6 +235,7 @@
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
.e-xlflmenu .e-radio + label .e-label {
|
|
238
|
+
margin-top: 0;
|
|
238
239
|
padding-left: 23px;
|
|
239
240
|
padding-right: 13px;
|
|
240
241
|
}
|
|
@@ -376,6 +377,7 @@
|
|
|
376
377
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
377
378
|
height: 48px;
|
|
378
379
|
line-height: 48px;
|
|
380
|
+
margin-right: 0;
|
|
379
381
|
}
|
|
380
382
|
|
|
381
383
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -509,6 +511,7 @@
|
|
|
509
511
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
510
512
|
height: 36px;
|
|
511
513
|
line-height: 36px;
|
|
514
|
+
margin-right: 0;
|
|
512
515
|
}
|
|
513
516
|
|
|
514
517
|
.e-excelfilter .e-footer-content {
|
|
@@ -269,6 +269,7 @@
|
|
|
269
269
|
}
|
|
270
270
|
|
|
271
271
|
.e-xlflmenu .e-radio + label .e-label {
|
|
272
|
+
margin-top: 0;
|
|
272
273
|
padding-left: 23px;
|
|
273
274
|
padding-right: 13px;
|
|
274
275
|
}
|
|
@@ -410,6 +411,7 @@
|
|
|
410
411
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
411
412
|
height: 48px;
|
|
412
413
|
line-height: 48px;
|
|
414
|
+
margin-right: 0;
|
|
413
415
|
}
|
|
414
416
|
|
|
415
417
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -543,6 +545,7 @@
|
|
|
543
545
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
544
546
|
height: 36px;
|
|
545
547
|
line-height: 36px;
|
|
548
|
+
margin-right: 0;
|
|
546
549
|
}
|
|
547
550
|
|
|
548
551
|
.e-excelfilter .e-footer-content {
|
|
@@ -276,6 +276,7 @@
|
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
.e-xlflmenu .e-radio + label .e-label {
|
|
279
|
+
margin-top: 0;
|
|
279
280
|
padding-left: 25px;
|
|
280
281
|
padding-right: 9px;
|
|
281
282
|
}
|
|
@@ -417,6 +418,7 @@
|
|
|
417
418
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
418
419
|
height: 40px;
|
|
419
420
|
line-height: 40px;
|
|
421
|
+
margin-right: 9px;
|
|
420
422
|
}
|
|
421
423
|
|
|
422
424
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -550,6 +552,7 @@
|
|
|
550
552
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
551
553
|
height: 36px;
|
|
552
554
|
line-height: 36px;
|
|
555
|
+
margin-right: 5px;
|
|
553
556
|
}
|
|
554
557
|
|
|
555
558
|
.e-excelfilter .e-footer-content {
|
|
@@ -276,6 +276,7 @@
|
|
|
276
276
|
}
|
|
277
277
|
|
|
278
278
|
.e-xlflmenu .e-radio + label .e-label {
|
|
279
|
+
margin-top: 0;
|
|
279
280
|
padding-left: 25px;
|
|
280
281
|
padding-right: 9px;
|
|
281
282
|
}
|
|
@@ -417,6 +418,7 @@
|
|
|
417
418
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
418
419
|
height: 40px;
|
|
419
420
|
line-height: 40px;
|
|
421
|
+
margin-right: 9px;
|
|
420
422
|
}
|
|
421
423
|
|
|
422
424
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -550,6 +552,7 @@
|
|
|
550
552
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
551
553
|
height: 36px;
|
|
552
554
|
line-height: 36px;
|
|
555
|
+
margin-right: 5px;
|
|
553
556
|
}
|
|
554
557
|
|
|
555
558
|
.e-excelfilter .e-footer-content {
|
package/styles/fabric-dark.css
CHANGED
|
@@ -1005,6 +1005,7 @@
|
|
|
1005
1005
|
}
|
|
1006
1006
|
|
|
1007
1007
|
.e-xlflmenu .e-radio + label .e-label {
|
|
1008
|
+
margin-top: 0;
|
|
1008
1009
|
padding-left: 25px;
|
|
1009
1010
|
padding-right: 8px;
|
|
1010
1011
|
}
|
|
@@ -1146,6 +1147,7 @@
|
|
|
1146
1147
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
1147
1148
|
height: 48px;
|
|
1148
1149
|
line-height: 48px;
|
|
1150
|
+
margin-right: 0;
|
|
1149
1151
|
}
|
|
1150
1152
|
|
|
1151
1153
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -1279,6 +1281,7 @@
|
|
|
1279
1281
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
1280
1282
|
height: 36px;
|
|
1281
1283
|
line-height: 36px;
|
|
1284
|
+
margin-right: 0;
|
|
1282
1285
|
}
|
|
1283
1286
|
|
|
1284
1287
|
.e-excelfilter .e-footer-content {
|
|
@@ -3664,6 +3667,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3664
3667
|
|
|
3665
3668
|
.e-grid .e-groupdroparea {
|
|
3666
3669
|
height: auto;
|
|
3670
|
+
line-height: normal;
|
|
3667
3671
|
min-height: 59px;
|
|
3668
3672
|
}
|
|
3669
3673
|
|
|
@@ -3842,7 +3846,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3842
3846
|
font-size: 15px;
|
|
3843
3847
|
line-height: 20px;
|
|
3844
3848
|
overflow: hidden;
|
|
3845
|
-
padding: .7em;
|
|
3849
|
+
padding: 0.7em;
|
|
3846
3850
|
text-overflow: ellipsis;
|
|
3847
3851
|
vertical-align: middle;
|
|
3848
3852
|
white-space: nowrap;
|
|
@@ -4860,7 +4864,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4860
4864
|
}
|
|
4861
4865
|
|
|
4862
4866
|
.e-grid-min-height .e-rowcell {
|
|
4863
|
-
line-height:
|
|
4867
|
+
line-height: normal;
|
|
4864
4868
|
padding-bottom: 0;
|
|
4865
4869
|
padding-top: 0;
|
|
4866
4870
|
}
|
|
@@ -4939,7 +4943,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4939
4943
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4940
4944
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4941
4945
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4942
|
-
line-height:
|
|
4946
|
+
line-height: normal;
|
|
4943
4947
|
padding-bottom: 0;
|
|
4944
4948
|
padding-top: 0;
|
|
4945
4949
|
}
|
package/styles/fabric.css
CHANGED
|
@@ -998,6 +998,7 @@
|
|
|
998
998
|
}
|
|
999
999
|
|
|
1000
1000
|
.e-xlflmenu .e-radio + label .e-label {
|
|
1001
|
+
margin-top: 0;
|
|
1001
1002
|
padding-left: 25px;
|
|
1002
1003
|
padding-right: 8px;
|
|
1003
1004
|
}
|
|
@@ -1139,6 +1140,7 @@
|
|
|
1139
1140
|
.e-excelfilter.e-bigger .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
1140
1141
|
height: 48px;
|
|
1141
1142
|
line-height: 48px;
|
|
1143
|
+
margin-right: 0;
|
|
1142
1144
|
}
|
|
1143
1145
|
|
|
1144
1146
|
.e-bigger .e-excelfilter.e-dialog .e-dlg-content,
|
|
@@ -1272,6 +1274,7 @@
|
|
|
1272
1274
|
.e-excelfilter .e-contextmenu-wrapper ul .e-menu-item .e-caret {
|
|
1273
1275
|
height: 36px;
|
|
1274
1276
|
line-height: 36px;
|
|
1277
|
+
margin-right: 0;
|
|
1275
1278
|
}
|
|
1276
1279
|
|
|
1277
1280
|
.e-excelfilter .e-footer-content {
|
|
@@ -3657,6 +3660,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3657
3660
|
|
|
3658
3661
|
.e-grid .e-groupdroparea {
|
|
3659
3662
|
height: auto;
|
|
3663
|
+
line-height: normal;
|
|
3660
3664
|
min-height: 59px;
|
|
3661
3665
|
}
|
|
3662
3666
|
|
|
@@ -3835,7 +3839,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
3835
3839
|
font-size: 15px;
|
|
3836
3840
|
line-height: 20px;
|
|
3837
3841
|
overflow: hidden;
|
|
3838
|
-
padding: .7em;
|
|
3842
|
+
padding: 0.7em;
|
|
3839
3843
|
text-overflow: ellipsis;
|
|
3840
3844
|
vertical-align: middle;
|
|
3841
3845
|
white-space: nowrap;
|
|
@@ -4853,7 +4857,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4853
4857
|
}
|
|
4854
4858
|
|
|
4855
4859
|
.e-grid-min-height .e-rowcell {
|
|
4856
|
-
line-height:
|
|
4860
|
+
line-height: normal;
|
|
4857
4861
|
padding-bottom: 0;
|
|
4858
4862
|
padding-top: 0;
|
|
4859
4863
|
}
|
|
@@ -4932,7 +4936,7 @@ li.e-separator.e-menu-item.e-excel-separator {
|
|
|
4932
4936
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
4933
4937
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
4934
4938
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
4935
|
-
line-height:
|
|
4939
|
+
line-height: normal;
|
|
4936
4940
|
padding-bottom: 0;
|
|
4937
4941
|
padding-top: 0;
|
|
4938
4942
|
}
|
|
@@ -2421,6 +2421,7 @@
|
|
|
2421
2421
|
|
|
2422
2422
|
.e-grid .e-groupdroparea {
|
|
2423
2423
|
height: auto;
|
|
2424
|
+
line-height: normal;
|
|
2424
2425
|
min-height: 52px;
|
|
2425
2426
|
}
|
|
2426
2427
|
|
|
@@ -2599,7 +2600,7 @@
|
|
|
2599
2600
|
font-size: 14px;
|
|
2600
2601
|
line-height: 14px;
|
|
2601
2602
|
overflow: hidden;
|
|
2602
|
-
padding: .7em;
|
|
2603
|
+
padding: 0.7em;
|
|
2603
2604
|
text-overflow: ellipsis;
|
|
2604
2605
|
vertical-align: middle;
|
|
2605
2606
|
white-space: nowrap;
|
|
@@ -3617,7 +3618,7 @@
|
|
|
3617
3618
|
}
|
|
3618
3619
|
|
|
3619
3620
|
.e-grid-min-height .e-rowcell {
|
|
3620
|
-
line-height:
|
|
3621
|
+
line-height: normal;
|
|
3621
3622
|
padding-bottom: 0;
|
|
3622
3623
|
padding-top: 0;
|
|
3623
3624
|
}
|
|
@@ -3696,7 +3697,7 @@
|
|
|
3696
3697
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3697
3698
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3698
3699
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3699
|
-
line-height:
|
|
3700
|
+
line-height: normal;
|
|
3700
3701
|
padding-bottom: 0;
|
|
3701
3702
|
padding-top: 0;
|
|
3702
3703
|
}
|
|
@@ -2422,6 +2422,7 @@
|
|
|
2422
2422
|
|
|
2423
2423
|
.e-grid .e-groupdroparea {
|
|
2424
2424
|
height: auto;
|
|
2425
|
+
line-height: normal;
|
|
2425
2426
|
min-height: 52px;
|
|
2426
2427
|
}
|
|
2427
2428
|
|
|
@@ -2600,7 +2601,7 @@
|
|
|
2600
2601
|
font-size: 14px;
|
|
2601
2602
|
line-height: 14px;
|
|
2602
2603
|
overflow: hidden;
|
|
2603
|
-
padding: .7em;
|
|
2604
|
+
padding: 0.7em;
|
|
2604
2605
|
text-overflow: ellipsis;
|
|
2605
2606
|
vertical-align: middle;
|
|
2606
2607
|
white-space: nowrap;
|
|
@@ -3618,7 +3619,7 @@
|
|
|
3618
3619
|
}
|
|
3619
3620
|
|
|
3620
3621
|
.e-grid-min-height .e-rowcell {
|
|
3621
|
-
line-height:
|
|
3622
|
+
line-height: normal;
|
|
3622
3623
|
padding-bottom: 0;
|
|
3623
3624
|
padding-top: 0;
|
|
3624
3625
|
}
|
|
@@ -3697,7 +3698,7 @@
|
|
|
3697
3698
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3698
3699
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3699
3700
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3700
|
-
line-height:
|
|
3701
|
+
line-height: normal;
|
|
3701
3702
|
padding-bottom: 0;
|
|
3702
3703
|
padding-top: 0;
|
|
3703
3704
|
}
|
|
@@ -2462,6 +2462,7 @@
|
|
|
2462
2462
|
|
|
2463
2463
|
.e-grid .e-groupdroparea {
|
|
2464
2464
|
height: auto;
|
|
2465
|
+
line-height: normal;
|
|
2465
2466
|
min-height: 52px;
|
|
2466
2467
|
}
|
|
2467
2468
|
|
|
@@ -2640,7 +2641,7 @@
|
|
|
2640
2641
|
font-size: 14px;
|
|
2641
2642
|
line-height: 14px;
|
|
2642
2643
|
overflow: hidden;
|
|
2643
|
-
padding: .7em;
|
|
2644
|
+
padding: 0.7em;
|
|
2644
2645
|
text-overflow: ellipsis;
|
|
2645
2646
|
vertical-align: middle;
|
|
2646
2647
|
white-space: nowrap;
|
|
@@ -3658,7 +3659,7 @@
|
|
|
3658
3659
|
}
|
|
3659
3660
|
|
|
3660
3661
|
.e-grid-min-height .e-rowcell {
|
|
3661
|
-
line-height:
|
|
3662
|
+
line-height: normal;
|
|
3662
3663
|
padding-bottom: 0;
|
|
3663
3664
|
padding-top: 0;
|
|
3664
3665
|
}
|
|
@@ -3737,7 +3738,7 @@
|
|
|
3737
3738
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell,
|
|
3738
3739
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:first-child,
|
|
3739
3740
|
.e-bigger .e-grid.e-grid-min-height .e-rowcell:last-child {
|
|
3740
|
-
line-height:
|
|
3741
|
+
line-height: normal;
|
|
3741
3742
|
padding-bottom: 0;
|
|
3742
3743
|
padding-top: 0;
|
|
3743
3744
|
}
|