@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.
Files changed (55) hide show
  1. package/CHANGELOG.md +263 -0
  2. package/dist/ej2-vue-documenteditor.umd.min.js +2 -2
  3. package/dist/global/ej2-vue-documenteditor.min.js +2 -2
  4. package/package.json +14 -8
  5. package/styles/bootstrap-dark.css +151 -218
  6. package/styles/bootstrap.css +151 -218
  7. package/styles/bootstrap4.css +157 -224
  8. package/styles/bootstrap5-dark.css +172 -253
  9. package/styles/bootstrap5.css +172 -253
  10. package/styles/document-editor/bootstrap-dark.css +50 -192
  11. package/styles/document-editor/bootstrap.css +50 -192
  12. package/styles/document-editor/bootstrap4.css +52 -194
  13. package/styles/document-editor/bootstrap5-dark.css +61 -207
  14. package/styles/document-editor/bootstrap5.css +61 -207
  15. package/styles/document-editor/fabric-dark.css +51 -193
  16. package/styles/document-editor/fabric.css +51 -193
  17. package/styles/document-editor/highcontrast-light.css +9 -5
  18. package/styles/document-editor/highcontrast.css +51 -193
  19. package/styles/document-editor/material-dark.css +51 -193
  20. package/styles/document-editor/material.css +51 -193
  21. package/styles/document-editor/tailwind-dark.css +261 -319
  22. package/styles/document-editor/tailwind.css +261 -319
  23. package/styles/document-editor-container/bootstrap-dark.css +101 -26
  24. package/styles/document-editor-container/bootstrap.css +101 -26
  25. package/styles/document-editor-container/bootstrap4.css +105 -30
  26. package/styles/document-editor-container/bootstrap5-dark.css +111 -46
  27. package/styles/document-editor-container/bootstrap5.css +111 -46
  28. package/styles/document-editor-container/fabric-dark.css +101 -26
  29. package/styles/document-editor-container/fabric.css +101 -26
  30. package/styles/document-editor-container/highcontrast-light.css +104 -29
  31. package/styles/document-editor-container/highcontrast.css +101 -26
  32. package/styles/document-editor-container/material-dark.css +101 -26
  33. package/styles/document-editor-container/material.css +101 -26
  34. package/styles/document-editor-container/tailwind-dark.css +271 -134
  35. package/styles/document-editor-container/tailwind.css +271 -134
  36. package/styles/fabric-dark.css +152 -219
  37. package/styles/fabric.css +152 -219
  38. package/styles/highcontrast-light.css +110 -31
  39. package/styles/highcontrast.css +152 -219
  40. package/styles/material-dark.css +152 -219
  41. package/styles/material.css +152 -219
  42. package/styles/tailwind-dark.css +532 -453
  43. package/styles/tailwind.css +532 -453
  44. package/styles/document-editor/fluent-dark.css +0 -3782
  45. package/styles/document-editor/fluent-dark.scss +0 -1
  46. package/styles/document-editor/fluent.css +0 -3782
  47. package/styles/document-editor/fluent.scss +0 -1
  48. package/styles/document-editor-container/fluent-dark.css +0 -1996
  49. package/styles/document-editor-container/fluent-dark.scss +0 -1
  50. package/styles/document-editor-container/fluent.css +0 -1996
  51. package/styles/document-editor-container/fluent.scss +0 -1
  52. package/styles/fluent-dark.css +0 -5779
  53. package/styles/fluent-dark.scss +0 -2
  54. package/styles/fluent.css +0 -5779
  55. package/styles/fluent.scss +0 -2
@@ -556,86 +556,6 @@
556
556
  content: '\e91f';
557
557
  }
558
558
 
