@syncfusion/ej2-vue-documenteditor 20.1.47 → 20.1.48
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 +263 -0
- package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +14 -8
- package/styles/bootstrap-dark.css +151 -218
- package/styles/bootstrap.css +151 -218
- package/styles/bootstrap4.css +157 -224
- package/styles/bootstrap5-dark.css +172 -253
- package/styles/bootstrap5.css +172 -253
- package/styles/document-editor/bootstrap-dark.css +50 -192
- package/styles/document-editor/bootstrap.css +50 -192
- package/styles/document-editor/bootstrap4.css +52 -194
- package/styles/document-editor/bootstrap5-dark.css +61 -207
- package/styles/document-editor/bootstrap5.css +61 -207
- package/styles/document-editor/fabric-dark.css +51 -193
- package/styles/document-editor/fabric.css +51 -193
- package/styles/document-editor/highcontrast-light.css +9 -5
- package/styles/document-editor/highcontrast.css +51 -193
- package/styles/document-editor/material-dark.css +51 -193
- package/styles/document-editor/material.css +51 -193
- package/styles/document-editor/tailwind-dark.css +261 -319
- package/styles/document-editor/tailwind.css +261 -319
- package/styles/document-editor-container/bootstrap-dark.css +101 -26
- package/styles/document-editor-container/bootstrap.css +101 -26
- package/styles/document-editor-container/bootstrap4.css +105 -30
- package/styles/document-editor-container/bootstrap5-dark.css +111 -46
- package/styles/document-editor-container/bootstrap5.css +111 -46
- package/styles/document-editor-container/fabric-dark.css +101 -26
- package/styles/document-editor-container/fabric.css +101 -26
- package/styles/document-editor-container/highcontrast-light.css +104 -29
- package/styles/document-editor-container/highcontrast.css +101 -26
- package/styles/document-editor-container/material-dark.css +101 -26
- package/styles/document-editor-container/material.css +101 -26
- package/styles/document-editor-container/tailwind-dark.css +271 -134
- package/styles/document-editor-container/tailwind.css +271 -134
- package/styles/fabric-dark.css +152 -219
- package/styles/fabric.css +152 -219
- package/styles/highcontrast-light.css +110 -31
- package/styles/highcontrast.css +152 -219
- package/styles/material-dark.css +152 -219
- package/styles/material.css +152 -219
- package/styles/tailwind-dark.css +532 -453
- package/styles/tailwind.css +532 -453
- package/styles/document-editor/fluent-dark.css +0 -3782
- package/styles/document-editor/fluent-dark.scss +0 -1
- package/styles/document-editor/fluent.css +0 -3782
- package/styles/document-editor/fluent.scss +0 -1
- package/styles/document-editor-container/fluent-dark.css +0 -1996
- package/styles/document-editor-container/fluent-dark.scss +0 -1
- package/styles/document-editor-container/fluent.css +0 -1996
- package/styles/document-editor-container/fluent.scss +0 -1
- package/styles/fluent-dark.css +0 -5779
- package/styles/fluent-dark.scss +0 -2
- package/styles/fluent.css +0 -5779
- package/styles/fluent.scss +0 -2
|
@@ -442,15 +442,6 @@
|
|
|
442
442
|
top: 100px;
|
|
443
443
|
}
|
|
444
444
|
|
|
445
|
-
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
446
|
-
width: 0;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.e-de-scrollbar-hide {
|
|
450
|
-
-ms-overflow-style: none;
|
|
451
|
-
scrollbar-width: none;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
445
|
.e-de-toolbar {
|
|
455
446
|
height: 100%;
|
|
456
447
|
}
|
|
@@ -496,7 +487,6 @@
|
|
|
496
487
|
border: 0;
|
|
497
488
|
color: #fff;
|
|
498
489
|
float: right;
|
|
499
|
-
font-weight: 400;
|
|
500
490
|
height: 33px;
|
|
501
491
|
}
|
|
502
492
|
|
|
@@ -525,7 +515,9 @@
|
|
|
525
515
|
border: 0;
|
|
526
516
|
box-shadow: none;
|
|
527
517
|
float: right;
|
|
518
|
+
height: 33px;
|
|
528
519
|
margin-left: calc(100% - 410px);
|
|
520
|
+
width: 33px;
|
|
529
521
|
}
|
|
530
522
|
|
|
531
523
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
@@ -561,8 +553,9 @@
|
|
|
561
553
|
|
|
562
554
|
.e-de-statusbar-spellcheck {
|
|
563
555
|
border-radius: 2px;
|
|
564
|
-
|
|
556
|
+
height: 34px;
|
|
565
557
|
margin-left: 7.5px;
|
|
558
|
+
width: 111px;
|
|
566
559
|
}
|
|
567
560
|
|
|
568
561
|
.e-de-ctn {
|
|
@@ -575,7 +568,9 @@
|
|
|
575
568
|
|
|
576
569
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
577
570
|
border-radius: 2px;
|
|
571
|
+
height: 34px;
|
|
578
572
|
margin-left: 7.5px;
|
|
573
|
+
width: 125px;
|
|
579
574
|
}
|
|
580
575
|
|
|
581
576
|
.e-de-ctnr-toolbar {
|
|
@@ -884,7 +879,8 @@
|
|
|
884
879
|
|
|
885
880
|
.e-de-property-div-padding {
|
|
886
881
|
border-bottom: 0.5px solid #e0e0e0;
|
|
887
|
-
padding:
|
|
882
|
+
padding-bottom: 11.5px;
|
|
883
|
+
padding-top: 12.5px;
|
|
888
884
|
}
|
|
889
885
|
|
|
890
886
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -897,8 +893,7 @@
|
|
|
897
893
|
text-indent: 1.2em;
|
|
898
894
|
}
|
|
899
895
|
|
|
900
|
-
.e-de-char-fmt-btn-left > button
|
|
901
|
-
.e-de-insert-del-cell button {
|
|
896
|
+
.e-de-char-fmt-btn-left > button {
|
|
902
897
|
width: 37.25px;
|
|
903
898
|
}
|
|
904
899
|
|
|
@@ -914,8 +909,7 @@
|
|
|
914
909
|
width: 149px;
|
|
915
910
|
}
|
|
916
911
|
|
|
917
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
918
|
-
.e-bigger .e-de-insert-del-cell button {
|
|
912
|
+
.e-bigger .e-de-char-fmt-btn-left > button {
|
|
919
913
|
width: 37.25px;
|
|
920
914
|
}
|
|
921
915
|
|
|
@@ -1334,6 +1328,37 @@
|
|
|
1334
1328
|
padding-right: 12px;
|
|
1335
1329
|
}
|
|
1336
1330
|
|
|
1331
|
+
.e-de-border-style-div {
|
|
1332
|
+
margin-left: 12px;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
.e-de-border-style-div.e-de-rtl {
|
|
1336
|
+
margin-left: 0;
|
|
1337
|
+
margin-right: 12px;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.e-de-insert-del-cell {
|
|
1341
|
+
margin-left: 12px;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
1345
|
+
margin-left: 0;
|
|
1346
|
+
margin-right: 12px;
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
.e-de-cell-margin {
|
|
1350
|
+
margin-left: 12px;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
.e-de-align-text {
|
|
1354
|
+
margin-left: 12px;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1357
|
+
.e-de-align-text.e-de-rtl {
|
|
1358
|
+
margin-left: 0;
|
|
1359
|
+
margin-right: 12px;
|
|
1360
|
+
}
|
|
1361
|
+
|
|
1337
1362
|
.e-de-border-size-button {
|
|
1338
1363
|
height: 28px;
|
|
1339
1364
|
margin-top: 14px;
|
|
@@ -1345,22 +1370,27 @@
|
|
|
1345
1370
|
width: 100px;
|
|
1346
1371
|
}
|
|
1347
1372
|
|
|
1348
|
-
.e-de-cell-
|
|
1373
|
+
.e-de-cell-div {
|
|
1374
|
+
margin-left: 12px;
|
|
1375
|
+
}
|
|
1376
|
+
|
|
1377
|
+
.e-de-cell-div.e-de-rtl {
|
|
1378
|
+
margin-left: 0;
|
|
1349
1379
|
margin-right: 12px;
|
|
1350
1380
|
}
|
|
1351
1381
|
|
|
1352
|
-
.e-de-
|
|
1353
|
-
margin-
|
|
1354
|
-
margin-right: 0;
|
|
1382
|
+
.e-de-cell-text-box {
|
|
1383
|
+
margin-right: 12px;
|
|
1355
1384
|
}
|
|
1356
1385
|
|
|
1357
1386
|
.e-de-prop-fill-label {
|
|
1387
|
+
margin-left: 10.3px;
|
|
1358
1388
|
margin-right: 8px;
|
|
1359
1389
|
}
|
|
1360
1390
|
|
|
1361
1391
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1362
1392
|
margin-left: 8px;
|
|
1363
|
-
margin-right:
|
|
1393
|
+
margin-right: 10.3px;
|
|
1364
1394
|
}
|
|
1365
1395
|
|
|
1366
1396
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1394,18 +1424,35 @@
|
|
|
1394
1424
|
}
|
|
1395
1425
|
|
|
1396
1426
|
.e-bigger .e-de-prop-fill-label {
|
|
1397
|
-
margin-left:
|
|
1427
|
+
margin-left: 14.5px;
|
|
1398
1428
|
margin-right: 9.8px;
|
|
1399
1429
|
}
|
|
1400
1430
|
|
|
1401
1431
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1402
1432
|
margin-left: 9.8px;
|
|
1403
|
-
margin-right:
|
|
1433
|
+
margin-right: 14.5px;
|
|
1404
1434
|
}
|
|
1405
1435
|
|
|
1406
|
-
.e-bigger .e-
|
|
1436
|
+
.e-bigger .e-de-cell-text-box {
|
|
1437
|
+
margin-right: 16px;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.e-bigger .e-de-cell-div {
|
|
1407
1441
|
margin-left: 16px;
|
|
1408
|
-
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1445
|
+
margin-left: 0;
|
|
1446
|
+
margin-right: 16px;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
.e-bigger .e-de-border-style-div {
|
|
1450
|
+
margin-left: 16px;
|
|
1451
|
+
}
|
|
1452
|
+
|
|
1453
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1454
|
+
margin-left: 0;
|
|
1455
|
+
margin-right: 16px;
|
|
1409
1456
|
}
|
|
1410
1457
|
|
|
1411
1458
|
.e-bigger .e-de-color-picker {
|
|
@@ -1419,6 +1466,33 @@
|
|
|
1419
1466
|
width: 96px;
|
|
1420
1467
|
}
|
|
1421
1468
|
|
|
1469
|
+
.e-bigger .e-de-align-text {
|
|
1470
|
+
margin-left: 16px;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1474
|
+
margin-left: 0;
|
|
1475
|
+
margin-right: 16px;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.e-bigger .e-de-insert-del-cell {
|
|
1479
|
+
margin-left: 16px;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1483
|
+
margin-left: 0;
|
|
1484
|
+
margin-right: 16px;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
.e-bigger .e-de-cell-margin {
|
|
1488
|
+
margin-left: 14px;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1491
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1492
|
+
margin-left: 0;
|
|
1493
|
+
margin-right: 14px;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1422
1496
|
.e-bigger .e-de-stylediv {
|
|
1423
1497
|
padding-left: 16px;
|
|
1424
1498
|
}
|
|
@@ -1661,7 +1735,8 @@
|
|
|
1661
1735
|
|
|
1662
1736
|
.e-bigger .e-de-property-div-padding {
|
|
1663
1737
|
border-bottom: 0.5px solid #e0e0e0;
|
|
1664
|
-
padding:
|
|
1738
|
+
padding-bottom: 14.5px;
|
|
1739
|
+
padding-top: 15.5px;
|
|
1665
1740
|
}
|
|
1666
1741
|
|
|
1667
1742
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
@@ -445,15 +445,6 @@
|
|
|
445
445
|
top: 100px;
|
|
446
446
|
}
|
|
447
447
|
|
|
448
|
-
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
|
-
width: 0;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.e-de-scrollbar-hide {
|
|
453
|
-
-ms-overflow-style: none;
|
|
454
|
-
scrollbar-width: none;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
448
|
.e-de-toolbar {
|
|
458
449
|
height: 100%;
|
|
459
450
|
}
|
|
@@ -499,7 +490,6 @@
|
|
|
499
490
|
border: 0;
|
|
500
491
|
color: #fff;
|
|
501
492
|
float: right;
|
|
502
|
-
font-weight: 400;
|
|
503
493
|
height: 33px;
|
|
504
494
|
}
|
|
505
495
|
|
|
@@ -528,7 +518,9 @@
|
|
|
528
518
|
border: 0;
|
|
529
519
|
box-shadow: none;
|
|
530
520
|
float: right;
|
|
521
|
+
height: 33px;
|
|
531
522
|
margin-left: calc(100% - 380px);
|
|
523
|
+
width: 33px;
|
|
532
524
|
}
|
|
533
525
|
|
|
534
526
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
@@ -564,8 +556,9 @@
|
|
|
564
556
|
|
|
565
557
|
.e-de-statusbar-spellcheck {
|
|
566
558
|
border-radius: 2px;
|
|
567
|
-
|
|
559
|
+
height: 34px;
|
|
568
560
|
margin-left: 7.5px;
|
|
561
|
+
width: 91px;
|
|
569
562
|
}
|
|
570
563
|
|
|
571
564
|
.e-de-ctn {
|
|
@@ -578,7 +571,9 @@
|
|
|
578
571
|
|
|
579
572
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
580
573
|
border-radius: 2px;
|
|
574
|
+
height: 34px;
|
|
581
575
|
margin-left: 7.5px;
|
|
576
|
+
width: 111px;
|
|
582
577
|
}
|
|
583
578
|
|
|
584
579
|
.e-de-ctnr-toolbar {
|
|
@@ -887,7 +882,8 @@
|
|
|
887
882
|
|
|
888
883
|
.e-de-property-div-padding {
|
|
889
884
|
border-bottom: 0.5px solid #616161;
|
|
890
|
-
padding:
|
|
885
|
+
padding-bottom: 11.5px;
|
|
886
|
+
padding-top: 12.5px;
|
|
891
887
|
}
|
|
892
888
|
|
|
893
889
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -900,8 +896,7 @@
|
|
|
900
896
|
text-indent: 1.2em;
|
|
901
897
|
}
|
|
902
898
|
|
|
903
|
-
.e-de-char-fmt-btn-left > button
|
|
904
|
-
.e-de-insert-del-cell button {
|
|
899
|
+
.e-de-char-fmt-btn-left > button {
|
|
905
900
|
width: 38.5px;
|
|
906
901
|
}
|
|
907
902
|
|
|
@@ -917,8 +912,7 @@
|
|
|
917
912
|
width: 150px;
|
|
918
913
|
}
|
|
919
914
|
|
|
920
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
921
|
-
.e-bigger .e-de-insert-del-cell button {
|
|
915
|
+
.e-bigger .e-de-char-fmt-btn-left > button {
|
|
922
916
|
width: 38.5px;
|
|
923
917
|
}
|
|
924
918
|
|
|
@@ -1328,6 +1322,37 @@
|
|
|
1328
1322
|
padding-right: 12px;
|
|
1329
1323
|
}
|
|
1330
1324
|
|
|
1325
|
+
.e-de-border-style-div {
|
|
1326
|
+
margin-left: 12px;
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
.e-de-border-style-div.e-de-rtl {
|
|
1330
|
+
margin-left: 0;
|
|
1331
|
+
margin-right: 12px;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.e-de-insert-del-cell {
|
|
1335
|
+
margin-left: 12px;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
1339
|
+
margin-left: 0;
|
|
1340
|
+
margin-right: 12px;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.e-de-cell-margin {
|
|
1344
|
+
margin-left: 12px;
|
|
1345
|
+
}
|
|
1346
|
+
|
|
1347
|
+
.e-de-align-text {
|
|
1348
|
+
margin-left: 12px;
|
|
1349
|
+
}
|
|
1350
|
+
|
|
1351
|
+
.e-de-align-text.e-de-rtl {
|
|
1352
|
+
margin-left: 0;
|
|
1353
|
+
margin-right: 12px;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1331
1356
|
.e-de-border-size-button {
|
|
1332
1357
|
height: 28px;
|
|
1333
1358
|
margin-top: 14px;
|
|
@@ -1339,22 +1364,27 @@
|
|
|
1339
1364
|
width: 100px;
|
|
1340
1365
|
}
|
|
1341
1366
|
|
|
1342
|
-
.e-de-cell-
|
|
1367
|
+
.e-de-cell-div {
|
|
1368
|
+
margin-left: 12px;
|
|
1369
|
+
}
|
|
1370
|
+
|
|
1371
|
+
.e-de-cell-div.e-de-rtl {
|
|
1372
|
+
margin-left: 0;
|
|
1343
1373
|
margin-right: 12px;
|
|
1344
1374
|
}
|
|
1345
1375
|
|
|
1346
|
-
.e-de-
|
|
1347
|
-
margin-
|
|
1348
|
-
margin-right: 0;
|
|
1376
|
+
.e-de-cell-text-box {
|
|
1377
|
+
margin-right: 12px;
|
|
1349
1378
|
}
|
|
1350
1379
|
|
|
1351
1380
|
.e-de-prop-fill-label {
|
|
1381
|
+
margin-left: 10.3px;
|
|
1352
1382
|
margin-right: 8px;
|
|
1353
1383
|
}
|
|
1354
1384
|
|
|
1355
1385
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1356
1386
|
margin-left: 8px;
|
|
1357
|
-
margin-right:
|
|
1387
|
+
margin-right: 10.3px;
|
|
1358
1388
|
}
|
|
1359
1389
|
|
|
1360
1390
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1388,18 +1418,35 @@
|
|
|
1388
1418
|
}
|
|
1389
1419
|
|
|
1390
1420
|
.e-bigger .e-de-prop-fill-label {
|
|
1391
|
-
margin-left:
|
|
1421
|
+
margin-left: 14.5px;
|
|
1392
1422
|
margin-right: 9.8px;
|
|
1393
1423
|
}
|
|
1394
1424
|
|
|
1395
1425
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1396
1426
|
margin-left: 9.8px;
|
|
1397
|
-
margin-right:
|
|
1427
|
+
margin-right: 14.5px;
|
|
1398
1428
|
}
|
|
1399
1429
|
|
|
1400
|
-
.e-bigger .e-
|
|
1430
|
+
.e-bigger .e-de-cell-text-box {
|
|
1431
|
+
margin-right: 16px;
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
.e-bigger .e-de-cell-div {
|
|
1401
1435
|
margin-left: 16px;
|
|
1402
|
-
|
|
1436
|
+
}
|
|
1437
|
+
|
|
1438
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1439
|
+
margin-left: 0;
|
|
1440
|
+
margin-right: 16px;
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
.e-bigger .e-de-border-style-div {
|
|
1444
|
+
margin-left: 16px;
|
|
1445
|
+
}
|
|
1446
|
+
|
|
1447
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1448
|
+
margin-left: 0;
|
|
1449
|
+
margin-right: 16px;
|
|
1403
1450
|
}
|
|
1404
1451
|
|
|
1405
1452
|
.e-bigger .e-de-color-picker {
|
|
@@ -1413,6 +1460,33 @@
|
|
|
1413
1460
|
width: 96px;
|
|
1414
1461
|
}
|
|
1415
1462
|
|
|
1463
|
+
.e-bigger .e-de-align-text {
|
|
1464
|
+
margin-left: 16px;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1468
|
+
margin-left: 0;
|
|
1469
|
+
margin-right: 16px;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.e-bigger .e-de-insert-del-cell {
|
|
1473
|
+
margin-left: 16px;
|
|
1474
|
+
}
|
|
1475
|
+
|
|
1476
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1477
|
+
margin-left: 0;
|
|
1478
|
+
margin-right: 16px;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
.e-bigger .e-de-cell-margin {
|
|
1482
|
+
margin-left: 14px;
|
|
1483
|
+
}
|
|
1484
|
+
|
|
1485
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1486
|
+
margin-left: 0;
|
|
1487
|
+
margin-right: 14px;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1416
1490
|
.e-bigger .e-de-stylediv {
|
|
1417
1491
|
padding-left: 16px;
|
|
1418
1492
|
}
|
|
@@ -1655,7 +1729,8 @@
|
|
|
1655
1729
|
|
|
1656
1730
|
.e-bigger .e-de-property-div-padding {
|
|
1657
1731
|
border-bottom: 0.5px solid #616161;
|
|
1658
|
-
padding:
|
|
1732
|
+
padding-bottom: 14.5px;
|
|
1733
|
+
padding-top: 15.5px;
|
|
1659
1734
|
}
|
|
1660
1735
|
|
|
1661
1736
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
@@ -445,15 +445,6 @@
|
|
|
445
445
|
top: 100px;
|
|
446
446
|
}
|
|
447
447
|
|
|
448
|
-
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
449
|
-
width: 0;
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
.e-de-scrollbar-hide {
|
|
453
|
-
-ms-overflow-style: none;
|
|
454
|
-
scrollbar-width: none;
|
|
455
|
-
}
|
|
456
|
-
|
|
457
448
|
.e-de-toolbar {
|
|
458
449
|
height: 100%;
|
|
459
450
|
}
|
|
@@ -499,7 +490,6 @@
|
|
|
499
490
|
border: 0;
|
|
500
491
|
color: #000;
|
|
501
492
|
float: right;
|
|
502
|
-
font-weight: 400;
|
|
503
493
|
height: 33px;
|
|
504
494
|
}
|
|
505
495
|
|
|
@@ -528,7 +518,9 @@
|
|
|
528
518
|
border: 0;
|
|
529
519
|
box-shadow: none;
|
|
530
520
|
float: right;
|
|
521
|
+
height: 33px;
|
|
531
522
|
margin-left: calc(100% - 380px);
|
|
523
|
+
width: 33px;
|
|
532
524
|
}
|
|
533
525
|
|
|
534
526
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
@@ -564,8 +556,9 @@
|
|
|
564
556
|
|
|
565
557
|
.e-de-statusbar-spellcheck {
|
|
566
558
|
border-radius: 2px;
|
|
567
|
-
|
|
559
|
+
height: 34px;
|
|
568
560
|
margin-left: 7.5px;
|
|
561
|
+
width: 91px;
|
|
569
562
|
}
|
|
570
563
|
|
|
571
564
|
.e-de-ctn {
|
|
@@ -578,7 +571,9 @@
|
|
|
578
571
|
|
|
579
572
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
580
573
|
border-radius: 2px;
|
|
574
|
+
height: 34px;
|
|
581
575
|
margin-left: 7.5px;
|
|
576
|
+
width: 110px;
|
|
582
577
|
}
|
|
583
578
|
|
|
584
579
|
.e-de-ctnr-toolbar {
|
|
@@ -892,7 +887,8 @@
|
|
|
892
887
|
|
|
893
888
|
.e-de-property-div-padding {
|
|
894
889
|
border-bottom: 0.5px solid #e0e0e0;
|
|
895
|
-
padding:
|
|
890
|
+
padding-bottom: 11.5px;
|
|
891
|
+
padding-top: 12.5px;
|
|
896
892
|
}
|
|
897
893
|
|
|
898
894
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -905,8 +901,7 @@
|
|
|
905
901
|
text-indent: 1.2em;
|
|
906
902
|
}
|
|
907
903
|
|
|
908
|
-
.e-de-char-fmt-btn-left > button
|
|
909
|
-
.e-de-insert-del-cell button {
|
|
904
|
+
.e-de-char-fmt-btn-left > button {
|
|
910
905
|
width: 38.5px;
|
|
911
906
|
}
|
|
912
907
|
|
|
@@ -922,8 +917,7 @@
|
|
|
922
917
|
width: 150px;
|
|
923
918
|
}
|
|
924
919
|
|
|
925
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
926
|
-
.e-bigger .e-de-insert-del-cell button {
|
|
920
|
+
.e-bigger .e-de-char-fmt-btn-left > button {
|
|
927
921
|
width: 38.5px;
|
|
928
922
|
}
|
|
929
923
|
|
|
@@ -1333,6 +1327,37 @@
|
|
|
1333
1327
|
padding-right: 12px;
|
|
1334
1328
|
}
|
|
1335
1329
|
|
|
1330
|
+
.e-de-border-style-div {
|
|
1331
|
+
margin-left: 12px;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1334
|
+
.e-de-border-style-div.e-de-rtl {
|
|
1335
|
+
margin-left: 0;
|
|
1336
|
+
margin-right: 12px;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.e-de-insert-del-cell {
|
|
1340
|
+
margin-left: 12px;
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
1344
|
+
margin-left: 0;
|
|
1345
|
+
margin-right: 12px;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.e-de-cell-margin {
|
|
1349
|
+
margin-left: 12px;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.e-de-align-text {
|
|
1353
|
+
margin-left: 12px;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
.e-de-align-text.e-de-rtl {
|
|
1357
|
+
margin-left: 0;
|
|
1358
|
+
margin-right: 12px;
|
|
1359
|
+
}
|
|
1360
|
+
|
|
1336
1361
|
.e-de-border-size-button {
|
|
1337
1362
|
height: 28px;
|
|
1338
1363
|
margin-top: 14px;
|
|
@@ -1344,22 +1369,27 @@
|
|
|
1344
1369
|
width: 100px;
|
|
1345
1370
|
}
|
|
1346
1371
|
|
|
1347
|
-
.e-de-cell-
|
|
1372
|
+
.e-de-cell-div {
|
|
1373
|
+
margin-left: 12px;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
.e-de-cell-div.e-de-rtl {
|
|
1377
|
+
margin-left: 0;
|
|
1348
1378
|
margin-right: 12px;
|
|
1349
1379
|
}
|
|
1350
1380
|
|
|
1351
|
-
.e-de-
|
|
1352
|
-
margin-
|
|
1353
|
-
margin-right: 0;
|
|
1381
|
+
.e-de-cell-text-box {
|
|
1382
|
+
margin-right: 12px;
|
|
1354
1383
|
}
|
|
1355
1384
|
|
|
1356
1385
|
.e-de-prop-fill-label {
|
|
1386
|
+
margin-left: 10.3px;
|
|
1357
1387
|
margin-right: 8px;
|
|
1358
1388
|
}
|
|
1359
1389
|
|
|
1360
1390
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1361
1391
|
margin-left: 8px;
|
|
1362
|
-
margin-right:
|
|
1392
|
+
margin-right: 10.3px;
|
|
1363
1393
|
}
|
|
1364
1394
|
|
|
1365
1395
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1393,18 +1423,35 @@
|
|
|
1393
1423
|
}
|
|
1394
1424
|
|
|
1395
1425
|
.e-bigger .e-de-prop-fill-label {
|
|
1396
|
-
margin-left:
|
|
1426
|
+
margin-left: 14.5px;
|
|
1397
1427
|
margin-right: 9.8px;
|
|
1398
1428
|
}
|
|
1399
1429
|
|
|
1400
1430
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1401
1431
|
margin-left: 9.8px;
|
|
1402
|
-
margin-right:
|
|
1432
|
+
margin-right: 14.5px;
|
|
1403
1433
|
}
|
|
1404
1434
|
|
|
1405
|
-
.e-bigger .e-
|
|
1435
|
+
.e-bigger .e-de-cell-text-box {
|
|
1436
|
+
margin-right: 16px;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
.e-bigger .e-de-cell-div {
|
|
1406
1440
|
margin-left: 16px;
|
|
1407
|
-
|
|
1441
|
+
}
|
|
1442
|
+
|
|
1443
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1444
|
+
margin-left: 0;
|
|
1445
|
+
margin-right: 16px;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.e-bigger .e-de-border-style-div {
|
|
1449
|
+
margin-left: 16px;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1453
|
+
margin-left: 0;
|
|
1454
|
+
margin-right: 16px;
|
|
1408
1455
|
}
|
|
1409
1456
|
|
|
1410
1457
|
.e-bigger .e-de-color-picker {
|
|
@@ -1418,6 +1465,33 @@
|
|
|
1418
1465
|
width: 96px;
|
|
1419
1466
|
}
|
|
1420
1467
|
|
|
1468
|
+
.e-bigger .e-de-align-text {
|
|
1469
|
+
margin-left: 16px;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1473
|
+
margin-left: 0;
|
|
1474
|
+
margin-right: 16px;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
.e-bigger .e-de-insert-del-cell {
|
|
1478
|
+
margin-left: 16px;
|
|
1479
|
+
}
|
|
1480
|
+
|
|
1481
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1482
|
+
margin-left: 0;
|
|
1483
|
+
margin-right: 16px;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
.e-bigger .e-de-cell-margin {
|
|
1487
|
+
margin-left: 14px;
|
|
1488
|
+
}
|
|
1489
|
+
|
|
1490
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1491
|
+
margin-left: 0;
|
|
1492
|
+
margin-right: 14px;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1421
1495
|
.e-bigger .e-de-stylediv {
|
|
1422
1496
|
padding-left: 16px;
|
|
1423
1497
|
}
|
|
@@ -1666,7 +1740,8 @@
|
|
|
1666
1740
|
|
|
1667
1741
|
.e-bigger .e-de-property-div-padding {
|
|
1668
1742
|
border-bottom: 0.5px solid #e0e0e0;
|
|
1669
|
-
padding:
|
|
1743
|
+
padding-bottom: 14.5px;
|
|
1744
|
+
padding-top: 15.5px;
|
|
1670
1745
|
}
|
|
1671
1746
|
|
|
1672
1747
|
.e-bigger .e-de-font-clr-picker > div button,
|