@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
package/styles/bootstrap4.css
CHANGED
|
@@ -559,86 +559,6 @@
|
|
|
559
559
|
content: '\e91f';
|
|
560
560
|
}
|
|
561
561
|
|
|
562
|
-
.e-de-dlg-container {
|
|
563
|
-
padding-bottom: 12px;
|
|
564
|
-
}
|
|
565
|
-
|
|
566
|
-
.e-de-dlg-row {
|
|
567
|
-
display: -ms-flexbox;
|
|
568
|
-
display: flex;
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
.e-de-container-row {
|
|
572
|
-
display: -ms-flexbox;
|
|
573
|
-
display: flex;
|
|
574
|
-
padding-bottom: 12px;
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
.e-de-subcontainer-left {
|
|
578
|
-
padding-right: 6px;
|
|
579
|
-
width: 50%;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
.e-de-subcontainer-right {
|
|
583
|
-
padding-left: 6px;
|
|
584
|
-
width: 50%;
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
.e-de-dlg-tab-first-child {
|
|
588
|
-
padding-top: 6px;
|
|
589
|
-
}
|
|
590
|
-
|
|
591
|
-
.e-de-dlg-heading {
|
|
592
|
-
display: block;
|
|
593
|
-
font-size: 16px;
|
|
594
|
-
font-weight: 400;
|
|
595
|
-
margin-bottom: 12px;
|
|
596
|
-
}
|
|
597
|
-
|
|
598
|
-
.e-rtl .e-de-subcontainer-left {
|
|
599
|
-
padding-left: 6px;
|
|
600
|
-
padding-right: 0;
|
|
601
|
-
}
|
|
602
|
-
|
|
603
|
-
.e-rtl .e-de-subcontainer-right {
|
|
604
|
-
padding-left: 0;
|
|
605
|
-
padding-right: 6px;
|
|
606
|
-
width: 50%;
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
.e-bigger .e-de-dlg-container {
|
|
610
|
-
padding-bottom: 16px;
|
|
611
|
-
}
|
|
612
|
-
|
|
613
|
-
.e-bigger .e-de-container-row {
|
|
614
|
-
padding-bottom: 16px;
|
|
615
|
-
}
|
|
616
|
-
|
|
617
|
-
.e-bigger .e-de-subcontainer-left {
|
|
618
|
-
padding-right: 8px;
|
|
619
|
-
width: 50%;
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
.e-bigger .e-de-subcontainer-right {
|
|
623
|
-
padding-left: 8px;
|
|
624
|
-
width: 50%;
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
.e-bigger .e-de-dlg-tab-first-child {
|
|
628
|
-
padding-top: 8px;
|
|
629
|
-
}
|
|
630
|
-
|
|
631
|
-
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
632
|
-
padding-left: 8px;
|
|
633
|
-
padding-right: 0;
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
637
|
-
padding-left: 0;
|
|
638
|
-
padding-right: 8px;
|
|
639
|
-
width: 50%;
|
|
640
|
-
}
|
|
641
|
-
|
|
642
562
|
.e-de-blink-cursor {
|
|
643
563
|
border-left: 1px solid #000;
|
|
644
564
|
pointer-events: none;
|
|
@@ -807,6 +727,7 @@
|
|
|
807
727
|
.e-de-ff-radio-div {
|
|
808
728
|
display: -ms-inline-flexbox;
|
|
809
729
|
display: inline-flex;
|
|
730
|
+
margin-bottom: 26px;
|
|
810
731
|
margin-right: 16px;
|
|
811
732
|
}
|
|
812
733
|
|
|
@@ -1166,6 +1087,14 @@
|
|
|
1166
1087
|
float: left;
|
|
1167
1088
|
}
|
|
1168
1089
|
|
|
1090
|
+
.e-de-dlg-sub-header {
|
|
1091
|
+
display: block;
|
|
1092
|
+
font-size: 12px;
|
|
1093
|
+
font-weight: normal;
|
|
1094
|
+
margin-bottom: 8px;
|
|
1095
|
+
margin-top: 0;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1169
1098
|
.e-de-dlg-footer .e-btn {
|
|
1170
1099
|
margin-left: 10px;
|
|
1171
1100
|
}
|
|
@@ -1282,8 +1211,7 @@
|
|
|
1282
1211
|
}
|
|
1283
1212
|
|
|
1284
1213
|
.e-de-op-more-less {
|
|
1285
|
-
display:
|
|
1286
|
-
display: inline-flex;
|
|
1214
|
+
display: block;
|
|
1287
1215
|
margin-top: 14px;
|
|
1288
1216
|
}
|
|
1289
1217
|
|
|
@@ -1561,7 +1489,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1561
1489
|
}
|
|
1562
1490
|
|
|
1563
1491
|
.e-documenteditor .e-de-op-close-button {
|
|
1564
|
-
left:
|
|
1492
|
+
left: 260px;
|
|
1565
1493
|
position: absolute;
|
|
1566
1494
|
top: 18px;
|
|
1567
1495
|
padding-top: 0px;
|
|
@@ -1709,8 +1637,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1709
1637
|
}
|
|
1710
1638
|
|
|
1711
1639
|
.e-bigger .e-de-op-more-less {
|
|
1712
|
-
display:
|
|
1713
|
-
display: inline-flex;
|
|
1640
|
+
display: block;
|
|
1714
1641
|
margin-top: 16px;
|
|
1715
1642
|
}
|
|
1716
1643
|
|
|
@@ -1732,7 +1659,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1732
1659
|
}
|
|
1733
1660
|
|
|
1734
1661
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
1735
|
-
right:
|
|
1662
|
+
right: 267px;
|
|
1736
1663
|
}
|
|
1737
1664
|
|
|
1738
1665
|
.e-de-table-measure-lbl {
|
|
@@ -2098,15 +2025,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2098
2025
|
}
|
|
2099
2026
|
|
|
2100
2027
|
.e-de-font-dlg {
|
|
2101
|
-
width:
|
|
2028
|
+
width: 380px;
|
|
2102
2029
|
}
|
|
2103
2030
|
|
|
2104
2031
|
.e-de-hyperlink {
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
.e-bigger .e-de-hyperlink {
|
|
2109
|
-
width: 300px;
|
|
2032
|
+
height: auto;
|
|
2033
|
+
width: auto;
|
|
2110
2034
|
}
|
|
2111
2035
|
|
|
2112
2036
|
.e-de-insert-table {
|
|
@@ -2270,12 +2194,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2270
2194
|
|
|
2271
2195
|
.e-button-custom {
|
|
2272
2196
|
height: 32px;
|
|
2273
|
-
|
|
2197
|
+
padding: 0;
|
|
2198
|
+
width: 70px;
|
|
2274
2199
|
}
|
|
2275
2200
|
|
|
2276
2201
|
.e-bigger .e-button-custom {
|
|
2277
2202
|
height: 37px;
|
|
2278
|
-
width:
|
|
2203
|
+
width: 88px;
|
|
2279
2204
|
}
|
|
2280
2205
|
|
|
2281
2206
|
.e-styles-listview,
|
|
@@ -2416,13 +2341,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2416
2341
|
}
|
|
2417
2342
|
|
|
2418
2343
|
.e-bigger .e-de-style-bold-button-size {
|
|
2419
|
-
margin-left:
|
|
2344
|
+
margin-left: 6px;
|
|
2420
2345
|
margin-right: 8px;
|
|
2421
2346
|
height: 35px;
|
|
2422
2347
|
}
|
|
2423
2348
|
|
|
2424
2349
|
.e-de-style-bold-button-size {
|
|
2425
|
-
margin-left:
|
|
2350
|
+
margin-left: 6px;
|
|
2426
2351
|
margin-right: 8px;
|
|
2427
2352
|
height: 31px;
|
|
2428
2353
|
}
|
|
@@ -2437,12 +2362,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2437
2362
|
}
|
|
2438
2363
|
|
|
2439
2364
|
.e-de-style-icon-button-first-size {
|
|
2440
|
-
margin-left:
|
|
2365
|
+
margin-left: 6px;
|
|
2441
2366
|
margin-right: 3px;
|
|
2442
2367
|
}
|
|
2443
2368
|
|
|
2444
2369
|
.e-de-style-icon-button-last-size {
|
|
2445
|
-
margin-right:
|
|
2370
|
+
margin-right: 6px;
|
|
2446
2371
|
}
|
|
2447
2372
|
|
|
2448
2373
|
.e-de-style-font-color-picker {
|
|
@@ -2890,7 +2815,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2890
2815
|
.e-de-rp-sub-content-div {
|
|
2891
2816
|
line-height: none;
|
|
2892
2817
|
font-size: 12px;
|
|
2893
|
-
margin-bottom: 8px;
|
|
2894
2818
|
}
|
|
2895
2819
|
|
|
2896
2820
|
.e-de-bullet-icons {
|
|
@@ -2945,7 +2869,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2945
2869
|
}
|
|
2946
2870
|
|
|
2947
2871
|
.e-bigger .e-de-font-dlg {
|
|
2948
|
-
width:
|
|
2872
|
+
width: 375px;
|
|
2949
2873
|
}
|
|
2950
2874
|
|
|
2951
2875
|
.e-bigger .e-para-dlg-sub-height {
|
|
@@ -2975,7 +2899,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2975
2899
|
|
|
2976
2900
|
.e-bigger .e-de-rp-header {
|
|
2977
2901
|
font-size: 16px;
|
|
2978
|
-
width: 75%;
|
|
2979
2902
|
}
|
|
2980
2903
|
|
|
2981
2904
|
.e-de-restrict-format {
|
|
@@ -3003,7 +2926,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3003
2926
|
font-weight: normal;
|
|
3004
2927
|
opacity: 0.87;
|
|
3005
2928
|
color: #212529;
|
|
3006
|
-
width: 75%;
|
|
3007
2929
|
}
|
|
3008
2930
|
|
|
3009
2931
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
@@ -3017,6 +2939,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3017
2939
|
opacity: 0.87;
|
|
3018
2940
|
border-radius: 2px;
|
|
3019
2941
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
|
2942
|
+
height: 36px;
|
|
2943
|
+
margin: 0 24px !important;
|
|
3020
2944
|
border-color: #dee2e6;
|
|
3021
2945
|
box-shadow: none;
|
|
3022
2946
|
color: #495057;
|
|
@@ -3024,12 +2948,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3024
2948
|
}
|
|
3025
2949
|
|
|
3026
2950
|
.e-bigger .e-de-rp-btn-enforce {
|
|
2951
|
+
margin: 0;
|
|
2952
|
+
width: 100%;
|
|
3027
2953
|
padding-left: 10px;
|
|
3028
2954
|
padding-right: 10px;
|
|
3029
2955
|
}
|
|
3030
2956
|
|
|
3031
2957
|
.e-de-rp-nav-btn {
|
|
3032
|
-
|
|
2958
|
+
margin: 0 12px;
|
|
2959
|
+
width: 210px;
|
|
3033
2960
|
}
|
|
3034
2961
|
|
|
3035
2962
|
.e-de-rp-btn-stop-enforce {
|
|
@@ -3038,6 +2965,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3038
2965
|
opacity: 0.87;
|
|
3039
2966
|
border-radius: 2px;
|
|
3040
2967
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
|
2968
|
+
height: 36px;
|
|
2969
|
+
margin: 0 46px;
|
|
3041
2970
|
border-color: #dee2e6;
|
|
3042
2971
|
box-shadow: none;
|
|
3043
2972
|
color: #495057;
|
|
@@ -3052,7 +2981,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3052
2981
|
.e-de-restrict-pane {
|
|
3053
2982
|
padding-left: 0;
|
|
3054
2983
|
padding-top: 0;
|
|
3055
|
-
padding-right: 0;
|
|
3056
2984
|
}
|
|
3057
2985
|
|
|
3058
2986
|
.e-de-rp-whole-header {
|
|
@@ -3065,14 +2993,16 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3065
2993
|
border-radius: 2px;
|
|
3066
2994
|
font-size: 12px;
|
|
3067
2995
|
height: 110px;
|
|
2996
|
+
width: 238px;
|
|
3068
2997
|
}
|
|
3069
2998
|
|
|
3070
2999
|
.e-de-rp-enforce {
|
|
3071
|
-
padding: 12px;
|
|
3000
|
+
padding-top: 12px;
|
|
3001
|
+
text-align: center;
|
|
3072
3002
|
}
|
|
3073
3003
|
|
|
3074
3004
|
.e-de-rp-enforce-nav {
|
|
3075
|
-
margin:
|
|
3005
|
+
margin: 12px 0;
|
|
3076
3006
|
}
|
|
3077
3007
|
|
|
3078
3008
|
.e-de-enforce-dlg-title {
|
|
@@ -3083,6 +3013,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3083
3013
|
|
|
3084
3014
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
3085
3015
|
height: 32px;
|
|
3016
|
+
margin-bottom: 8px;
|
|
3086
3017
|
width: 300px;
|
|
3087
3018
|
}
|
|
3088
3019
|
|
|
@@ -3103,8 +3034,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3103
3034
|
|
|
3104
3035
|
.e-de-user-dlg-list {
|
|
3105
3036
|
margin-bottom: 15px;
|
|
3106
|
-
display: -ms-inline-flexbox;
|
|
3107
|
-
display: inline-flex;
|
|
3108
3037
|
}
|
|
3109
3038
|
|
|
3110
3039
|
.e-de-user-listview {
|
|
@@ -3137,23 +3066,25 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3137
3066
|
padding: 12px 12px 24px;
|
|
3138
3067
|
}
|
|
3139
3068
|
|
|
3069
|
+
.e-de-rp-stop-div3 {
|
|
3070
|
+
padding: 0 0 12px 12px;
|
|
3071
|
+
}
|
|
3072
|
+
|
|
3140
3073
|
.e-de-rp-close-icon {
|
|
3141
3074
|
float: right;
|
|
3142
3075
|
position: relative;
|
|
3143
3076
|
top: -7px;
|
|
3144
|
-
right: -9px;
|
|
3145
3077
|
}
|
|
3146
3078
|
|
|
3147
3079
|
.e-de-restrict-pane {
|
|
3148
3080
|
height: 100%;
|
|
3149
3081
|
overflow: auto;
|
|
3150
|
-
overflow-x: hidden;
|
|
3151
3082
|
width: 268px;
|
|
3152
3083
|
}
|
|
3153
3084
|
|
|
3154
3085
|
.e-de-rp-nav-lbl {
|
|
3155
3086
|
font-size: 13px;
|
|
3156
|
-
margin: 0
|
|
3087
|
+
margin: 0 28px;
|
|
3157
3088
|
}
|
|
3158
3089
|
|
|
3159
3090
|
.e-documenteditor-optionspane {
|
|
@@ -3272,6 +3203,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3272
3203
|
color: #4d841e;
|
|
3273
3204
|
padding: 5px 4px;
|
|
3274
3205
|
text-transform: initial;
|
|
3206
|
+
width: 66px;
|
|
3275
3207
|
}
|
|
3276
3208
|
|
|
3277
3209
|
.e-btn.e-outline.e-de-track-accept-button:hover {
|
|
@@ -3280,6 +3212,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3280
3212
|
color: #fff;
|
|
3281
3213
|
padding: 5px 4px;
|
|
3282
3214
|
text-transform: initial;
|
|
3215
|
+
width: 66px;
|
|
3283
3216
|
}
|
|
3284
3217
|
|
|
3285
3218
|
.e-btn.e-outline.e-de-track-reject-button {
|
|
@@ -3289,6 +3222,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3289
3222
|
padding: 5px 6px;
|
|
3290
3223
|
margin-left: 8px;
|
|
3291
3224
|
text-transform: initial;
|
|
3225
|
+
width: 64px;
|
|
3292
3226
|
}
|
|
3293
3227
|
|
|
3294
3228
|
.e-btn.e-outline.e-de-track-reject-button:hover {
|
|
@@ -3298,6 +3232,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3298
3232
|
padding: 5px 6px;
|
|
3299
3233
|
margin-left: 8px;
|
|
3300
3234
|
text-transform: initial;
|
|
3235
|
+
width: 64px;
|
|
3301
3236
|
}
|
|
3302
3237
|
|
|
3303
3238
|
.e-de-track-chngs-count {
|
|
@@ -3416,6 +3351,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3416
3351
|
font-size: 13px;
|
|
3417
3352
|
font-weight: normal;
|
|
3418
3353
|
padding-left: 8px;
|
|
3354
|
+
padding-left: 8px;
|
|
3419
3355
|
width: 90%;
|
|
3420
3356
|
}
|
|
3421
3357
|
|
|
@@ -3578,7 +3514,6 @@ textarea.e-de-cmt-textarea {
|
|
|
3578
3514
|
|
|
3579
3515
|
.e-rtl .e-de-rp-close-icon {
|
|
3580
3516
|
float: left;
|
|
3581
|
-
right: 9px;
|
|
3582
3517
|
}
|
|
3583
3518
|
|
|
3584
3519
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
@@ -3639,13 +3574,6 @@ textarea.e-de-cmt-textarea {
|
|
|
3639
3574
|
padding-right: 8px;
|
|
3640
3575
|
}
|
|
3641
3576
|
|
|
3642
|
-
.e-bigger .e-de-rp-close-icon {
|
|
3643
|
-
float: right;
|
|
3644
|
-
position: relative;
|
|
3645
|
-
top: -8px;
|
|
3646
|
-
right: -10px;
|
|
3647
|
-
}
|
|
3648
|
-
|
|
3649
3577
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3650
3578
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3651
3579
|
margin-right: 12px;
|
|
@@ -3682,80 +3610,6 @@ textarea.e-de-cmt-textarea {
|
|
|
3682
3610
|
top: 0;
|
|
3683
3611
|
}
|
|
3684
3612
|
|
|
3685
|
-
.e-de-rp-mu-btn {
|
|
3686
|
-
margin-top: 3px;
|
|
3687
|
-
}
|
|
3688
|
-
|
|
3689
|
-
.e-rtl .e-de-cmt-author-name {
|
|
3690
|
-
padding-left: 0%;
|
|
3691
|
-
padding-right: 8px;
|
|
3692
|
-
}
|
|
3693
|
-
|
|
3694
|
-
.e-bigger .e-de-cmt-author-name {
|
|
3695
|
-
padding-left: 8px;
|
|
3696
|
-
}
|
|
3697
|
-
|
|
3698
|
-
.e-bigger .e-de-cmt-rply-view {
|
|
3699
|
-
margin-top: 12px;
|
|
3700
|
-
}
|
|
3701
|
-
|
|
3702
|
-
.e-bigger .e-de-cmt-sub-container {
|
|
3703
|
-
padding: 8px;
|
|
3704
|
-
}
|
|
3705
|
-
|
|
3706
|
-
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3707
|
-
padding-left: 6px;
|
|
3708
|
-
}
|
|
3709
|
-
|
|
3710
|
-
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3711
|
-
padding-left: 7px;
|
|
3712
|
-
}
|
|
3713
|
-
|
|
3714
|
-
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3715
|
-
padding: 0%;
|
|
3716
|
-
}
|
|
3717
|
-
|
|
3718
|
-
.e-bigger .e-de-rp-nav-btn {
|
|
3719
|
-
width: auto;
|
|
3720
|
-
}
|
|
3721
|
-
|
|
3722
|
-
.e-bigger .e-de-rp-whole-header {
|
|
3723
|
-
padding: 12px;
|
|
3724
|
-
}
|
|
3725
|
-
|
|
3726
|
-
.e-bigger .e-de-rp-sub-div {
|
|
3727
|
-
border-bottom: 1px solid #e4e4e4;
|
|
3728
|
-
padding: 12px;
|
|
3729
|
-
}
|
|
3730
|
-
|
|
3731
|
-
.e-bigger .e-de-rp-enforce {
|
|
3732
|
-
padding: 12px;
|
|
3733
|
-
}
|
|
3734
|
-
|
|
3735
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3736
|
-
width: 300px;
|
|
3737
|
-
}
|
|
3738
|
-
|
|
3739
|
-
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3740
|
-
padding-left: 0%;
|
|
3741
|
-
padding-right: 8px;
|
|
3742
|
-
}
|
|
3743
|
-
|
|
3744
|
-
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3745
|
-
padding-left: 8px;
|
|
3746
|
-
padding-right: 6px;
|
|
3747
|
-
}
|
|
3748
|
-
|
|
3749
|
-
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3750
|
-
padding-left: 8px;
|
|
3751
|
-
padding-right: 7px;
|
|
3752
|
-
}
|
|
3753
|
-
|
|
3754
|
-
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3755
|
-
float: left;
|
|
3756
|
-
right: 10px;
|
|
3757
|
-
}
|
|
3758
|
-
|
|
3759
3613
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3760
3614
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3761
3615
|
font-size: 14px;
|
|
@@ -3770,7 +3624,8 @@ textarea.e-de-cmt-textarea {
|
|
|
3770
3624
|
display: block;
|
|
3771
3625
|
font-size: 16px;
|
|
3772
3626
|
font-weight: 400;
|
|
3773
|
-
margin-bottom:
|
|
3627
|
+
margin-bottom: 15px;
|
|
3628
|
+
margin-top: 15px;
|
|
3774
3629
|
}
|
|
3775
3630
|
|
|
3776
3631
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
@@ -3814,6 +3669,7 @@ textarea.e-de-cmt-textarea {
|
|
|
3814
3669
|
font-size: 12px;
|
|
3815
3670
|
font-weight: normal;
|
|
3816
3671
|
margin-bottom: 15px;
|
|
3672
|
+
margin-top: 0;
|
|
3817
3673
|
}
|
|
3818
3674
|
|
|
3819
3675
|
.e-bigger .e-de-rtl-btn-div {
|
|
@@ -3833,6 +3689,7 @@ textarea.e-de-cmt-textarea {
|
|
|
3833
3689
|
font-size: 16px;
|
|
3834
3690
|
font-weight: 400;
|
|
3835
3691
|
margin-bottom: 15px;
|
|
3692
|
+
margin-top: 15px;
|
|
3836
3693
|
opacity: 87%;
|
|
3837
3694
|
}
|
|
3838
3695
|
|
|
@@ -3877,6 +3734,7 @@ textarea.e-de-cmt-textarea {
|
|
|
3877
3734
|
font-size: 12px;
|
|
3878
3735
|
font-weight: normal;
|
|
3879
3736
|
margin-bottom: 15px;
|
|
3737
|
+
margin-top: 0;
|
|
3880
3738
|
}
|
|
3881
3739
|
|
|
3882
3740
|
.e-de-rtl-btn-div {
|
|
@@ -4338,15 +4196,6 @@ textarea.e-de-cmt-textarea {
|
|
|
4338
4196
|
top: 100px;
|
|
4339
4197
|
}
|
|
4340
4198
|
|
|
4341
|
-
.e-de-scrollbar-hide::-webkit-scrollbar {
|
|
4342
|
-
width: 0;
|
|
4343
|
-
}
|
|
4344
|
-
|
|
4345
|
-
.e-de-scrollbar-hide {
|
|
4346
|
-
-ms-overflow-style: none;
|
|
4347
|
-
scrollbar-width: none;
|
|
4348
|
-
}
|
|
4349
|
-
|
|
4350
4199
|
.e-de-toolbar {
|
|
4351
4200
|
height: 100%;
|
|
4352
4201
|
}
|
|
@@ -4393,7 +4242,6 @@ textarea.e-de-cmt-textarea {
|
|
|
4393
4242
|
border: 0;
|
|
4394
4243
|
color: #212529;
|
|
4395
4244
|
float: right;
|
|
4396
|
-
font-weight: 400;
|
|
4397
4245
|
height: 33px;
|
|
4398
4246
|
}
|
|
4399
4247
|
|
|
@@ -4423,11 +4271,13 @@ textarea.e-de-cmt-textarea {
|
|
|
4423
4271
|
border: 0;
|
|
4424
4272
|
box-shadow: none;
|
|
4425
4273
|
float: right;
|
|
4426
|
-
|
|
4274
|
+
height: 33px;
|
|
4275
|
+
margin-left: calc(100% - 380px);
|
|
4276
|
+
width: 33px;
|
|
4427
4277
|
}
|
|
4428
4278
|
|
|
4429
4279
|
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4430
|
-
margin-left: calc(100% -
|
|
4280
|
+
margin-left: calc(100% - 410px);
|
|
4431
4281
|
}
|
|
4432
4282
|
|
|
4433
4283
|
.e-de-ctn-title {
|
|
@@ -4459,8 +4309,9 @@ textarea.e-de-cmt-textarea {
|
|
|
4459
4309
|
|
|
4460
4310
|
.e-de-statusbar-spellcheck {
|
|
4461
4311
|
border-radius: 2px;
|
|
4462
|
-
|
|
4312
|
+
height: 34px;
|
|
4463
4313
|
margin-left: 7.5px;
|
|
4314
|
+
width: 91px;
|
|
4464
4315
|
}
|
|
4465
4316
|
|
|
4466
4317
|
.e-de-ctn {
|
|
@@ -4473,7 +4324,9 @@ textarea.e-de-cmt-textarea {
|
|
|
4473
4324
|
|
|
4474
4325
|
.e-bigger .e-de-statusbar-spellcheck {
|
|
4475
4326
|
border-radius: 2px;
|
|
4327
|
+
height: 34px;
|
|
4476
4328
|
margin-left: 7.5px;
|
|
4329
|
+
width: 111px;
|
|
4477
4330
|
}
|
|
4478
4331
|
|
|
4479
4332
|
.e-de-ctnr-toolbar {
|
|
@@ -4969,7 +4822,8 @@ textarea.e-de-cmt-textarea {
|
|
|
4969
4822
|
|
|
4970
4823
|
.e-de-property-div-padding {
|
|
4971
4824
|
border-bottom: 0.5px solid #dee2e6;
|
|
4972
|
-
padding:
|
|
4825
|
+
padding-bottom: 11.5px;
|
|
4826
|
+
padding-top: 12.5px;
|
|
4973
4827
|
}
|
|
4974
4828
|
|
|
4975
4829
|
.e-de-ctnr-dropdown-ftr {
|
|
@@ -4982,8 +4836,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4982
4836
|
text-indent: 1.2em;
|
|
4983
4837
|
}
|
|
4984
4838
|
|
|
4985
|
-
.e-de-char-fmt-btn-left > button
|
|
4986
|
-
.e-de-insert-del-cell button {
|
|
4839
|
+
.e-de-char-fmt-btn-left > button {
|
|
4987
4840
|
width: 37.75px;
|
|
4988
4841
|
}
|
|
4989
4842
|
|
|
@@ -4999,8 +4852,7 @@ textarea.e-de-cmt-textarea {
|
|
|
4999
4852
|
width: 149px;
|
|
5000
4853
|
}
|
|
5001
4854
|
|
|
5002
|
-
.e-bigger .e-de-char-fmt-btn-left > button
|
|
5003
|
-
.e-bigger .e-de-insert-del-cell button {
|
|
4855
|
+
.e-bigger .e-de-char-fmt-btn-left > button {
|
|
5004
4856
|
width: 37.25px;
|
|
5005
4857
|
}
|
|
5006
4858
|
|
|
@@ -5363,7 +5215,7 @@ textarea.e-de-cmt-textarea {
|
|
|
5363
5215
|
color: #212529;
|
|
5364
5216
|
float: right;
|
|
5365
5217
|
height: 34px;
|
|
5366
|
-
margin-left: calc(100% -
|
|
5218
|
+
margin-left: calc(100% - 380px);
|
|
5367
5219
|
}
|
|
5368
5220
|
|
|
5369
5221
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -5372,7 +5224,7 @@ textarea.e-de-cmt-textarea {
|
|
|
5372
5224
|
color: #212529;
|
|
5373
5225
|
float: right;
|
|
5374
5226
|
height: 34px;
|
|
5375
|
-
margin-left: calc(100% -
|
|
5227
|
+
margin-left: calc(100% - 410px);
|
|
5376
5228
|
}
|
|
5377
5229
|
|
|
5378
5230
|
.e-de-btn-cancel {
|
|
@@ -5410,6 +5262,37 @@ textarea.e-de-cmt-textarea {
|
|
|
5410
5262
|
padding-right: 12px;
|
|
5411
5263
|
}
|
|
5412
5264
|
|
|
5265
|
+
.e-de-border-style-div {
|
|
5266
|
+
margin-left: 12px;
|
|
5267
|
+
}
|
|
5268
|
+
|
|
5269
|
+
.e-de-border-style-div.e-de-rtl {
|
|
5270
|
+
margin-left: 0;
|
|
5271
|
+
margin-right: 12px;
|
|
5272
|
+
}
|
|
5273
|
+
|
|
5274
|
+
.e-de-insert-del-cell {
|
|
5275
|
+
margin-left: 12px;
|
|
5276
|
+
}
|
|
5277
|
+
|
|
5278
|
+
.e-de-insert-del-cell.e-de-rtl {
|
|
5279
|
+
margin-left: 0;
|
|
5280
|
+
margin-right: 12px;
|
|
5281
|
+
}
|
|
5282
|
+
|
|
5283
|
+
.e-de-cell-margin {
|
|
5284
|
+
margin-left: 12px;
|
|
5285
|
+
}
|
|
5286
|
+
|
|
5287
|
+
.e-de-align-text {
|
|
5288
|
+
margin-left: 12px;
|
|
5289
|
+
}
|
|
5290
|
+
|
|
5291
|
+
.e-de-align-text.e-de-rtl {
|
|
5292
|
+
margin-left: 0;
|
|
5293
|
+
margin-right: 12px;
|
|
5294
|
+
}
|
|
5295
|
+
|
|
5413
5296
|
.e-de-border-size-button {
|
|
5414
5297
|
height: 31px;
|
|
5415
5298
|
margin-top: 14px;
|
|
@@ -5421,22 +5304,27 @@ textarea.e-de-cmt-textarea {
|
|
|
5421
5304
|
width: 99px;
|
|
5422
5305
|
}
|
|
5423
5306
|
|
|
5424
|
-
.e-de-cell-
|
|
5307
|
+
.e-de-cell-div {
|
|
5308
|
+
margin-left: 12px;
|
|
5309
|
+
}
|
|
5310
|
+
|
|
5311
|
+
.e-de-cell-div.e-de-rtl {
|
|
5312
|
+
margin-left: 0;
|
|
5425
5313
|
margin-right: 12px;
|
|
5426
5314
|
}
|
|
5427
5315
|
|
|
5428
|
-
.e-de-
|
|
5429
|
-
margin-
|
|
5430
|
-
margin-right: 0;
|
|
5316
|
+
.e-de-cell-text-box {
|
|
5317
|
+
margin-right: 12px;
|
|
5431
5318
|
}
|
|
5432
5319
|
|
|
5433
5320
|
.e-de-prop-fill-label {
|
|
5321
|
+
margin-left: 10.3px;
|
|
5434
5322
|
margin-right: 8px;
|
|
5435
5323
|
}
|
|
5436
5324
|
|
|
5437
5325
|
.e-de-prop-fill-label.e-de-rtl {
|
|
5438
5326
|
margin-left: 8px;
|
|
5439
|
-
margin-right:
|
|
5327
|
+
margin-right: 10.3px;
|
|
5440
5328
|
}
|
|
5441
5329
|
|
|
5442
5330
|
.e-de-grp-btn-ctnr .e-de-ctnr-group-btn {
|
|
@@ -5470,18 +5358,35 @@ textarea.e-de-cmt-textarea {
|
|
|
5470
5358
|
}
|
|
5471
5359
|
|
|
5472
5360
|
.e-bigger .e-de-prop-fill-label {
|
|
5473
|
-
margin-left:
|
|
5361
|
+
margin-left: 14.5px;
|
|
5474
5362
|
margin-right: 9.8px;
|
|
5475
5363
|
}
|
|
5476
5364
|
|
|
5477
5365
|
.e-bigger .e-de-prop-fill-label.e-de-rtl {
|
|
5478
5366
|
margin-left: 9.8px;
|
|
5479
|
-
margin-right:
|
|
5367
|
+
margin-right: 14.5px;
|
|
5368
|
+
}
|
|
5369
|
+
|
|
5370
|
+
.e-bigger .e-de-cell-text-box {
|
|
5371
|
+
margin-right: 16px;
|
|
5480
5372
|
}
|
|
5481
5373
|
|
|
5482
|
-
.e-bigger .e-
|
|
5374
|
+
.e-bigger .e-de-cell-div {
|
|
5483
5375
|
margin-left: 16px;
|
|
5484
|
-
|
|
5376
|
+
}
|
|
5377
|
+
|
|
5378
|
+
.e-bigger .e-de-cell-div.e-de-rtl {
|
|
5379
|
+
margin-left: 0;
|
|
5380
|
+
margin-right: 16px;
|
|
5381
|
+
}
|
|
5382
|
+
|
|
5383
|
+
.e-bigger .e-de-border-style-div {
|
|
5384
|
+
margin-left: 16px;
|
|
5385
|
+
}
|
|
5386
|
+
|
|
5387
|
+
.e-bigger .e-de-border-style-div.e-de-rtl {
|
|
5388
|
+
margin-left: 0;
|
|
5389
|
+
margin-right: 16px;
|
|
5485
5390
|
}
|
|
5486
5391
|
|
|
5487
5392
|
.e-bigger .e-de-color-picker {
|
|
@@ -5495,6 +5400,33 @@ textarea.e-de-cmt-textarea {
|
|
|
5495
5400
|
width: 117px;
|
|
5496
5401
|
}
|
|
5497
5402
|
|
|
5403
|
+
.e-bigger .e-de-align-text {
|
|
5404
|
+
margin-left: 16px;
|
|
5405
|
+
}
|
|
5406
|
+
|
|
5407
|
+
.e-bigger .e-de-align-text.e-de-rtl {
|
|
5408
|
+
margin-left: 0;
|
|
5409
|
+
margin-right: 16px;
|
|
5410
|
+
}
|
|
5411
|
+
|
|
5412
|
+
.e-bigger .e-de-insert-del-cell {
|
|
5413
|
+
margin-left: 16px;
|
|
5414
|
+
}
|
|
5415
|
+
|
|
5416
|
+
.e-bigger .e-de-insert-del-cell.e-de-rtl {
|
|
5417
|
+
margin-left: 0;
|
|
5418
|
+
margin-right: 16px;
|
|
5419
|
+
}
|
|
5420
|
+
|
|
5421
|
+
.e-bigger .e-de-cell-margin {
|
|
5422
|
+
margin-left: 14px;
|
|
5423
|
+
}
|
|
5424
|
+
|
|
5425
|
+
.e-bigger .e-de-cell-margin.e-de-rtl {
|
|
5426
|
+
margin-left: 0;
|
|
5427
|
+
margin-right: 14px;
|
|
5428
|
+
}
|
|
5429
|
+
|
|
5498
5430
|
.e-bigger .e-de-stylediv {
|
|
5499
5431
|
padding-left: 16px;
|
|
5500
5432
|
}
|
|
@@ -5772,7 +5704,8 @@ textarea.e-de-cmt-textarea {
|
|
|
5772
5704
|
|
|
5773
5705
|
.e-bigger .e-de-property-div-padding {
|
|
5774
5706
|
border-bottom: 0.5px solid #dee2e6;
|
|
5775
|
-
padding:
|
|
5707
|
+
padding-bottom: 14.5px;
|
|
5708
|
+
padding-top: 15.5px;
|
|
5776
5709
|
}
|
|
5777
5710
|
|
|
5778
5711
|
.e-bigger .e-de-font-clr-picker > div button,
|