@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
|
@@ -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 {
|