@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: #dadada;
|
|
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% - 405px);
|
|
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 #4a4848;
|
|
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
|
|
|
@@ -1325,6 +1319,37 @@
|
|
|
1325
1319
|
padding-right: 12px;
|
|
1326
1320
|
}
|
|
1327
1321
|
|
|
1322
|
+
.e-de-border-style-div {
|
|
1323
|
+
margin-left: 12px;
|
|
1324
|
+
}
|
|
1325
|
+
|
|
1326
|
+
.e-de-border-style-div.e-de-rtl {
|
|
1327
|
+
margin-left: 0;
|
|
1328
|
+
margin-right: 12px;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
.e-de-insert-del-cell {
|
|
1332
|
+
margin-left: 12px;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
1336
|
+
margin-left: 0;
|
|
1337
|
+
margin-right: 12px;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
.e-de-cell-margin {
|
|
1341
|
+
margin-left: 12px;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.e-de-align-text {
|
|
1345
|
+
margin-left: 12px;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.e-de-align-text.e-de-rtl {
|
|
1349
|
+
margin-left: 0;
|
|
1350
|
+
margin-right: 12px;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1328
1353
|
.e-de-border-size-button {
|
|
1329
1354
|
height: 28px;
|
|
1330
1355
|
margin-top: 14px;
|
|
@@ -1336,22 +1361,27 @@
|
|
|
1336
1361
|
width: 100px;
|
|
1337
1362
|
}
|
|
1338
1363
|
|
|
1339
|
-
.e-de-cell-
|
|
1364
|
+
.e-de-cell-div {
|
|
1365
|
+
margin-left: 12px;
|
|
1366
|
+
}
|
|
1367
|
+
|
|
1368
|
+
.e-de-cell-div.e-de-rtl {
|
|
1369
|
+
margin-left: 0;
|
|
1340
1370
|
margin-right: 12px;
|
|
1341
1371
|
}
|
|
1342
1372
|
|
|
1343
|
-
.e-de-
|
|
1344
|
-
margin-
|
|
1345
|
-
margin-right: 0;
|
|
1373
|
+
.e-de-cell-text-box {
|
|
1374
|
+
margin-right: 12px;
|
|
1346
1375
|
}
|
|
1347
1376
|
|
|
1348
1377
|
.e-de-prop-fill-label {
|
|
1378
|
+
margin-left: 10.3px;
|
|
1349
1379
|
margin-right: 8px;
|
|
1350
1380
|
}
|
|
1351
1381
|
|
|
1352
1382
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1353
1383
|
margin-left: 8px;
|
|
1354
|
-
margin-right:
|
|
1384
|
+
margin-right: 10.3px;
|
|
1355
1385
|
}
|
|
1356
1386
|
|
|
1357
1387
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1385,18 +1415,35 @@
|
|
|
1385
1415
|
}
|
|
1386
1416
|
|
|
1387
1417
|
.e-bigger .e-de-prop-fill-label {
|
|
1388
|
-
margin-left:
|
|
1418
|
+
margin-left: 14.5px;
|
|
1389
1419
|
margin-right: 9.8px;
|
|
1390
1420
|
}
|
|
1391
1421
|
|
|
1392
1422
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1393
1423
|
margin-left: 9.8px;
|
|
1394
|
-
margin-right:
|
|
1424
|
+
margin-right: 14.5px;
|
|
1395
1425
|
}
|
|
1396
1426
|
|
|
1397
|
-
.e-bigger .e-
|
|
1427
|
+
.e-bigger .e-de-cell-text-box {
|
|
1428
|
+
margin-right: 16px;
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1431
|
+
.e-bigger .e-de-cell-div {
|
|
1398
1432
|
margin-left: 16px;
|
|
1399
|
-
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1436
|
+
margin-left: 0;
|
|
1437
|
+
margin-right: 16px;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.e-bigger .e-de-border-style-div {
|
|
1441
|
+
margin-left: 16px;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1445
|
+
margin-left: 0;
|
|
1446
|
+
margin-right: 16px;
|
|
1400
1447
|
}
|
|
1401
1448
|
|
|
1402
1449
|
.e-bigger .e-de-color-picker {
|
|
@@ -1410,6 +1457,33 @@
|
|
|
1410
1457
|
width: 96px;
|
|
1411
1458
|
}
|
|
1412
1459
|
|
|
1460
|
+
.e-bigger .e-de-align-text {
|
|
1461
|
+
margin-left: 16px;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1465
|
+
margin-left: 0;
|
|
1466
|
+
margin-right: 16px;
|
|
1467
|
+
}
|
|
1468
|
+
|
|
1469
|
+
.e-bigger .e-de-insert-del-cell {
|
|
1470
|
+
margin-left: 16px;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1474
|
+
margin-left: 0;
|
|
1475
|
+
margin-right: 16px;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.e-bigger .e-de-cell-margin {
|
|
1479
|
+
margin-left: 14px;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1483
|
+
margin-left: 0;
|
|
1484
|
+
margin-right: 14px;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1413
1487
|
.e-bigger .e-de-stylediv {
|
|
1414
1488
|
padding-left: 16px;
|
|
1415
1489
|
}
|
|
@@ -1652,7 +1726,8 @@
|
|
|
1652
1726
|
|
|
1653
1727
|
.e-bigger .e-de-property-div-padding {
|
|
1654
1728
|
border-bottom: 0.5px solid #4a4848;
|
|
1655
|
-
padding:
|
|
1729
|
+
padding-bottom: 14.5px;
|
|
1730
|
+
padding-top: 15.5px;
|
|
1656
1731
|
}
|
|
1657
1732
|
|
|
1658
1733
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
@@ -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: #333;
|
|
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% - 405px);
|
|
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 {
|
|
@@ -886,7 +881,8 @@
|
|
|
886
881
|
|
|
887
882
|
.e-de-property-div-padding {
|
|
888
883
|
border-bottom: 0.5px solid #e0e0e0;
|
|
889
|
-
padding:
|
|
884
|
+
padding-bottom: 11.5px;
|
|
885
|
+
padding-top: 12.5px;
|
|
890
886
|
}
|
|
891
887
|
|
|
892
888
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -899,8 +895,7 @@
|
|
|
899
895
|
text-indent: 1.2em;
|
|
900
896
|
}
|
|
901
897
|
|
|
902
|
-
.e-de-char-fmt-btn-left > button
|
|
903
|
-
.e-de-insert-del-cell button {
|
|
898
|
+
.e-de-char-fmt-btn-left > button {
|
|
904
899
|
width: 37.25px;
|
|
905
900
|
}
|
|
906
901
|
|
|
@@ -916,8 +911,7 @@
|
|
|
916
911
|
width: 149px;
|
|
917
912
|
}
|
|
918
913
|
|
|
919
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
920
|
-
.e-bigger .e-de-insert-del-cell button {
|
|
914
|
+
.e-bigger .e-de-char-fmt-btn-left > button {
|
|
921
915
|
width: 37.25px;
|
|
922
916
|
}
|
|
923
917
|
|
|
@@ -1329,6 +1323,37 @@
|
|
|
1329
1323
|
padding-right: 12px;
|
|
1330
1324
|
}
|
|
1331
1325
|
|
|
1326
|
+
.e-de-border-style-div {
|
|
1327
|
+
margin-left: 12px;
|
|
1328
|
+
}
|
|
1329
|
+
|
|
1330
|
+
.e-de-border-style-div.e-de-rtl {
|
|
1331
|
+
margin-left: 0;
|
|
1332
|
+
margin-right: 12px;
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
.e-de-insert-del-cell {
|
|
1336
|
+
margin-left: 12px;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
1340
|
+
margin-left: 0;
|
|
1341
|
+
margin-right: 12px;
|
|
1342
|
+
}
|
|
1343
|
+
|
|
1344
|
+
.e-de-cell-margin {
|
|
1345
|
+
margin-left: 12px;
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.e-de-align-text {
|
|
1349
|
+
margin-left: 12px;
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1352
|
+
.e-de-align-text.e-de-rtl {
|
|
1353
|
+
margin-left: 0;
|
|
1354
|
+
margin-right: 12px;
|
|
1355
|
+
}
|
|
1356
|
+
|
|
1332
1357
|
.e-de-border-size-button {
|
|
1333
1358
|
height: 28px;
|
|
1334
1359
|
margin-top: 14px;
|
|
@@ -1340,22 +1365,27 @@
|
|
|
1340
1365
|
width: 100px;
|
|
1341
1366
|
}
|
|
1342
1367
|
|
|
1343
|
-
.e-de-cell-
|
|
1368
|
+
.e-de-cell-div {
|
|
1369
|
+
margin-left: 12px;
|
|
1370
|
+
}
|
|
1371
|
+
|
|
1372
|
+
.e-de-cell-div.e-de-rtl {
|
|
1373
|
+
margin-left: 0;
|
|
1344
1374
|
margin-right: 12px;
|
|
1345
1375
|
}
|
|
1346
1376
|
|
|
1347
|
-
.e-de-
|
|
1348
|
-
margin-
|
|
1349
|
-
margin-right: 0;
|
|
1377
|
+
.e-de-cell-text-box {
|
|
1378
|
+
margin-right: 12px;
|
|
1350
1379
|
}
|
|
1351
1380
|
|
|
1352
1381
|
.e-de-prop-fill-label {
|
|
1382
|
+
margin-left: 10.3px;
|
|
1353
1383
|
margin-right: 8px;
|
|
1354
1384
|
}
|
|
1355
1385
|
|
|
1356
1386
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1357
1387
|
margin-left: 8px;
|
|
1358
|
-
margin-right:
|
|
1388
|
+
margin-right: 10.3px;
|
|
1359
1389
|
}
|
|
1360
1390
|
|
|
1361
1391
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1389,18 +1419,35 @@
|
|
|
1389
1419
|
}
|
|
1390
1420
|
|
|
1391
1421
|
.e-bigger .e-de-prop-fill-label {
|
|
1392
|
-
margin-left:
|
|
1422
|
+
margin-left: 14.5px;
|
|
1393
1423
|
margin-right: 9.8px;
|
|
1394
1424
|
}
|
|
1395
1425
|
|
|
1396
1426
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1397
1427
|
margin-left: 9.8px;
|
|
1398
|
-
margin-right:
|
|
1428
|
+
margin-right: 14.5px;
|
|
1399
1429
|
}
|
|
1400
1430
|
|
|
1401
|
-
.e-bigger .e-
|
|
1431
|
+
.e-bigger .e-de-cell-text-box {
|
|
1432
|
+
margin-right: 16px;
|
|
1433
|
+
}
|
|
1434
|
+
|
|
1435
|
+
.e-bigger .e-de-cell-div {
|
|
1402
1436
|
margin-left: 16px;
|
|
1403
|
-
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1440
|
+
margin-left: 0;
|
|
1441
|
+
margin-right: 16px;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
.e-bigger .e-de-border-style-div {
|
|
1445
|
+
margin-left: 16px;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1449
|
+
margin-left: 0;
|
|
1450
|
+
margin-right: 16px;
|
|
1404
1451
|
}
|
|
1405
1452
|
|
|
1406
1453
|
.e-bigger .e-de-color-picker {
|
|
@@ -1414,6 +1461,33 @@
|
|
|
1414
1461
|
width: 96px;
|
|
1415
1462
|
}
|
|
1416
1463
|
|
|
1464
|
+
.e-bigger .e-de-align-text {
|
|
1465
|
+
margin-left: 16px;
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1469
|
+
margin-left: 0;
|
|
1470
|
+
margin-right: 16px;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
.e-bigger .e-de-insert-del-cell {
|
|
1474
|
+
margin-left: 16px;
|
|
1475
|
+
}
|
|
1476
|
+
|
|
1477
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1478
|
+
margin-left: 0;
|
|
1479
|
+
margin-right: 16px;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
.e-bigger .e-de-cell-margin {
|
|
1483
|
+
margin-left: 14px;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1487
|
+
margin-left: 0;
|
|
1488
|
+
margin-right: 14px;
|
|
1489
|
+
}
|
|
1490
|
+
|
|
1417
1491
|
.e-bigger .e-de-stylediv {
|
|
1418
1492
|
padding-left: 16px;
|
|
1419
1493
|
}
|
|
@@ -1656,7 +1730,8 @@
|
|
|
1656
1730
|
|
|
1657
1731
|
.e-bigger .e-de-property-div-padding {
|
|
1658
1732
|
border-bottom: 0.5px solid #e0e0e0;
|
|
1659
|
-
padding:
|
|
1733
|
+
padding-bottom: 14.5px;
|
|
1734
|
+
padding-top: 15.5px;
|
|
1660
1735
|
}
|
|
1661
1736
|
|
|
1662
1737
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
@@ -1379,12 +1379,12 @@ label[for='container_wholeWord'] {
|
|
|
1379
1379
|
|
|
1380
1380
|
.e-de-font-dlg {
|
|
1381
1381
|
height: 239px;
|
|
1382
|
-
width:
|
|
1382
|
+
width: 380px;
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
1385
|
.e-de-hyperlink {
|
|
1386
|
-
height:
|
|
1387
|
-
width:
|
|
1386
|
+
height: 175px;
|
|
1387
|
+
width: 230px;
|
|
1388
1388
|
}
|
|
1389
1389
|
|
|
1390
1390
|
.e-de-insert-table {
|
|
@@ -2501,15 +2501,6 @@ label[for='container_wholeWord'] {
|
|
|
2501
2501
|
top: 100px;
|
|
2502
2502
|
}
|
|
2503
2503
|
|
|
2504
|
-
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
2505
|
-
width: 0;
|
|
2506
|
-
}
|
|
2507
|
-
|
|
2508
|
-
.e-de-scrollbar-hide {
|
|
2509
|
-
-ms-overflow-style: none;
|
|
2510
|
-
scrollbar-width: none;
|
|
2511
|
-
}
|
|
2512
|
-
|
|
2513
2504
|
.e-de-toolbar {
|
|
2514
2505
|
height: 100%;
|
|
2515
2506
|
}
|
|
@@ -2555,7 +2546,6 @@ label[for='container_wholeWord'] {
|
|
|
2555
2546
|
border: 0;
|
|
2556
2547
|
color: #000;
|
|
2557
2548
|
float: right;
|
|
2558
|
-
font-weight: 400;
|
|
2559
2549
|
height: 33px;
|
|
2560
2550
|
}
|
|
2561
2551
|
|
|
@@ -2584,7 +2574,9 @@ label[for='container_wholeWord'] {
|
|
|
2584
2574
|
border: 0;
|
|
2585
2575
|
box-shadow: none;
|
|
2586
2576
|
float: right;
|
|
2577
|
+
height: 33px;
|
|
2587
2578
|
margin-left: calc(100% - 362px);
|
|
2579
|
+
width: 33px;
|
|
2588
2580
|
}
|
|
2589
2581
|
|
|
2590
2582
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
@@ -2620,8 +2612,9 @@ label[for='container_wholeWord'] {
|
|
|
2620
2612
|
|
|
2621
2613
|
.e-de-statusbar-spellcheck {
|
|
2622
2614
|
border-radius: 2px;
|
|
2623
|
-
|
|
2615
|
+
height: 34px;
|
|
2624
2616
|
margin-left: 7.5px;
|
|
2617
|
+
width: 91px;
|
|
2625
2618
|
}
|
|
2626
2619
|
|
|
2627
2620
|
.e-de-ctn {
|
|
@@ -2634,7 +2627,9 @@ label[for='container_wholeWord'] {
|
|
|
2634
2627
|
|
|
2635
2628
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
2636
2629
|
border-radius: 2px;
|
|
2630
|
+
height: 34px;
|
|
2637
2631
|
margin-left: 7.5px;
|
|
2632
|
+
width: 111px;
|
|
2638
2633
|
}
|
|
2639
2634
|
|
|
2640
2635
|
.e-de-ctnr-toolbar {
|
|
@@ -2943,7 +2938,8 @@ label[for='container_wholeWord'] {
|
|
|
2943
2938
|
|
|
2944
2939
|
.e-de-property-div-padding {
|
|
2945
2940
|
border-bottom: 0.5px solid #e0e0e0;
|
|
2946
|
-
padding:
|
|
2941
|
+
padding-bottom: 11.5px;
|
|
2942
|
+
padding-top: 12.5px;
|
|
2947
2943
|
}
|
|
2948
2944
|
|
|
2949
2945
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -2956,8 +2952,7 @@ label[for='container_wholeWord'] {
|
|
|
2956
2952
|
text-indent: 1.2em;
|
|
2957
2953
|
}
|
|
2958
2954
|
|
|
2959
|
-
.e-de-char-fmt-btn-left > button
|
|
2960
|
-
.e-de-insert-del-cell button {
|
|
2955
|
+
.e-de-char-fmt-btn-left > button {
|
|
2961
2956
|
width: 37.25px;
|
|
2962
2957
|
}
|
|
2963
2958
|
|
|
@@ -2973,8 +2968,7 @@ label[for='container_wholeWord'] {
|
|
|
2973
2968
|
width: 149px;
|
|
2974
2969
|
}
|
|
2975
2970
|
|
|
2976
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
2977
|
-
.e-bigger .e-de-insert-del-cell button {
|
|
2971
|
+
.e-bigger .e-de-char-fmt-btn-left > button {
|
|
2978
2972
|
width: 37.25px;
|
|
2979
2973
|
}
|
|
2980
2974
|
|
|
@@ -3384,6 +3378,37 @@ label[for='container_wholeWord'] {
|
|
|
3384
3378
|
padding-right: 12px;
|
|
3385
3379
|
}
|
|
3386
3380
|
|
|
3381
|
+
.e-de-border-style-div {
|
|
3382
|
+
margin-left: 12px;
|
|
3383
|
+
}
|
|
3384
|
+
|
|
3385
|
+
.e-de-border-style-div.e-de-rtl {
|
|
3386
|
+
margin-left: 0;
|
|
3387
|
+
margin-right: 12px;
|
|
3388
|
+
}
|
|
3389
|
+
|
|
3390
|
+
.e-de-insert-del-cell {
|
|
3391
|
+
margin-left: 12px;
|
|
3392
|
+
}
|
|
3393
|
+
|
|
3394
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
3395
|
+
margin-left: 0;
|
|
3396
|
+
margin-right: 12px;
|
|
3397
|
+
}
|
|
3398
|
+
|
|
3399
|
+
.e-de-cell-margin {
|
|
3400
|
+
margin-left: 12px;
|
|
3401
|
+
}
|
|
3402
|
+
|
|
3403
|
+
.e-de-align-text {
|
|
3404
|
+
margin-left: 12px;
|
|
3405
|
+
}
|
|
3406
|
+
|
|
3407
|
+
.e-de-align-text.e-de-rtl {
|
|
3408
|
+
margin-left: 0;
|
|
3409
|
+
margin-right: 12px;
|
|
3410
|
+
}
|
|
3411
|
+
|
|
3387
3412
|
.e-de-border-size-button {
|
|
3388
3413
|
height: 28px;
|
|
3389
3414
|
margin-top: 14px;
|
|
@@ -3395,22 +3420,27 @@ label[for='container_wholeWord'] {
|
|
|
3395
3420
|
width: 100px;
|
|
3396
3421
|
}
|
|
3397
3422
|
|
|
3398
|
-
.e-de-cell-
|
|
3423
|
+
.e-de-cell-div {
|
|
3424
|
+
margin-left: 12px;
|
|
3425
|
+
}
|
|
3426
|
+
|
|
3427
|
+
.e-de-cell-div.e-de-rtl {
|
|
3428
|
+
margin-left: 0;
|
|
3399
3429
|
margin-right: 12px;
|
|
3400
3430
|
}
|
|
3401
3431
|
|
|
3402
|
-
.e-de-
|
|
3403
|
-
margin-
|
|
3404
|
-
margin-right: 0;
|
|
3432
|
+
.e-de-cell-text-box {
|
|
3433
|
+
margin-right: 12px;
|
|
3405
3434
|
}
|
|
3406
3435
|
|
|
3407
3436
|
.e-de-prop-fill-label {
|
|
3437
|
+
margin-left: 10.3px;
|
|
3408
3438
|
margin-right: 8px;
|
|
3409
3439
|
}
|
|
3410
3440
|
|
|
3411
3441
|
.e-de-prop-fill-label.e-de-rtl {
|
|
3412
3442
|
margin-left: 8px;
|
|
3413
|
-
margin-right:
|
|
3443
|
+
margin-right: 10.3px;
|
|
3414
3444
|
}
|
|
3415
3445
|
|
|
3416
3446
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -3444,18 +3474,35 @@ label[for='container_wholeWord'] {
|
|
|
3444
3474
|
}
|
|
3445
3475
|
|
|
3446
3476
|
.e-bigger .e-de-prop-fill-label {
|
|
3447
|
-
margin-left:
|
|
3477
|
+
margin-left: 14.5px;
|
|
3448
3478
|
margin-right: 9.8px;
|
|
3449
3479
|
}
|
|
3450
3480
|
|
|
3451
3481
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
3452
3482
|
margin-left: 9.8px;
|
|
3453
|
-
margin-right:
|
|
3483
|
+
margin-right: 14.5px;
|
|
3484
|
+
}
|
|
3485
|
+
|
|
3486
|
+
.e-bigger .e-de-cell-text-box {
|
|
3487
|
+
margin-right: 16px;
|
|
3454
3488
|
}
|
|
3455
3489
|
|
|
3456
|
-
.e-bigger .e-
|
|
3490
|
+
.e-bigger .e-de-cell-div {
|
|
3457
3491
|
margin-left: 16px;
|
|
3458
|
-
|
|
3492
|
+
}
|
|
3493
|
+
|
|
3494
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
3495
|
+
margin-left: 0;
|
|
3496
|
+
margin-right: 16px;
|
|
3497
|
+
}
|
|
3498
|
+
|
|
3499
|
+
.e-bigger .e-de-border-style-div {
|
|
3500
|
+
margin-left: 16px;
|
|
3501
|
+
}
|
|
3502
|
+
|
|
3503
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
3504
|
+
margin-left: 0;
|
|
3505
|
+
margin-right: 16px;
|
|
3459
3506
|
}
|
|
3460
3507
|
|
|
3461
3508
|
.e-bigger .e-de-color-picker {
|
|
@@ -3469,6 +3516,33 @@ label[for='container_wholeWord'] {
|
|
|
3469
3516
|
width: 96px;
|
|
3470
3517
|
}
|
|
3471
3518
|
|
|
3519
|
+
.e-bigger .e-de-align-text {
|
|
3520
|
+
margin-left: 16px;
|
|
3521
|
+
}
|
|
3522
|
+
|
|
3523
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
3524
|
+
margin-left: 0;
|
|
3525
|
+
margin-right: 16px;
|
|
3526
|
+
}
|
|
3527
|
+
|
|
3528
|
+
.e-bigger .e-de-insert-del-cell {
|
|
3529
|
+
margin-left: 16px;
|
|
3530
|
+
}
|
|
3531
|
+
|
|
3532
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
3533
|
+
margin-left: 0;
|
|
3534
|
+
margin-right: 16px;
|
|
3535
|
+
}
|
|
3536
|
+
|
|
3537
|
+
.e-bigger .e-de-cell-margin {
|
|
3538
|
+
margin-left: 14px;
|
|
3539
|
+
}
|
|
3540
|
+
|
|
3541
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
3542
|
+
margin-left: 0;
|
|
3543
|
+
margin-right: 14px;
|
|
3544
|
+
}
|
|
3545
|
+
|
|
3472
3546
|
.e-bigger .e-de-stylediv {
|
|
3473
3547
|
padding-left: 16px;
|
|
3474
3548
|
}
|
|
@@ -3711,7 +3785,8 @@ label[for='container_wholeWord'] {
|
|
|
3711
3785
|
|
|
3712
3786
|
.e-bigger .e-de-property-div-padding {
|
|
3713
3787
|
border-bottom: 0.5px solid #e0e0e0;
|
|
3714
|
-
padding:
|
|
3788
|
+
padding-bottom: 14.5px;
|
|
3789
|
+
padding-top: 15.5px;
|
|
3715
3790
|
}
|
|
3716
3791
|
|
|
3717
3792
|
.e-bigger .e-de-font-clr-picker > div button,
|