@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
|
@@ -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:
|
|
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:
|
|
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:
|
|
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:
|
|
1870
|
+
width: 380px;
|
|
1943
1871
|
}
|
|
1944
1872
|
|
|
1945
1873
|
.e-de-hyperlink {
|
|
1946
|
-
|
|
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
|
-
|
|
2039
|
+
padding: 0;
|
|
2040
|
+
width: 80px;
|
|
2115
2041
|
}
|
|
2116
2042
|
|
|
2117
2043
|
.e-bigger .e-button-custom {
|
|
2118
2044
|
height: 37px;
|
|
2119
|
-
width:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
-
|
|
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:
|
|
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
|
|
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:
|
|
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:
|
|
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 {
|