@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
|
@@ -469,15 +469,6 @@
|
|
|
469
469
|
top: 100px;
|
|
470
470
|
}
|
|
471
471
|
|
|
472
|
-
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
473
|
-
width: 0;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.e-de-scrollbar-hide {
|
|
477
|
-
-ms-overflow-style: none;
|
|
478
|
-
scrollbar-width: none;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
472
|
.e-de-toolbar {
|
|
482
473
|
height: 100%;
|
|
483
474
|
}
|
|
@@ -520,7 +511,6 @@
|
|
|
520
511
|
border: 0;
|
|
521
512
|
color: #ced4da;
|
|
522
513
|
float: right;
|
|
523
|
-
font-weight: 400;
|
|
524
514
|
height: 33px;
|
|
525
515
|
box-shadow: none;
|
|
526
516
|
}
|
|
@@ -556,11 +546,13 @@
|
|
|
556
546
|
border: 0;
|
|
557
547
|
box-shadow: none;
|
|
558
548
|
float: right;
|
|
559
|
-
|
|
549
|
+
height: 33px;
|
|
550
|
+
margin-left: calc(100% - 395px);
|
|
551
|
+
width: 33px;
|
|
560
552
|
}
|
|
561
553
|
|
|
562
554
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
563
|
-
margin-left: calc(100% -
|
|
555
|
+
margin-left: calc(100% - 460px);
|
|
564
556
|
}
|
|
565
557
|
|
|
566
558
|
.e-de-ctn-title {
|
|
@@ -572,7 +564,7 @@
|
|
|
572
564
|
|
|
573
565
|
.e-de-ctn-title button {
|
|
574
566
|
font-size: 14px !important;
|
|
575
|
-
height: 36px !important;
|
|
567
|
+
height: 36px !important;
|
|
576
568
|
margin: 0 !important;
|
|
577
569
|
}
|
|
578
570
|
|
|
@@ -618,8 +610,9 @@
|
|
|
618
610
|
|
|
619
611
|
.e-de-statusbar-spellcheck {
|
|
620
612
|
border-radius: 2px;
|
|
621
|
-
|
|
613
|
+
height: 34px;
|
|
622
614
|
margin-left: 7.5px;
|
|
615
|
+
width: 106px;
|
|
623
616
|
}
|
|
624
617
|
|
|
625
618
|
.e-de-ctn {
|
|
@@ -632,7 +625,9 @@
|
|
|
632
625
|
|
|
633
626
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
634
627
|
border-radius: 2px;
|
|
628
|
+
height: 34px;
|
|
635
629
|
margin-left: 7.5px;
|
|
630
|
+
width: 145px;
|
|
636
631
|
}
|
|
637
632
|
|
|
638
633
|
.e-de-ctnr-toolbar {
|
|
@@ -676,7 +671,8 @@
|
|
|
676
671
|
}
|
|
677
672
|
|
|
678
673
|
.e-bigger .e-de-property-div-padding {
|
|
679
|
-
padding: 16px;
|
|
674
|
+
padding-bottom: 16px;
|
|
675
|
+
padding-top: 16px;
|
|
680
676
|
}
|
|
681
677
|
|
|
682
678
|
.e-bigger .e-de-insert-del-cell > div:last-child {
|
|
@@ -1109,7 +1105,8 @@
|
|
|
1109
1105
|
|
|
1110
1106
|
.e-de-property-div-padding {
|
|
1111
1107
|
border-bottom: 0.5px solid #444c54;
|
|
1112
|
-
padding: 12px;
|
|
1108
|
+
padding-bottom: 12px;
|
|
1109
|
+
padding-top: 12px;
|
|
1113
1110
|
}
|
|
1114
1111
|
|
|
1115
1112
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -1122,8 +1119,7 @@
|
|
|
1122
1119
|
text-indent: 1.2em;
|
|
1123
1120
|
}
|
|
1124
1121
|
|
|
1125
|
-
.e-de-char-fmt-btn-left > button
|
|
1126
|
-
.e-de-insert-del-cell button {
|
|
1122
|
+
.e-de-char-fmt-btn-left > button {
|
|
1127
1123
|
width: 38.75px;
|
|
1128
1124
|
}
|
|
1129
1125
|
|
|
@@ -1139,9 +1135,8 @@
|
|
|
1139
1135
|
width: 169px;
|
|
1140
1136
|
}
|
|
1141
1137
|
|
|
1142
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
1143
|
-
|
|
1144
|
-
width: 44px;
|
|
1138
|
+
.e-bigger .e-de-char-fmt-btn-left > button {
|
|
1139
|
+
width: 38.75px;
|
|
1145
1140
|
}
|
|
1146
1141
|
|
|
1147
1142
|
.e-de-panel-right-width {
|
|
@@ -1513,7 +1508,7 @@
|
|
|
1513
1508
|
color: #ced4da;
|
|
1514
1509
|
float: right;
|
|
1515
1510
|
height: 34px;
|
|
1516
|
-
margin-left: calc(100% -
|
|
1511
|
+
margin-left: calc(100% - 395px);
|
|
1517
1512
|
}
|
|
1518
1513
|
|
|
1519
1514
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1522,7 +1517,7 @@
|
|
|
1522
1517
|
color: #ced4da;
|
|
1523
1518
|
float: right;
|
|
1524
1519
|
height: 34px;
|
|
1525
|
-
margin-left: calc(100% -
|
|
1520
|
+
margin-left: calc(100% - 460px);
|
|
1526
1521
|
}
|
|
1527
1522
|
|
|
1528
1523
|
.e-de-btn-cancel {
|
|
@@ -1560,6 +1555,37 @@
|
|
|
1560
1555
|
padding-right: 12px;
|
|
1561
1556
|
}
|
|
1562
1557
|
|
|
1558
|
+
.e-de-border-style-div {
|
|
1559
|
+
margin-left: 12px;
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
.e-de-border-style-div.e-de-rtl {
|
|
1563
|
+
margin-left: 0;
|
|
1564
|
+
margin-right: 12px;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
.e-de-insert-del-cell {
|
|
1568
|
+
margin-left: 12px;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
1572
|
+
margin-left: 0;
|
|
1573
|
+
margin-right: 12px;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
.e-de-cell-margin {
|
|
1577
|
+
margin-left: 12px;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.e-de-align-text {
|
|
1581
|
+
margin-left: 12px;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
.e-de-align-text.e-de-rtl {
|
|
1585
|
+
margin-left: 0;
|
|
1586
|
+
margin-right: 12px;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1563
1589
|
.e-de-border-size-button {
|
|
1564
1590
|
height: 31px;
|
|
1565
1591
|
margin-top: 8px;
|
|
@@ -1571,22 +1597,27 @@
|
|
|
1571
1597
|
width: 99px;
|
|
1572
1598
|
}
|
|
1573
1599
|
|
|
1574
|
-
.e-de-cell-
|
|
1600
|
+
.e-de-cell-div {
|
|
1601
|
+
margin-left: 12px;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
.e-de-cell-div.e-de-rtl {
|
|
1605
|
+
margin-left: 0;
|
|
1575
1606
|
margin-right: 12px;
|
|
1576
1607
|
}
|
|
1577
1608
|
|
|
1578
|
-
.e-de-
|
|
1579
|
-
margin-
|
|
1580
|
-
margin-right: 0;
|
|
1609
|
+
.e-de-cell-text-box {
|
|
1610
|
+
margin-right: 12px;
|
|
1581
1611
|
}
|
|
1582
1612
|
|
|
1583
1613
|
.e-de-prop-fill-label {
|
|
1614
|
+
margin-left: 10.3px;
|
|
1584
1615
|
margin-right: 8px;
|
|
1585
1616
|
}
|
|
1586
1617
|
|
|
1587
1618
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1588
1619
|
margin-left: 8px;
|
|
1589
|
-
margin-right:
|
|
1620
|
+
margin-right: 10.3px;
|
|
1590
1621
|
}
|
|
1591
1622
|
|
|
1592
1623
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1599,12 +1630,12 @@
|
|
|
1599
1630
|
|
|
1600
1631
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1601
1632
|
height: 38px;
|
|
1602
|
-
width:
|
|
1633
|
+
width: 38px;
|
|
1603
1634
|
}
|
|
1604
1635
|
|
|
1605
1636
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1606
1637
|
height: 42px;
|
|
1607
|
-
width:
|
|
1638
|
+
width: 42px;
|
|
1608
1639
|
}
|
|
1609
1640
|
|
|
1610
1641
|
.e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
@@ -1620,24 +1651,41 @@
|
|
|
1620
1651
|
}
|
|
1621
1652
|
|
|
1622
1653
|
.e-bigger .e-de-prop-fill-label {
|
|
1623
|
-
margin-left:
|
|
1654
|
+
margin-left: 14.5px;
|
|
1624
1655
|
margin-right: 9.8px;
|
|
1625
1656
|
}
|
|
1626
1657
|
|
|
1627
1658
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1628
1659
|
margin-left: 9.8px;
|
|
1629
|
-
margin-right:
|
|
1660
|
+
margin-right: 14.5px;
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
.e-bigger .e-de-cell-text-box {
|
|
1664
|
+
margin-right: 16px;
|
|
1630
1665
|
}
|
|
1631
1666
|
|
|
1632
|
-
.e-bigger .e-
|
|
1667
|
+
.e-bigger .e-de-cell-div {
|
|
1633
1668
|
margin-left: 16px;
|
|
1634
|
-
margin-right: 0;
|
|
1635
1669
|
}
|
|
1636
1670
|
|
|
1637
1671
|
.e-bigger .e-de-cell-div button {
|
|
1638
1672
|
width: 45px !important;
|
|
1639
1673
|
}
|
|
1640
1674
|
|
|
1675
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1676
|
+
margin-left: 0;
|
|
1677
|
+
margin-right: 16px;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
.e-bigger .e-de-border-style-div {
|
|
1681
|
+
margin-left: 16px;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1685
|
+
margin-left: 0;
|
|
1686
|
+
margin-right: 16px;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1641
1689
|
.e-bigger .e-de-color-picker {
|
|
1642
1690
|
height: 38px;
|
|
1643
1691
|
width: 95px;
|
|
@@ -1649,6 +1697,33 @@
|
|
|
1649
1697
|
width: 95px;
|
|
1650
1698
|
}
|
|
1651
1699
|
|
|
1700
|
+
.e-bigger .e-de-align-text {
|
|
1701
|
+
margin-left: 16px;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1705
|
+
margin-left: 0;
|
|
1706
|
+
margin-right: 16px;
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
.e-bigger .e-de-insert-del-cell {
|
|
1710
|
+
margin-left: 16px;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1714
|
+
margin-left: 0;
|
|
1715
|
+
margin-right: 16px;
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
.e-bigger .e-de-cell-margin {
|
|
1719
|
+
margin-left: 14px;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1723
|
+
margin-left: 0;
|
|
1724
|
+
margin-right: 14px;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1652
1727
|
.e-bigger .e-de-stylediv {
|
|
1653
1728
|
padding-left: 16px;
|
|
1654
1729
|
}
|
|
@@ -1704,17 +1779,6 @@
|
|
|
1704
1779
|
margin-bottom: 16px;
|
|
1705
1780
|
}
|
|
1706
1781
|
|
|
1707
|
-
.e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
|
|
1708
|
-
.e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
|
|
1709
|
-
margin-right: 16px;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
.e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
|
|
1713
|
-
.e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
|
|
1714
|
-
margin-left: 16px;
|
|
1715
|
-
margin-right: 0;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
1782
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1719
1783
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1720
1784
|
margin-right: 16px;
|
|
@@ -1903,7 +1967,8 @@
|
|
|
1903
1967
|
|
|
1904
1968
|
.e-bigger .e-de-property-div-padding {
|
|
1905
1969
|
border-bottom: 0.5px solid #444c54;
|
|
1906
|
-
padding:
|
|
1970
|
+
padding-bottom: 14.5px;
|
|
1971
|
+
padding-top: 15.5px;
|
|
1907
1972
|
}
|
|
1908
1973
|
|
|
1909
1974
|
.e-bigger .e-de-font-clr-picker > div button,
|
|
@@ -469,15 +469,6 @@
|
|
|
469
469
|
top: 100px;
|
|
470
470
|
}
|
|
471
471
|
|
|
472
|
-
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
473
|
-
width: 0;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.e-de-scrollbar-hide {
|
|
477
|
-
-ms-overflow-style: none;
|
|
478
|
-
scrollbar-width: none;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
472
|
.e-de-toolbar {
|
|
482
473
|
height: 100%;
|
|
483
474
|
}
|
|
@@ -520,7 +511,6 @@
|
|
|
520
511
|
border: 0;
|
|
521
512
|
color: #495057;
|
|
522
513
|
float: right;
|
|
523
|
-
font-weight: 400;
|
|
524
514
|
height: 33px;
|
|
525
515
|
box-shadow: none;
|
|
526
516
|
}
|
|
@@ -556,11 +546,13 @@
|
|
|
556
546
|
border: 0;
|
|
557
547
|
box-shadow: none;
|
|
558
548
|
float: right;
|
|
559
|
-
|
|
549
|
+
height: 33px;
|
|
550
|
+
margin-left: calc(100% - 395px);
|
|
551
|
+
width: 33px;
|
|
560
552
|
}
|
|
561
553
|
|
|
562
554
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
563
|
-
margin-left: calc(100% -
|
|
555
|
+
margin-left: calc(100% - 460px);
|
|
564
556
|
}
|
|
565
557
|
|
|
566
558
|
.e-de-ctn-title {
|
|
@@ -572,7 +564,7 @@
|
|
|
572
564
|
|
|
573
565
|
.e-de-ctn-title button {
|
|
574
566
|
font-size: 14px !important;
|
|
575
|
-
height: 36px !important;
|
|
567
|
+
height: 36px !important;
|
|
576
568
|
margin: 0 !important;
|
|
577
569
|
}
|
|
578
570
|
|
|
@@ -618,8 +610,9 @@
|
|
|
618
610
|
|
|
619
611
|
.e-de-statusbar-spellcheck {
|
|
620
612
|
border-radius: 2px;
|
|
621
|
-
|
|
613
|
+
height: 34px;
|
|
622
614
|
margin-left: 7.5px;
|
|
615
|
+
width: 106px;
|
|
623
616
|
}
|
|
624
617
|
|
|
625
618
|
.e-de-ctn {
|
|
@@ -632,7 +625,9 @@
|
|
|
632
625
|
|
|
633
626
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
634
627
|
border-radius: 2px;
|
|
628
|
+
height: 34px;
|
|
635
629
|
margin-left: 7.5px;
|
|
630
|
+
width: 145px;
|
|
636
631
|
}
|
|
637
632
|
|
|
638
633
|
.e-de-ctnr-toolbar {
|
|
@@ -676,7 +671,8 @@
|
|
|
676
671
|
}
|
|
677
672
|
|
|
678
673
|
.e-bigger .e-de-property-div-padding {
|
|
679
|
-
padding: 16px;
|
|
674
|
+
padding-bottom: 16px;
|
|
675
|
+
padding-top: 16px;
|
|
680
676
|
}
|
|
681
677
|
|
|
682
678
|
.e-bigger .e-de-insert-del-cell > div:last-child {
|
|
@@ -1109,7 +1105,8 @@
|
|
|
1109
1105
|
|
|
1110
1106
|
.e-de-property-div-padding {
|
|
1111
1107
|
border-bottom: 0.5px solid #dee2e6;
|
|
1112
|
-
padding: 12px;
|
|
1108
|
+
padding-bottom: 12px;
|
|
1109
|
+
padding-top: 12px;
|
|
1113
1110
|
}
|
|
1114
1111
|
|
|
1115
1112
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -1122,8 +1119,7 @@
|
|
|
1122
1119
|
text-indent: 1.2em;
|
|
1123
1120
|
}
|
|
1124
1121
|
|
|
1125
|
-
.e-de-char-fmt-btn-left > button
|
|
1126
|
-
.e-de-insert-del-cell button {
|
|
1122
|
+
.e-de-char-fmt-btn-left > button {
|
|
1127
1123
|
width: 38.75px;
|
|
1128
1124
|
}
|
|
1129
1125
|
|
|
@@ -1139,9 +1135,8 @@
|
|
|
1139
1135
|
width: 169px;
|
|
1140
1136
|
}
|
|
1141
1137
|
|
|
1142
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
1143
|
-
|
|
1144
|
-
width: 44px;
|
|
1138
|
+
.e-bigger .e-de-char-fmt-btn-left > button {
|
|
1139
|
+
width: 38.75px;
|
|
1145
1140
|
}
|
|
1146
1141
|
|
|
1147
1142
|
.e-de-panel-right-width {
|
|
@@ -1513,7 +1508,7 @@
|
|
|
1513
1508
|
color: #495057;
|
|
1514
1509
|
float: right;
|
|
1515
1510
|
height: 34px;
|
|
1516
|
-
margin-left: calc(100% -
|
|
1511
|
+
margin-left: calc(100% - 395px);
|
|
1517
1512
|
}
|
|
1518
1513
|
|
|
1519
1514
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1522,7 +1517,7 @@
|
|
|
1522
1517
|
color: #495057;
|
|
1523
1518
|
float: right;
|
|
1524
1519
|
height: 34px;
|
|
1525
|
-
margin-left: calc(100% -
|
|
1520
|
+
margin-left: calc(100% - 460px);
|
|
1526
1521
|
}
|
|
1527
1522
|
|
|
1528
1523
|
.e-de-btn-cancel {
|
|
@@ -1560,6 +1555,37 @@
|
|
|
1560
1555
|
padding-right: 12px;
|
|
1561
1556
|
}
|
|
1562
1557
|
|
|
1558
|
+
.e-de-border-style-div {
|
|
1559
|
+
margin-left: 12px;
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
.e-de-border-style-div.e-de-rtl {
|
|
1563
|
+
margin-left: 0;
|
|
1564
|
+
margin-right: 12px;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
.e-de-insert-del-cell {
|
|
1568
|
+
margin-left: 12px;
|
|
1569
|
+
}
|
|
1570
|
+
|
|
1571
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
1572
|
+
margin-left: 0;
|
|
1573
|
+
margin-right: 12px;
|
|
1574
|
+
}
|
|
1575
|
+
|
|
1576
|
+
.e-de-cell-margin {
|
|
1577
|
+
margin-left: 12px;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
.e-de-align-text {
|
|
1581
|
+
margin-left: 12px;
|
|
1582
|
+
}
|
|
1583
|
+
|
|
1584
|
+
.e-de-align-text.e-de-rtl {
|
|
1585
|
+
margin-left: 0;
|
|
1586
|
+
margin-right: 12px;
|
|
1587
|
+
}
|
|
1588
|
+
|
|
1563
1589
|
.e-de-border-size-button {
|
|
1564
1590
|
height: 31px;
|
|
1565
1591
|
margin-top: 8px;
|
|
@@ -1571,22 +1597,27 @@
|
|
|
1571
1597
|
width: 99px;
|
|
1572
1598
|
}
|
|
1573
1599
|
|
|
1574
|
-
.e-de-cell-
|
|
1600
|
+
.e-de-cell-div {
|
|
1601
|
+
margin-left: 12px;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
.e-de-cell-div.e-de-rtl {
|
|
1605
|
+
margin-left: 0;
|
|
1575
1606
|
margin-right: 12px;
|
|
1576
1607
|
}
|
|
1577
1608
|
|
|
1578
|
-
.e-de-
|
|
1579
|
-
margin-
|
|
1580
|
-
margin-right: 0;
|
|
1609
|
+
.e-de-cell-text-box {
|
|
1610
|
+
margin-right: 12px;
|
|
1581
1611
|
}
|
|
1582
1612
|
|
|
1583
1613
|
.e-de-prop-fill-label {
|
|
1614
|
+
margin-left: 10.3px;
|
|
1584
1615
|
margin-right: 8px;
|
|
1585
1616
|
}
|
|
1586
1617
|
|
|
1587
1618
|
.e-de-prop-fill-label.e-de-rtl {
|
|
1588
1619
|
margin-left: 8px;
|
|
1589
|
-
margin-right:
|
|
1620
|
+
margin-right: 10.3px;
|
|
1590
1621
|
}
|
|
1591
1622
|
|
|
1592
1623
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -1599,12 +1630,12 @@
|
|
|
1599
1630
|
|
|
1600
1631
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1601
1632
|
height: 38px;
|
|
1602
|
-
width:
|
|
1633
|
+
width: 38px;
|
|
1603
1634
|
}
|
|
1604
1635
|
|
|
1605
1636
|
.e-bigger .e-de-grp-btn-ctnr .e-de-ctnr-group-btn > button {
|
|
1606
1637
|
height: 42px;
|
|
1607
|
-
width:
|
|
1638
|
+
width: 42px;
|
|
1608
1639
|
}
|
|
1609
1640
|
|
|
1610
1641
|
.e-de-border-clr-picker .e-split-btn-wrapper > button:first-child {
|
|
@@ -1620,24 +1651,41 @@
|
|
|
1620
1651
|
}
|
|
1621
1652
|
|
|
1622
1653
|
.e-bigger .e-de-prop-fill-label {
|
|
1623
|
-
margin-left:
|
|
1654
|
+
margin-left: 14.5px;
|
|
1624
1655
|
margin-right: 9.8px;
|
|
1625
1656
|
}
|
|
1626
1657
|
|
|
1627
1658
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
1628
1659
|
margin-left: 9.8px;
|
|
1629
|
-
margin-right:
|
|
1660
|
+
margin-right: 14.5px;
|
|
1661
|
+
}
|
|
1662
|
+
|
|
1663
|
+
.e-bigger .e-de-cell-text-box {
|
|
1664
|
+
margin-right: 16px;
|
|
1630
1665
|
}
|
|
1631
1666
|
|
|
1632
|
-
.e-bigger .e-
|
|
1667
|
+
.e-bigger .e-de-cell-div {
|
|
1633
1668
|
margin-left: 16px;
|
|
1634
|
-
margin-right: 0;
|
|
1635
1669
|
}
|
|
1636
1670
|
|
|
1637
1671
|
.e-bigger .e-de-cell-div button {
|
|
1638
1672
|
width: 45px !important;
|
|
1639
1673
|
}
|
|
1640
1674
|
|
|
1675
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
1676
|
+
margin-left: 0;
|
|
1677
|
+
margin-right: 16px;
|
|
1678
|
+
}
|
|
1679
|
+
|
|
1680
|
+
.e-bigger .e-de-border-style-div {
|
|
1681
|
+
margin-left: 16px;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
1685
|
+
margin-left: 0;
|
|
1686
|
+
margin-right: 16px;
|
|
1687
|
+
}
|
|
1688
|
+
|
|
1641
1689
|
.e-bigger .e-de-color-picker {
|
|
1642
1690
|
height: 38px;
|
|
1643
1691
|
width: 95px;
|
|
@@ -1649,6 +1697,33 @@
|
|
|
1649
1697
|
width: 95px;
|
|
1650
1698
|
}
|
|
1651
1699
|
|
|
1700
|
+
.e-bigger .e-de-align-text {
|
|
1701
|
+
margin-left: 16px;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
1705
|
+
margin-left: 0;
|
|
1706
|
+
margin-right: 16px;
|
|
1707
|
+
}
|
|
1708
|
+
|
|
1709
|
+
.e-bigger .e-de-insert-del-cell {
|
|
1710
|
+
margin-left: 16px;
|
|
1711
|
+
}
|
|
1712
|
+
|
|
1713
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
1714
|
+
margin-left: 0;
|
|
1715
|
+
margin-right: 16px;
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
.e-bigger .e-de-cell-margin {
|
|
1719
|
+
margin-left: 14px;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
1723
|
+
margin-left: 0;
|
|
1724
|
+
margin-right: 14px;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1652
1727
|
.e-bigger .e-de-stylediv {
|
|
1653
1728
|
padding-left: 16px;
|
|
1654
1729
|
}
|
|
@@ -1704,17 +1779,6 @@
|
|
|
1704
1779
|
margin-bottom: 16px;
|
|
1705
1780
|
}
|
|
1706
1781
|
|
|
1707
|
-
.e-bigger .e-de-font-clr-picker .e-colorpicker-wrapper:first-child,
|
|
1708
|
-
.e-bigger .e-de-font-clr-picker > .e-split-btn-wrapper {
|
|
1709
|
-
margin-right: 16px;
|
|
1710
|
-
}
|
|
1711
|
-
|
|
1712
|
-
.e-bigger .e-de-font-clr-picker.e-rtl .e-colorpicker-wrapper:first-child,
|
|
1713
|
-
.e-bigger .e-de-font-clr-picker.e-rtl > .e-split-btn-wrapper {
|
|
1714
|
-
margin-left: 16px;
|
|
1715
|
-
margin-right: 0;
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
1782
|
.e-bigger .e-de-ctnr-segment > div:first-child:not(.e-rtl),
|
|
1719
1783
|
.e-bigger .e-de-ctnr-segment > button:first-child:not(.e-rtl) {
|
|
1720
1784
|
margin-right: 16px;
|
|
@@ -1903,7 +1967,8 @@
|
|
|
1903
1967
|
|
|
1904
1968
|
.e-bigger .e-de-property-div-padding {
|
|
1905
1969
|
border-bottom: 0.5px solid #dee2e6;
|
|
1906
|
-
padding:
|
|
1970
|
+
padding-bottom: 14.5px;
|
|
1971
|
+
padding-top: 15.5px;
|
|
1907
1972
|
}
|
|
1908
1973
|
|
|
1909
1974
|
.e-bigger .e-de-font-clr-picker > div button,
|