@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
|
@@ -562,86 +562,6 @@
|
|
|
562
562
|
content: '\e68a';
|
|
563
563
|
}
|
|
564
564
|
|
|
565
|
-
.e-de-dlg-container {
|
|
566
|
-
padding-bottom: 12px;
|
|
567
|
-
}
|
|
568
|
-
|
|
569
|
-
.e-de-dlg-row {
|
|
570
|
-
display: -ms-flexbox;
|
|
571
|
-
display: flex;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
.e-de-container-row {
|
|
575
|
-
display: -ms-flexbox;
|
|
576
|
-
display: flex;
|
|
577
|
-
padding-bottom: 12px;
|
|
578
|
-
}
|
|
579
|
-
|
|
580
|
-
.e-de-subcontainer-left {
|
|
581
|
-
padding-right: 6px;
|
|
582
|
-
width: 50%;
|
|
583
|
-
}
|
|
584
|
-
|
|
585
|
-
.e-de-subcontainer-right {
|
|
586
|
-
padding-left: 6px;
|
|
587
|
-
width: 50%;
|
|
588
|
-
}
|
|
589
|
-
|
|
590
|
-
.e-de-dlg-tab-first-child {
|
|
591
|
-
padding-top: 6px;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
.e-de-dlg-heading {
|
|
595
|
-
display: block;
|
|
596
|
-
font-size: 16px;
|
|
597
|
-
font-weight: 600;
|
|
598
|
-
margin-bottom: 12px;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
.e-rtl .e-de-subcontainer-left {
|
|
602
|
-
padding-left: 6px;
|
|
603
|
-
padding-right: 0;
|
|
604
|
-
}
|
|
605
|
-
|
|
606
|
-
.e-rtl .e-de-subcontainer-right {
|
|
607
|
-
padding-left: 0;
|
|
608
|
-
padding-right: 6px;
|
|
609
|
-
width: 50%;
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
.e-bigger .e-de-dlg-container {
|
|
613
|
-
padding-bottom: 16px;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
.e-bigger .e-de-container-row {
|
|
617
|
-
padding-bottom: 16px;
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
.e-bigger .e-de-subcontainer-left {
|
|
621
|
-
padding-right: 8px;
|
|
622
|
-
width: 50%;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
.e-bigger .e-de-subcontainer-right {
|
|
626
|
-
padding-left: 8px;
|
|
627
|
-
width: 50%;
|
|
628
|
-
}
|
|
629
|
-
|
|
630
|
-
.e-bigger .e-de-dlg-tab-first-child {
|
|
631
|
-
padding-top: 8px;
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
635
|
-
padding-left: 8px;
|
|
636
|
-
padding-right: 0;
|
|
637
|
-
}
|
|
638
|
-
|
|
639
|
-
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
640
|
-
padding-left: 0;
|
|
641
|
-
padding-right: 8px;
|
|
642
|
-
width: 50%;
|
|
643
|
-
}
|
|
644
|
-
|
|
645
565
|
.e-de-blink-cursor {
|
|
646
566
|
border-left: 1px solid rgba(0, 0, 0, 0.87);
|
|
647
567
|
pointer-events: none;
|
|
@@ -810,6 +730,7 @@
|
|
|
810
730
|
.e-de-ff-radio-div {
|
|
811
731
|
display: -ms-inline-flexbox;
|
|
812
732
|
display: inline-flex;
|
|
733
|
+
margin-bottom: 26px;
|
|
813
734
|
margin-right: 16px;
|
|
814
735
|
}
|
|
815
736
|
|
|
@@ -1169,6 +1090,14 @@
|
|
|
1169
1090
|
float: left;
|
|
1170
1091
|
}
|
|
1171
1092
|
|
|
1093
|
+
.e-de-dlg-sub-header {
|
|
1094
|
+
display: block;
|
|
1095
|
+
font-size: 12px;
|
|
1096
|
+
font-weight: normal;
|
|
1097
|
+
margin-bottom: 8px;
|
|
1098
|
+
margin-top: 5px;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1172
1101
|
.e-de-dlg-footer .e-btn {
|
|
1173
1102
|
margin-left: 10px;
|
|
1174
1103
|
}
|
|
@@ -1285,8 +1214,7 @@
|
|
|
1285
1214
|
}
|
|
1286
1215
|
|
|
1287
1216
|
.e-de-op-more-less {
|
|
1288
|
-
display:
|
|
1289
|
-
display: inline-flex;
|
|
1217
|
+
display: block;
|
|
1290
1218
|
margin-top: 14px;
|
|
1291
1219
|
}
|
|
1292
1220
|
|
|
@@ -1564,7 +1492,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1564
1492
|
}
|
|
1565
1493
|
|
|
1566
1494
|
.e-documenteditor .e-de-op-close-button {
|
|
1567
|
-
left:
|
|
1495
|
+
left: 260px;
|
|
1568
1496
|
position: absolute;
|
|
1569
1497
|
top: 18px;
|
|
1570
1498
|
}
|
|
@@ -1579,7 +1507,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1579
1507
|
}
|
|
1580
1508
|
|
|
1581
1509
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
1582
|
-
right:
|
|
1510
|
+
right: 267px;
|
|
1583
1511
|
}
|
|
1584
1512
|
|
|
1585
1513
|
.e-de-table-measure-lbl {
|
|
@@ -1945,15 +1873,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1945
1873
|
}
|
|
1946
1874
|
|
|
1947
1875
|
.e-de-font-dlg {
|
|
1948
|
-
width:
|
|
1876
|
+
width: 360px;
|
|
1949
1877
|
}
|
|
1950
1878
|
|
|
1951
1879
|
.e-de-hyperlink {
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
.e-bigger .e-de-hyperlink {
|
|
1956
|
-
width: 300px;
|
|
1880
|
+
height: 168px;
|
|
1881
|
+
width: 230px;
|
|
1957
1882
|
}
|
|
1958
1883
|
|
|
1959
1884
|
.e-de-insert-table {
|
|
@@ -2117,12 +2042,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2117
2042
|
|
|
2118
2043
|
.e-button-custom {
|
|
2119
2044
|
height: 32px;
|
|
2120
|
-
|
|
2045
|
+
padding: 0;
|
|
2046
|
+
width: 84px;
|
|
2121
2047
|
}
|
|
2122
2048
|
|
|
2123
2049
|
.e-bigger .e-button-custom {
|
|
2124
2050
|
height: 37px;
|
|
2125
|
-
width:
|
|
2051
|
+
width: 100px;
|
|
2126
2052
|
}
|
|
2127
2053
|
|
|
2128
2054
|
.e-styles-listview,
|
|
@@ -2272,13 +2198,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2272
2198
|
}
|
|
2273
2199
|
|
|
2274
2200
|
.e-bigger .e-de-style-bold-button-size {
|
|
2275
|
-
margin-left:
|
|
2201
|
+
margin-left: 6px;
|
|
2276
2202
|
margin-right: 8px;
|
|
2277
2203
|
height: 35px;
|
|
2278
2204
|
}
|
|
2279
2205
|
|
|
2280
2206
|
.e-de-style-bold-button-size {
|
|
2281
|
-
margin-left:
|
|
2207
|
+
margin-left: 6px;
|
|
2282
2208
|
margin-right: 8px;
|
|
2283
2209
|
height: 31px;
|
|
2284
2210
|
}
|
|
@@ -2293,12 +2219,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2293
2219
|
}
|
|
2294
2220
|
|
|
2295
2221
|
.e-de-style-icon-button-first-size {
|
|
2296
|
-
margin-left:
|
|
2222
|
+
margin-left: 6px;
|
|
2297
2223
|
margin-right: 3px;
|
|
2298
2224
|
}
|
|
2299
2225
|
|
|
2300
2226
|
.e-de-style-icon-button-last-size {
|
|
2301
|
-
margin-right:
|
|
2227
|
+
margin-right: 6px;
|
|
2302
2228
|
}
|
|
2303
2229
|
|
|
2304
2230
|
.e-de-style-font-color-picker {
|
|
@@ -2746,7 +2672,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2746
2672
|
.e-de-rp-sub-content-div {
|
|
2747
2673
|
line-height: none;
|
|
2748
2674
|
font-size: 12px;
|
|
2749
|
-
margin-bottom: 8px;
|
|
2750
2675
|
}
|
|
2751
2676
|
|
|
2752
2677
|
.e-de-bullet-icons {
|
|
@@ -2801,7 +2726,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2801
2726
|
}
|
|
2802
2727
|
|
|
2803
2728
|
.e-bigger .e-de-font-dlg {
|
|
2804
|
-
width:
|
|
2729
|
+
width: 375px;
|
|
2805
2730
|
}
|
|
2806
2731
|
|
|
2807
2732
|
.e-bigger .e-para-dlg-sub-height {
|
|
@@ -2831,7 +2756,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2831
2756
|
|
|
2832
2757
|
.e-bigger .e-de-rp-header {
|
|
2833
2758
|
font-size: 16px;
|
|
2834
|
-
width: 75%;
|
|
2835
2759
|
}
|
|
2836
2760
|
|
|
2837
2761
|
.e-de-restrict-format {
|
|
@@ -2859,7 +2783,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2859
2783
|
font-weight: normal;
|
|
2860
2784
|
opacity: 0.87;
|
|
2861
2785
|
color: #dadada;
|
|
2862
|
-
width: 75%;
|
|
2863
2786
|
}
|
|
2864
2787
|
|
|
2865
2788
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
@@ -2873,15 +2796,20 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2873
2796
|
opacity: 0.87;
|
|
2874
2797
|
border-radius: 2px;
|
|
2875
2798
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
|
2799
|
+
height: 36px;
|
|
2800
|
+
margin: 0 15px !important;
|
|
2876
2801
|
}
|
|
2877
2802
|
|
|
2878
2803
|
.e-bigger .e-de-rp-btn-enforce {
|
|
2804
|
+
margin: 0;
|
|
2805
|
+
width: 100%;
|
|
2879
2806
|
padding-left: 10px;
|
|
2880
2807
|
padding-right: 10px;
|
|
2881
2808
|
}
|
|
2882
2809
|
|
|
2883
2810
|
.e-de-rp-nav-btn {
|
|
2884
|
-
|
|
2811
|
+
margin: 0 12px;
|
|
2812
|
+
width: 210px;
|
|
2885
2813
|
}
|
|
2886
2814
|
|
|
2887
2815
|
.e-de-rp-btn-stop-enforce {
|
|
@@ -2890,6 +2818,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2890
2818
|
opacity: 0.87;
|
|
2891
2819
|
border-radius: 2px;
|
|
2892
2820
|
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
|
2821
|
+
height: 36px;
|
|
2822
|
+
margin: 0 46px;
|
|
2893
2823
|
}
|
|
2894
2824
|
|
|
2895
2825
|
.e-de-rp-sub-div {
|
|
@@ -2900,7 +2830,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2900
2830
|
.e-de-restrict-pane {
|
|
2901
2831
|
padding-left: 0;
|
|
2902
2832
|
padding-top: 0;
|
|
2903
|
-
padding-right: 0;
|
|
2904
2833
|
}
|
|
2905
2834
|
|
|
2906
2835
|
.e-de-rp-whole-header {
|
|
@@ -2913,14 +2842,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2913
2842
|
border-radius: 2px;
|
|
2914
2843
|
font-size: 12px;
|
|
2915
2844
|
height: 110px;
|
|
2845
|
+
width: 238px;
|
|
2916
2846
|
}
|
|
2917
2847
|
|
|
2918
2848
|
.e-de-rp-enforce {
|
|
2919
|
-
padding: 12px;
|
|
2849
|
+
padding-top: 12px;
|
|
2920
2850
|
}
|
|
2921
2851
|
|
|
2922
2852
|
.e-de-rp-enforce-nav {
|
|
2923
|
-
margin:
|
|
2853
|
+
margin: 12px 0;
|
|
2924
2854
|
}
|
|
2925
2855
|
|
|
2926
2856
|
.e-de-enforce-dlg-title {
|
|
@@ -2931,6 +2861,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2931
2861
|
|
|
2932
2862
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
2933
2863
|
height: 32px;
|
|
2864
|
+
margin-bottom: 8px;
|
|
2934
2865
|
width: 300px;
|
|
2935
2866
|
}
|
|
2936
2867
|
|
|
@@ -2952,8 +2883,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2952
2883
|
|
|
2953
2884
|
.e-de-user-dlg-list {
|
|
2954
2885
|
margin-bottom: 15px;
|
|
2955
|
-
display: -ms-inline-flexbox;
|
|
2956
|
-
display: inline-flex;
|
|
2957
2886
|
}
|
|
2958
2887
|
|
|
2959
2888
|
.e-de-user-listview {
|
|
@@ -2986,23 +2915,25 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2986
2915
|
padding: 12px 12px 24px;
|
|
2987
2916
|
}
|
|
2988
2917
|
|
|
2918
|
+
.e-de-rp-stop-div3 {
|
|
2919
|
+
padding: 0 0 12px 12px;
|
|
2920
|
+
}
|
|
2921
|
+
|
|
2989
2922
|
.e-de-rp-close-icon {
|
|
2990
2923
|
float: right;
|
|
2991
2924
|
position: relative;
|
|
2992
2925
|
top: -7px;
|
|
2993
|
-
right: -8px;
|
|
2994
2926
|
}
|
|
2995
2927
|
|
|
2996
2928
|
.e-de-restrict-pane {
|
|
2997
2929
|
height: 100%;
|
|
2998
2930
|
overflow: auto;
|
|
2999
|
-
overflow-x: hidden;
|
|
3000
2931
|
width: 268px;
|
|
3001
2932
|
}
|
|
3002
2933
|
|
|
3003
2934
|
.e-de-rp-nav-lbl {
|
|
3004
2935
|
font-size: 13px;
|
|
3005
|
-
margin: 0
|
|
2936
|
+
margin: 0 28px;
|
|
3006
2937
|
}
|
|
3007
2938
|
|
|
3008
2939
|
.e-documenteditor-optionspane {
|
|
@@ -3121,6 +3052,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3121
3052
|
color: #4d841e;
|
|
3122
3053
|
padding: 5px 6px;
|
|
3123
3054
|
text-transform: initial;
|
|
3055
|
+
width: 66px;
|
|
3124
3056
|
}
|
|
3125
3057
|
|
|
3126
3058
|
.e-btn.e-outline.e-de-track-accept-button:hover {
|
|
@@ -3129,6 +3061,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3129
3061
|
color: #fff;
|
|
3130
3062
|
padding: 5px 6px;
|
|
3131
3063
|
text-transform: initial;
|
|
3064
|
+
width: 66px;
|
|
3132
3065
|
}
|
|
3133
3066
|
|
|
3134
3067
|
.e-btn.e-outline.e-de-track-reject-button {
|
|
@@ -3138,6 +3071,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3138
3071
|
padding: 5px 6px;
|
|
3139
3072
|
margin-left: 8px;
|
|
3140
3073
|
text-transform: initial;
|
|
3074
|
+
width: 64px;
|
|
3141
3075
|
}
|
|
3142
3076
|
|
|
3143
3077
|
.e-btn.e-outline.e-de-track-reject-button:hover {
|
|
@@ -3147,6 +3081,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3147
3081
|
padding: 5px 6px;
|
|
3148
3082
|
margin-left: 8px;
|
|
3149
3083
|
text-transform: initial;
|
|
3084
|
+
width: 64px;
|
|
3150
3085
|
}
|
|
3151
3086
|
|
|
3152
3087
|
.e-de-track-chngs-count {
|
|
@@ -3265,6 +3200,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3265
3200
|
font-size: 13px;
|
|
3266
3201
|
font-weight: normal;
|
|
3267
3202
|
padding-left: 8px;
|
|
3203
|
+
padding-left: 8px;
|
|
3268
3204
|
width: 90%;
|
|
3269
3205
|
}
|
|
3270
3206
|
|
|
@@ -3422,7 +3358,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3422
3358
|
|
|
3423
3359
|
.e-rtl .e-de-rp-close-icon {
|
|
3424
3360
|
float: left;
|
|
3425
|
-
right: 8px;
|
|
3426
3361
|
}
|
|
3427
3362
|
|
|
3428
3363
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
@@ -3483,13 +3418,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3483
3418
|
padding-right: 8px;
|
|
3484
3419
|
}
|
|
3485
3420
|
|
|
3486
|
-
.e-bigger .e-de-rp-close-icon {
|
|
3487
|
-
float: right;
|
|
3488
|
-
position: relative;
|
|
3489
|
-
top: -9px;
|
|
3490
|
-
right: -11px;
|
|
3491
|
-
}
|
|
3492
|
-
|
|
3493
3421
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3494
3422
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3495
3423
|
margin-right: 12px;
|
|
@@ -3526,80 +3454,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3526
3454
|
top: 0;
|
|
3527
3455
|
}
|
|
3528
3456
|
|
|
3529
|
-
.e-de-rp-mu-btn {
|
|
3530
|
-
margin-top: 3px;
|
|
3531
|
-
}
|
|
3532
|
-
|
|
3533
|
-
.e-rtl .e-de-cmt-author-name {
|
|
3534
|
-
padding-left: 0%;
|
|
3535
|
-
padding-right: 8px;
|
|
3536
|
-
}
|
|
3537
|
-
|
|
3538
|
-
.e-bigger .e-de-cmt-author-name {
|
|
3539
|
-
padding-left: 8px;
|
|
3540
|
-
}
|
|
3541
|
-
|
|
3542
|
-
.e-bigger .e-de-cmt-rply-view {
|
|
3543
|
-
margin-top: 12px;
|
|
3544
|
-
}
|
|
3545
|
-
|
|
3546
|
-
.e-bigger .e-de-cmt-sub-container {
|
|
3547
|
-
padding: 8px;
|
|
3548
|
-
}
|
|
3549
|
-
|
|
3550
|
-
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3551
|
-
padding-left: 6px;
|
|
3552
|
-
}
|
|
3553
|
-
|
|
3554
|
-
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3555
|
-
padding-left: 7px;
|
|
3556
|
-
}
|
|
3557
|
-
|
|
3558
|
-
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3559
|
-
padding: 0%;
|
|
3560
|
-
}
|
|
3561
|
-
|
|
3562
|
-
.e-bigger .e-de-rp-nav-btn {
|
|
3563
|
-
width: auto;
|
|
3564
|
-
}
|
|
3565
|
-
|
|
3566
|
-
.e-bigger .e-de-rp-whole-header {
|
|
3567
|
-
padding: 12px;
|
|
3568
|
-
}
|
|
3569
|
-
|
|
3570
|
-
.e-bigger .e-de-rp-sub-div {
|
|
3571
|
-
border-bottom: 1px solid #e4e4e4;
|
|
3572
|
-
padding: 12px;
|
|
3573
|
-
}
|
|
3574
|
-
|
|
3575
|
-
.e-bigger .e-de-rp-enforce {
|
|
3576
|
-
padding: 12px;
|
|
3577
|
-
}
|
|
3578
|
-
|
|
3579
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3580
|
-
width: 300px;
|
|
3581
|
-
}
|
|
3582
|
-
|
|
3583
|
-
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3584
|
-
padding-left: 0%;
|
|
3585
|
-
padding-right: 8px;
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3589
|
-
padding-left: 8px;
|
|
3590
|
-
padding-right: 6px;
|
|
3591
|
-
}
|
|
3592
|
-
|
|
3593
|
-
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3594
|
-
padding-left: 8px;
|
|
3595
|
-
padding-right: 7px;
|
|
3596
|
-
}
|
|
3597
|
-
|
|
3598
|
-
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3599
|
-
float: left;
|
|
3600
|
-
right: 11px;
|
|
3601
|
-
}
|
|
3602
|
-
|
|
3603
3457
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3604
3458
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3605
3459
|
font-size: 14px;
|
|
@@ -3614,7 +3468,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3614
3468
|
display: block;
|
|
3615
3469
|
font-size: 16px;
|
|
3616
3470
|
font-weight: 700;
|
|
3617
|
-
margin-bottom:
|
|
3471
|
+
margin-bottom: 15px;
|
|
3472
|
+
margin-top: 17px;
|
|
3618
3473
|
}
|
|
3619
3474
|
|
|
3620
3475
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
@@ -3658,6 +3513,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3658
3513
|
font-size: 12px;
|
|
3659
3514
|
font-weight: normal;
|
|
3660
3515
|
margin-bottom: 8px;
|
|
3516
|
+
margin-top: 0;
|
|
3661
3517
|
}
|
|
3662
3518
|
|
|
3663
3519
|
.e-bigger .e-de-rtl-btn-div {
|
|
@@ -3676,7 +3532,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3676
3532
|
display: block;
|
|
3677
3533
|
font-size: 16px;
|
|
3678
3534
|
font-weight: 700;
|
|
3679
|
-
margin-bottom:
|
|
3535
|
+
margin-bottom: 15px;
|
|
3536
|
+
margin-top: 17px;
|
|
3680
3537
|
opacity: 87%;
|
|
3681
3538
|
}
|
|
3682
3539
|
|
|
@@ -3721,6 +3578,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3721
3578
|
font-size: 12px;
|
|
3722
3579
|
font-weight: normal;
|
|
3723
3580
|
margin-bottom: 8px;
|
|
3581
|
+
margin-top: 0;
|
|
3724
3582
|
}
|
|
3725
3583
|
|
|
3726
3584
|
.e-de-rtl-btn-div {
|