559
- .e-de-dlg-container {
560
- padding-bottom: 12px;
561
- }
562
-
563
- .e-de-dlg-row {
564
- display: -ms-flexbox;
565
- display: flex;
566
- }
567
-
568
- .e-de-container-row {
569
- display: -ms-flexbox;
570
- display: flex;
571
- padding-bottom: 12px;
572
- }
573
-
574
- .e-de-subcontainer-left {
575
- padding-right: 6px;
576
- width: 50%;
577
- }
578
-
579
- .e-de-subcontainer-right {
580
- padding-left: 6px;
581
- width: 50%;
582
- }
583
-
584
- .e-de-dlg-tab-first-child {
585
- padding-top: 6px;
586
- }
587
-
588
- .e-de-dlg-heading {
589
- display: block;
590
- font-size: 14px;
591
- font-weight: 400;
592
- margin-bottom: 12px;
593
- }
594
-
595
- .e-rtl .e-de-subcontainer-left {
596
- padding-left: 6px;
597
- padding-right: 0;
598
- }
599
-
600
- .e-rtl .e-de-subcontainer-right {
601
- padding-left: 0;
602
- padding-right: 6px;
603
- width: 50%;
604
- }
605
-
606
- .e-bigger .e-de-dlg-container {
607
- padding-bottom: 16px;
608
- }
609
-
610
- .e-bigger .e-de-container-row {
611
- padding-bottom: 16px;
612
- }
613
-
614
- .e-bigger .e-de-subcontainer-left {
615
- padding-right: 8px;
616
- width: 50%;
617
- }
618
-
619
- .e-bigger .e-de-subcontainer-right {
620
- padding-left: 8px;
621
- width: 50%;
622
- }
623
-
624
- .e-bigger .e-de-dlg-tab-first-child {
625
- padding-top: 8px;
626
- }
627
-
628
- .e-bigger .e-rtl .e-de-subcontainer-left {
629
- padding-left: 8px;
630
- padding-right: 0;
631
- }
632
-
633
- .e-bigger .e-rtl .e-de-subcontainer-right {
634
- padding-left: 0;
635
- padding-right: 8px;
636
- width: 50%;
637
- }
638
-
639
559
  .e-de-blink-cursor {
640
560
  border-left: 1px solid rgba(0, 0, 0, 0.87);
641
561
  pointer-events: none;
@@ -804,6 +724,7 @@
804
724
  .e-de-ff-radio-div {
805
725
  display: -ms-inline-flexbox;
806
726
  display: inline-flex;
727
+ margin-bottom: 26px;
807
728
  margin-right: 16px;
808
729
  }
809
730
 
@@ -1163,6 +1084,14 @@
1163
1084
  float: left;
1164
1085
  }
1165
1086
 
1087
+ .e-de-dlg-sub-header {
1088
+ display: block;
1089
+ font-size: 12px;
1090
+ font-weight: normal;
1091
+ margin-bottom: 15px;
1092
+ margin-top: 8px;
1093
+ }
1094
+
1166
1095
  .e-de-dlg-footer .e-btn {
1167
1096
  margin-left: 10px;
1168
1097
  }
@@ -1279,8 +1208,7 @@
1279
1208
  }
1280
1209
 
1281
1210
  .e-de-op-more-less {
1282
- display: -ms-inline-flexbox;
1283
- display: inline-flex;
1211
+ display: block;
1284
1212
  margin-top: 14px;
1285
1213
  }
1286
1214
 
@@ -1558,7 +1486,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1558
1486
  }
1559
1487
 
1560
1488
  .e-documenteditor .e-de-op-close-button {
1561
- left: 250px;
1489
+ left: 260px;
1562
1490
  position: absolute;
1563
1491
  top: 18px;
1564
1492
  }
@@ -1573,7 +1501,7 @@ label[for*="_wholeWord_e-de-rtl"] {
1573
1501
  }
1574
1502
 
1575
1503
  .e-documenteditor .e-de-op-close-button.e-de-rtl {
1576
- right: 255px;
1504
+ right: 267px;
1577
1505
  }
1578
1506
 
1579
1507
  .e-de-table-measure-lbl {
@@ -1939,15 +1867,12 @@ label[for*="_wholeWord_e-de-rtl"] {
1939
1867
  }
1940
1868
 
1941
1869
  .e-de-font-dlg {
1942
- width: max-content;
1870
+ width: 380px;
1943
1871
  }
1944
1872
 
1945
1873
  .e-de-hyperlink {
1946
- width: 250px;
1947
- }
1948
-
1949
- .e-bigger .e-de-hyperlink {
1950
- width: 300px;
1874
+ height: 175px;
1875
+ width: 230px;
1951
1876
  }
1952
1877
 
1953
1878
  .e-de-insert-table {
@@ -2111,12 +2036,13 @@ label[for*="_wholeWord_e-de-rtl"] {
2111
2036
 
2112
2037
  .e-button-custom {
2113
2038
  height: 34px;
2114
- width: 100%;
2039
+ padding: 0;
2040
+ width: 80px;
2115
2041
  }
2116
2042
 
2117
2043
  .e-bigger .e-button-custom {
2118
2044
  height: 37px;
2119
- width: 100%;
2045
+ width: 86px;
2120
2046
  }
2121
2047
 
2122
2048
  .e-styles-listview,
@@ -2266,13 +2192,13 @@ label[for*="_wholeWord_e-de-rtl"] {
2266
2192
  }
2267
2193
 
2268
2194
  .e-bigger .e-de-style-bold-button-size {
2269
- margin-left: 8px;
2195
+ margin-left: 6px;
2270
2196
  margin-right: 8px;
2271
2197
  height: 35px;
2272
2198
  }
2273
2199
 
2274
2200
  .e-de-style-bold-button-size {
2275
- margin-left: 8px;
2201
+ margin-left: 6px;
2276
2202
  margin-right: 8px;
2277
2203
  height: 31px;
2278
2204
  }
@@ -2287,12 +2213,12 @@ label[for*="_wholeWord_e-de-rtl"] {
2287
2213
  }
2288
2214
 
2289
2215
  .e-de-style-icon-button-first-size {
2290
- margin-left: 8px;
2216
+ margin-left: 6px;
2291
2217
  margin-right: 3px;
2292
2218
  }
2293
2219
 
2294
2220
  .e-de-style-icon-button-last-size {
2295
- margin-right: 8px;
2221
+ margin-right: 6px;
2296
2222
  }
2297
2223
 
2298
2224
  .e-de-style-font-color-picker {
@@ -2740,7 +2666,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2740
2666
  .e-de-rp-sub-content-div {
2741
2667
  line-height: none;
2742
2668
  font-size: 12px;
2743
- margin-bottom: 8px;
2744
2669
  }
2745
2670
 
2746
2671
  .e-de-bullet-icons {
@@ -2795,7 +2720,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2795
2720
  }
2796
2721
 
2797
2722
  .e-bigger .e-de-font-dlg {
2798
- width: max-content;
2723
+ width: 375px;
2799
2724
  }
2800
2725
 
2801
2726
  .e-bigger .e-para-dlg-sub-height {
@@ -2825,7 +2750,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2825
2750
 
2826
2751
  .e-bigger .e-de-rp-header {
2827
2752
  font-size: 16px;
2828
- width: 75%;
2829
2753
  }
2830
2754
 
2831
2755
  .e-de-restrict-format {
@@ -2853,7 +2777,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2853
2777
  font-weight: normal;
2854
2778
  opacity: 0.87;
2855
2779
  color: rgba(0, 0, 0, 0.87);
2856
- width: 75%;
2857
2780
  }
2858
2781
 
2859
2782
  .e-de-rp-user .e-checkbox-wrapper {
@@ -2867,15 +2790,20 @@ label[for*="_wholeWord_e-de-rtl"] {
2867
2790
  opacity: 0.87;
2868
2791
  border-radius: 2px;
2869
2792
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
2793
+ height: 36px;
2794
+ margin: 0 0 !important;
2870
2795
  }
2871
2796
 
2872
2797
  .e-bigger .e-de-rp-btn-enforce {
2798
+ margin: 0;
2799
+ width: 100%;
2873
2800
  padding-left: 4px;
2874
2801
  padding-right: 4px;
2875
2802
  }
2876
2803
 
2877
2804
  .e-de-rp-nav-btn {
2878
- width: auto;
2805
+ margin: 0 12px;
2806
+ width: 210px;
2879
2807
  }
2880
2808
 
2881
2809
  .e-de-rp-btn-stop-enforce {
@@ -2884,6 +2812,8 @@ label[for*="_wholeWord_e-de-rtl"] {
2884
2812
  opacity: 0.87;
2885
2813
  border-radius: 2px;
2886
2814
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
2815
+ height: 36px;
2816
+ margin: 0 46px;
2887
2817
  }
2888
2818
 
2889
2819
  .e-de-rp-sub-div {
@@ -2894,7 +2824,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2894
2824
  .e-de-restrict-pane {
2895
2825
  padding-left: 0;
2896
2826
  padding-top: 0;
2897
- padding-right: 0;
2898
2827
  }
2899
2828
 
2900
2829
  .e-de-rp-whole-header {
@@ -2907,14 +2836,15 @@ label[for*="_wholeWord_e-de-rtl"] {
2907
2836
  border-radius: 2px;
2908
2837
  font-size: 12px;
2909
2838
  height: 110px;
2839
+ width: 238px;
2910
2840
  }
2911
2841
 
2912
2842
  .e-de-rp-enforce {
2913
- padding: 12px;
2843
+ padding-top: 12px;
2914
2844
  }
2915
2845
 
2916
2846
  .e-de-rp-enforce-nav {
2917
- margin: 0 12px 12px 12px;
2847
+ margin: 12px 0;
2918
2848
  }
2919
2849
 
2920
2850
  .e-de-enforce-dlg-title {
@@ -2925,6 +2855,7 @@ label[for*="_wholeWord_e-de-rtl"] {
2925
2855
 
2926
2856
  .e-de-enforce .e-de-enforce-dlg-input {
2927
2857
  height: 16px;
2858
+ margin-bottom: 8px;
2928
2859
  width: 300px;
2929
2860
  }
2930
2861
 
@@ -2946,8 +2877,6 @@ label[for*="_wholeWord_e-de-rtl"] {
2946
2877
 
2947
2878
  .e-de-user-dlg-list {
2948
2879
  margin-bottom: 15px;
2949
- display: -ms-inline-flexbox;
2950
- display: inline-flex;
2951
2880
  }
2952
2881
 
2953
2882
  .e-de-user-listview {
@@ -2980,23 +2909,25 @@ label[for*="_wholeWord_e-de-rtl"] {
2980
2909
  padding: 12px 12px 24px;
2981
2910
  }
2982
2911
 
2912
+ .e-de-rp-stop-div3 {
2913
+ padding: 0 0 12px 12px;
2914
+ }
2915
+
2983
2916
  .e-de-rp-close-icon {
2984
2917
  float: right;
2985
2918
  position: relative;
2986
2919
  top: -7px;
2987
- right: -7px;
2988
2920
  }
2989
2921
 
2990
2922
  .e-de-restrict-pane {
2991
2923
  height: 100%;
2992
2924
  overflow: auto;
2993
- overflow-x: hidden;
2994
2925
  width: 268px;
2995
2926
  }
2996
2927
 
2997
2928
  .e-de-rp-nav-lbl {
2998
2929
  font-size: 13px;
2999
- margin: 0 12px;
2930
+ margin: 0 28px;
3000
2931
  }
3001
2932
 
3002
2933
  .e-documenteditor-optionspane {
@@ -3115,6 +3046,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3115
3046
  color: #4d841e;
3116
3047
  padding: 5px 6px;
3117
3048
  text-transform: initial;
3049
+ width: 66px;
3118
3050
  }
3119
3051
 
3120
3052
  .e-btn.e-outline.e-de-track-accept-button:hover {
@@ -3123,6 +3055,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3123
3055
  color: #fff;
3124
3056
  padding: 5px 6px;
3125
3057
  text-transform: initial;
3058
+ width: 66px;
3126
3059
  }
3127
3060
 
3128
3061
  .e-btn.e-outline.e-de-track-reject-button {
@@ -3132,6 +3065,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3132
3065
  padding: 5px 6px;
3133
3066
  margin-left: 8px;
3134
3067
  text-transform: initial;
3068
+ width: 64px;
3135
3069
  }
3136
3070
 
3137
3071
  .e-btn.e-outline.e-de-track-reject-button:hover {
@@ -3141,6 +3075,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3141
3075
  padding: 5px 6px;
3142
3076
  margin-left: 8px;
3143
3077
  text-transform: initial;
3078
+ width: 64px;
3144
3079
  }
3145
3080
 
3146
3081
  .e-de-track-chngs-count {
@@ -3259,6 +3194,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3259
3194
  font-size: 13px;
3260
3195
  font-weight: normal;
3261
3196
  padding-left: 8px;
3197
+ padding-left: 8px;
3262
3198
  width: 90%;
3263
3199
  }
3264
3200
 
@@ -3416,7 +3352,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3416
3352
 
3417
3353
  .e-rtl .e-de-rp-close-icon {
3418
3354
  float: left;
3419
- right: 7px;
3420
3355
  }
3421
3356
 
3422
3357
  .e-rtl .e-de-cp-option.e-btn.e-icon-btn {
@@ -3477,13 +3412,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3477
3412
  padding-right: 8px;
3478
3413
  }
3479
3414
 
3480
- .e-bigger .e-de-rp-close-icon {
3481
- float: right;
3482
- position: relative;
3483
- top: -8px;
3484
- right: -10px;
3485
- }
3486
-
3487
3415
  .e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
3488
3416
  .e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
3489
3417
  margin-right: 12px;
@@ -3520,80 +3448,6 @@ label[for*="_wholeWord_e-de-rtl"] {
3520
3448
  top: 0;
3521
3449
  }
3522
3450
 
3523
- .e-de-rp-mu-btn {
3524
- margin-top: 3px;
3525
- }
3526
-
3527
- .e-rtl .e-de-cmt-author-name {
3528
- padding-left: 0%;
3529
- padding-right: 8px;
3530
- }
3531
-
3532
- .e-bigger .e-de-cmt-author-name {
3533
- padding-left: 8px;
3534
- }
3535
-
3536
- .e-bigger .e-de-cmt-rply-view {
3537
- margin-top: 12px;
3538
- }
3539
-
3540
- .e-bigger .e-de-cmt-sub-container {
3541
- padding: 8px;
3542
- }
3543
-
3544
- .e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
3545
- padding-left: 6px;
3546
- }
3547
-
3548
- .e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3549
- padding-left: 7px;
3550
- }
3551
-
3552
- .e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
3553
- padding: 0%;
3554
- }
3555
-
3556
- .e-bigger .e-de-rp-nav-btn {
3557
- width: auto;
3558
- }
3559
-
3560
- .e-bigger .e-de-rp-whole-header {
3561
- padding: 12px;
3562
- }
3563
-
3564
- .e-bigger .e-de-rp-sub-div {
3565
- border-bottom: 1px solid #e4e4e4;
3566
- padding: 12px;
3567
- }
3568
-
3569
- .e-bigger .e-de-rp-enforce {
3570
- padding: 12px;
3571
- }
3572
-
3573
- .e-bigger .e-de-enforce .e-de-enforce-dlg-input {
3574
- width: 300px;
3575
- }
3576
-
3577
- .e-bigger .e-rtl .e-de-cmt-author-name {
3578
- padding-left: 0%;
3579
- padding-right: 8px;
3580
- }
3581
-
3582
- .e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
3583
- padding-left: 8px;
3584
- padding-right: 6px;
3585
- }
3586
-
3587
- .e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3588
- padding-left: 8px;
3589
- padding-right: 7px;
3590
- }
3591
-
3592
- .e-bigger .e-rtl .e-de-rp-close-icon {
3593
- float: left;
3594
- right: 10px;
3595
- }
3596
-
3597
3451
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
3598
3452
  .e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
3599
3453
  font-size: 14px;
@@ -3608,7 +3462,8 @@ label[for*="_wholeWord_e-de-rtl"] {
3608
3462
  display: block;
3609
3463
  font-size: 14px;
3610
3464
  font-weight: 700;
3611
- margin-bottom: 8px;
3465
+ margin-bottom: 20px;
3466
+ margin-top: 24px;
3612
3467
  }
3613
3468
 
3614
3469
  .e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
@@ -3652,6 +3507,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3652
3507
  font-size: 12px;
3653
3508
  font-weight: normal;
3654
3509
  margin-bottom: 8px;
3510
+ margin-top: 0;
3655
3511
  }
3656
3512
 
3657
3513
  .e-bigger .e-de-rtl-btn-div {
@@ -3670,7 +3526,8 @@ label[for*="_wholeWord_e-de-rtl"] {
3670
3526
  display: block;
3671
3527
  font-size: 14px;
3672
3528
  font-weight: 700;
3673
- margin-bottom: 8px;
3529
+ margin-bottom: 20px;
3530
+ margin-top: 24px;
3674
3531
  opacity: 87%;
3675
3532
  }
3676
3533
 
@@ -3715,6 +3572,7 @@ label[for*="_wholeWord_e-de-rtl"] {
3715
3572
  font-size: 12px;
3716
3573
  font-weight: normal;
3717
3574
  margin-bottom: 8px;
3575
+ margin-top: 0;
3718
3576
  }
3719
3577
 
3720
3578
  .e-de-rtl-btn-div {
@@ -4178,15 +4036,6 @@ label[for*="_wholeWord_e-de-rtl"] {
4178
4036
  top: 100px;
4179
4037
  }
4180
4038
 
4181
- .e-de-scrollbar-hide::-webkit-scrollbar {
4182
- width: 0;
4183
- }
4184
-
4185
- .e-de-scrollbar-hide {
4186
- -ms-overflow-style: none;
4187
- scrollbar-width: none;
4188
- }
4189
-
4190
4039
  .e-de-toolbar {
4191
4040
  height: 100%;
4192
4041
  }
@@ -4232,7 +4081,6 @@ label[for*="_wholeWord_e-de-rtl"] {
4232
4081
  border: 0;
4233
4082
  color: #000;
4234
4083
  float: right;
4235
- font-weight: 400;
4236
4084
  height: 33px;
4237
4085
  }
4238
4086
 
@@ -4261,7 +4109,9 @@ label[for*="_wholeWord_e-de-rtl"] {
4261
4109
  border: 0;
4262
4110
  box-shadow: none;
4263
4111
  float: right;
4112
+ height: 33px;
4264
4113
  margin-left: calc(100% - 380px);
4114
+ width: 33px;
4265
4115
  }
4266
4116
 
4267
4117
  .e-bigger .e-btn-pageweb-spellcheck {
@@ -4297,8 +4147,9 @@ label[for*="_wholeWord_e-de-rtl"] {
4297
4147
 
4298
4148
  .e-de-statusbar-spellcheck {
4299
4149
  border-radius: 2px;
4300
- font-weight: 400;
4150
+ height: 34px;
4301
4151
  margin-left: 7.5px;
4152
+ width: 91px;
4302
4153
  }
4303
4154
 
4304
4155
  .e-de-ctn {
@@ -4311,7 +4162,9 @@ label[for*="_wholeWord_e-de-rtl"] {
4311
4162
 
4312
4163
  .e-bigger .e-de-statusbar-spellcheck {
4313
4164
  border-radius: 2px;
4165
+ height: 34px;
4314
4166
  margin-left: 7.5px;
4167
+ width: 110px;
4315
4168
  }
4316
4169
 
4317
4170
  .e-de-ctnr-toolbar {
@@ -4625,7 +4478,8 @@ label[for*="_wholeWord_e-de-rtl"] {
4625
4478
 
4626
4479
  .e-de-property-div-padding {
4627
4480
  border-bottom: 0.5px solid #e0e0e0;
4628
- padding: 12.5px;
4481
+ padding-bottom: 11.5px;
4482
+ padding-top: 12.5px;
4629
4483
  }
4630
4484
 
4631
4485
  .e-de-ctnr-dropdown-ftr {
@@ -4638,8 +4492,7 @@ label[for*="_wholeWord_e-de-rtl"] {
4638
4492
  text-indent: 1.2em;
4639
4493
  }
4640
4494
 
4641
- .e-de-char-fmt-btn-left > button,
4642
- .e-de-insert-del-cell button {
4495
+ .e-de-char-fmt-btn-left > button {
4643
4496
  width: 38.5px;
4644
4497
  }
4645
4498
 
@@ -4655,8 +4508,7 @@ label[for*="_wholeWord_e-de-rtl"] {
4655
4508
  width: 150px;
4656
4509
  }
4657
4510
 
4658
- .e-bigger .e-de-char-fmt-btn-left > button,
4659
- .e-bigger .e-de-insert-del-cell button {
4511
+ .e-bigger .e-de-char-fmt-btn-left > button {
4660
4512
  width: 38.5px;
4661
4513
  }
4662
4514
 
@@ -5066,6 +4918,37 @@ label[for*="_wholeWord_e-de-rtl"] {
5066
4918
  padding-right: 12px;
5067
4919
  }
5068
4920
 
4921
+ .e-de-border-style-div {
4922
+ margin-left: 12px;
4923
+ }
4924
+
4925
+ .e-de-border-style-div.e-de-rtl {
4926
+ margin-left: 0;
4927
+ margin-right: 12px;
4928
+ }
4929
+
4930
+ .e-de-insert-del-cell {
4931
+ margin-left: 12px;
4932
+ }
4933
+
4934
+ .e-de-insert-del-cell.e-de-rtl {
4935
+ margin-left: 0;
4936
+ margin-right: 12px;
4937
+ }
4938
+
4939
+ .e-de-cell-margin {
4940
+ margin-left: 12px;
4941
+ }
4942
+
4943
+ .e-de-align-text {
4944
+ margin-left: 12px;
4945
+ }
4946
+
4947
+ .e-de-align-text.e-de-rtl {
4948
+ margin-left: 0;
4949
+ margin-right: 12px;
4950
+ }
4951
+
5069
4952
  .e-de-border-size-button {
5070
4953
  height: 28px;
5071
4954
  margin-top: 14px;
@@ -5077,22 +4960,27 @@ label[for*="_wholeWord_e-de-rtl"] {
5077
4960
  width: 100px;
5078
4961
  }
5079
4962
 
5080
- .e-de-cell-text-box {
4963
+ .e-de-cell-div {
4964
+ margin-left: 12px;
4965
+ }
4966
+
4967
+ .e-de-cell-div.e-de-rtl {
4968
+ margin-left: 0;
5081
4969
  margin-right: 12px;
5082
4970
  }
5083
4971
 
5084
- .e-de-pane-rtl .e-de-cell-text-box {
5085
- margin-left: 12px;
5086
- margin-right: 0;
4972
+ .e-de-cell-text-box {
4973
+ margin-right: 12px;
5087
4974
  }
5088
4975
 
5089
4976
  .e-de-prop-fill-label {
4977
+ margin-left: 10.3px;
5090
4978
  margin-right: 8px;
5091
4979
  }
5092
4980
 
5093
4981
  .e-de-prop-fill-label.e-de-rtl {
5094
4982
  margin-left: 8px;
5095
- margin-right: 0;
4983
+ margin-right: 10.3px;
5096
4984
  }
5097
4985
 
5098
4986
  .e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
@@ -5126,18 +5014,35 @@ label[for*="_wholeWord_e-de-rtl"] {
5126
5014
  }
5127
5015
 
5128
5016
  .e-bigger .e-de-prop-fill-label {
5129
- margin-left: 0;
5017
+ margin-left: 14.5px;
5130
5018
  margin-right: 9.8px;
5131
5019
  }
5132
5020
 
5133
5021
  .e-bigger .e-de-prop-fill-label.e-de-rtl {
5134
5022
  margin-left: 9.8px;
5135
- margin-right: 0px;
5023
+ margin-right: 14.5px;
5024
+ }
5025
+
5026
+ .e-bigger .e-de-cell-text-box {
5027
+ margin-right: 16px;
5136
5028
  }
5137
5029
 
5138
- .e-bigger .e-rtl .e-de-cell-text-box {
5030
+ .e-bigger .e-de-cell-div {
5139
5031
  margin-left: 16px;
5140
- margin-right: 0;
5032
+ }
5033
+
5034
+ .e-bigger .e-de-cell-div.e-de-rtl {
5035
+ margin-left: 0;
5036
+ margin-right: 16px;
5037
+ }
5038
+
5039
+ .e-bigger .e-de-border-style-div {
5040
+ margin-left: 16px;
5041
+ }
5042
+
5043
+ .e-bigger .e-de-border-style-div.e-de-rtl {
5044
+ margin-left: 0;
5045
+ margin-right: 16px;
5141
5046
  }
5142
5047
 
5143
5048
  .e-bigger .e-de-color-picker {
@@ -5151,6 +5056,33 @@ label[for*="_wholeWord_e-de-rtl"] {
5151
5056
  width: 96px;
5152
5057
  }
5153
5058
 
5059
+ .e-bigger .e-de-align-text {
5060
+ margin-left: 16px;
5061
+ }
5062
+
5063
+ .e-bigger .e-de-align-text.e-de-rtl {
5064
+ margin-left: 0;
5065
+ margin-right: 16px;
5066
+ }
5067
+
5068
+ .e-bigger .e-de-insert-del-cell {
5069
+ margin-left: 16px;
5070
+ }
5071
+
5072
+ .e-bigger .e-de-insert-del-cell.e-de-rtl {
5073
+ margin-left: 0;
5074
+ margin-right: 16px;
5075
+ }
5076
+
5077
+ .e-bigger .e-de-cell-margin {
5078
+ margin-left: 14px;
5079
+ }
5080
+
5081
+ .e-bigger .e-de-cell-margin.e-de-rtl {
5082
+ margin-left: 0;
5083
+ margin-right: 14px;
5084
+ }
5085
+
5154
5086
  .e-bigger .e-de-stylediv {
5155
5087
  padding-left: 16px;
5156
5088
  }
@@ -5399,7 +5331,8 @@ label[for*="_wholeWord_e-de-rtl"] {
5399
5331
 
5400
5332
  .e-bigger .e-de-property-div-padding {
5401
5333
  border-bottom: 0.5px solid #e0e0e0;
5402
- padding: 16px;
5334
+ padding-bottom: 14.5px;
5335
+ padding-top: 15.5px;
5403
5336
  }
5404
5337
 
5405
5338
  .e-bigger .e-de-font-clr-picker > div button,