@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
|
@@ -593,86 +593,6 @@
|
|
|
593
593
|
content: '\e882';
|
|
594
594
|
}
|
|
595
595
|
|
|
596
|
-
.e-de-dlg-container {
|
|
597
|
-
padding-bottom: 12px;
|
|
598
|
-
}
|
|
599
|
-
|
|
600
|
-
.e-de-dlg-row {
|
|
601
|
-
display: -ms-flexbox;
|
|
602
|
-
display: flex;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
.e-de-container-row {
|
|
606
|
-
display: -ms-flexbox;
|
|
607
|
-
display: flex;
|
|
608
|
-
padding-bottom: 12px;
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
.e-de-subcontainer-left {
|
|
612
|
-
padding-right: 6px;
|
|
613
|
-
width: 50%;
|
|
614
|
-
}
|
|
615
|
-
|
|
616
|
-
.e-de-subcontainer-right {
|
|
617
|
-
padding-left: 6px;
|
|
618
|
-
width: 50%;
|
|
619
|
-
}
|
|
620
|
-
|
|
621
|
-
.e-de-dlg-tab-first-child {
|
|
622
|
-
padding-top: 6px;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
.e-de-dlg-heading {
|
|
626
|
-
display: block;
|
|
627
|
-
font-size: 14px;
|
|
628
|
-
font-weight: 500;
|
|
629
|
-
margin-bottom: 12px;
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
.e-rtl .e-de-subcontainer-left {
|
|
633
|
-
padding-left: 6px;
|
|
634
|
-
padding-right: 0;
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
.e-rtl .e-de-subcontainer-right {
|
|
638
|
-
padding-left: 0;
|
|
639
|
-
padding-right: 6px;
|
|
640
|
-
width: 50%;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
.e-bigger .e-de-dlg-container {
|
|
644
|
-
padding-bottom: 16px;
|
|
645
|
-
}
|
|
646
|
-
|
|
647
|
-
.e-bigger .e-de-container-row {
|
|
648
|
-
padding-bottom: 16px;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
.e-bigger .e-de-subcontainer-left {
|
|
652
|
-
padding-right: 8px;
|
|
653
|
-
width: 50%;
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
.e-bigger .e-de-subcontainer-right {
|
|
657
|
-
padding-left: 8px;
|
|
658
|
-
width: 50%;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
.e-bigger .e-de-dlg-tab-first-child {
|
|
662
|
-
padding-top: 8px;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
666
|
-
padding-left: 8px;
|
|
667
|
-
padding-right: 0;
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
671
|
-
padding-left: 0;
|
|
672
|
-
padding-right: 8px;
|
|
673
|
-
width: 50%;
|
|
674
|
-
}
|
|
675
|
-
|
|
676
596
|
.e-de-blink-cursor {
|
|
677
597
|
border-left: 1px solid #000;
|
|
678
598
|
pointer-events: none;
|
|
@@ -841,6 +761,7 @@
|
|
|
841
761
|
.e-de-ff-radio-div {
|
|
842
762
|
display: -ms-inline-flexbox;
|
|
843
763
|
display: inline-flex;
|
|
764
|
+
margin-bottom: 16px;
|
|
844
765
|
margin-right: 16px;
|
|
845
766
|
}
|
|
846
767
|
|
|
@@ -852,7 +773,7 @@
|
|
|
852
773
|
.e-de-ff-radio-scnd-div {
|
|
853
774
|
display: -ms-inline-flexbox;
|
|
854
775
|
display: inline-flex;
|
|
855
|
-
margin-bottom:
|
|
776
|
+
margin-bottom: 4px;
|
|
856
777
|
margin-right: 16px;
|
|
857
778
|
}
|
|
858
779
|
|
|
@@ -1201,6 +1122,14 @@
|
|
|
1201
1122
|
float: left;
|
|
1202
1123
|
}
|
|
1203
1124
|
|
|
1125
|
+
.e-de-dlg-sub-header {
|
|
1126
|
+
display: block;
|
|
1127
|
+
font-size: 12px;
|
|
1128
|
+
font-weight: 500;
|
|
1129
|
+
margin-bottom: 4px;
|
|
1130
|
+
margin-top: 0;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1204
1133
|
.e-de-dlg-footer .e-btn {
|
|
1205
1134
|
margin-left: 10px;
|
|
1206
1135
|
}
|
|
@@ -1317,8 +1246,7 @@
|
|
|
1317
1246
|
}
|
|
1318
1247
|
|
|
1319
1248
|
.e-de-op-more-less {
|
|
1320
|
-
display:
|
|
1321
|
-
display: inline-flex;
|
|
1249
|
+
display: block;
|
|
1322
1250
|
margin-top: 12px;
|
|
1323
1251
|
}
|
|
1324
1252
|
|
|
@@ -1596,17 +1524,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1596
1524
|
}
|
|
1597
1525
|
|
|
1598
1526
|
.e-documenteditor .e-de-op-close-button {
|
|
1599
|
-
left:
|
|
1527
|
+
left: 260px;
|
|
1600
1528
|
position: absolute;
|
|
1601
1529
|
top: 10px;
|
|
1602
1530
|
}
|
|
1603
1531
|
|
|
1604
|
-
.e-bigger .e-documenteditor .e-de-op-close-button {
|
|
1605
|
-
left: 240px;
|
|
1606
|
-
position: absolute;
|
|
1607
|
-
top: 5px;
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
1532
|
.e-de-style-paragraph-indent-group-button .e-btn.e-active,
|
|
1611
1533
|
.e-de-style-paragraph-group-button .e-btn.e-active,
|
|
1612
1534
|
.e-de-style-font-group-button .e-btn.e-active {
|
|
@@ -1709,7 +1631,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1709
1631
|
}
|
|
1710
1632
|
|
|
1711
1633
|
.e-bigger .e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
1712
|
-
right:
|
|
1634
|
+
right: 250px;
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
1638
|
+
margin-bottom: 16px;
|
|
1713
1639
|
}
|
|
1714
1640
|
|
|
1715
1641
|
.e-bigger .e-de-track-date {
|
|
@@ -1753,7 +1679,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1753
1679
|
}
|
|
1754
1680
|
|
|
1755
1681
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
1756
|
-
right:
|
|
1682
|
+
right: 267px;
|
|
1757
1683
|
}
|
|
1758
1684
|
|
|
1759
1685
|
.e-de-table-measure-lbl {
|
|
@@ -2119,15 +2045,12 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2119
2045
|
}
|
|
2120
2046
|
|
|
2121
2047
|
.e-de-font-dlg {
|
|
2122
|
-
width:
|
|
2048
|
+
width: 352px;
|
|
2123
2049
|
}
|
|
2124
2050
|
|
|
2125
2051
|
.e-de-hyperlink {
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
.e-bigger .e-de-hyperlink {
|
|
2130
|
-
width: 300px;
|
|
2052
|
+
height: auto;
|
|
2053
|
+
width: auto;
|
|
2131
2054
|
}
|
|
2132
2055
|
|
|
2133
2056
|
.e-de-insert-table {
|
|
@@ -2291,12 +2214,13 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2291
2214
|
|
|
2292
2215
|
.e-button-custom {
|
|
2293
2216
|
height: 32px;
|
|
2294
|
-
|
|
2217
|
+
padding: 0;
|
|
2218
|
+
width: 70px;
|
|
2295
2219
|
}
|
|
2296
2220
|
|
|
2297
2221
|
.e-bigger .e-button-custom {
|
|
2298
2222
|
height: 37px;
|
|
2299
|
-
width:
|
|
2223
|
+
width: 88px;
|
|
2300
2224
|
}
|
|
2301
2225
|
|
|
2302
2226
|
.e-styles-listview,
|
|
@@ -2452,7 +2376,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2452
2376
|
}
|
|
2453
2377
|
|
|
2454
2378
|
.e-de-style-font-color-picker {
|
|
2455
|
-
margin-left:
|
|
2379
|
+
margin-left: 8px;
|
|
2456
2380
|
}
|
|
2457
2381
|
|
|
2458
2382
|
.e-style-font-fmaily-right {
|
|
@@ -2857,7 +2781,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2857
2781
|
.e-de-rp-sub-content-div {
|
|
2858
2782
|
line-height: 1.5;
|
|
2859
2783
|
font-size: 12px;
|
|
2860
|
-
margin-bottom: 8px;
|
|
2861
2784
|
}
|
|
2862
2785
|
|
|
2863
2786
|
.e-de-bullet-icons {
|
|
@@ -2912,7 +2835,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2912
2835
|
}
|
|
2913
2836
|
|
|
2914
2837
|
.e-bigger .e-de-font-dlg {
|
|
2915
|
-
width:
|
|
2838
|
+
width: 395px;
|
|
2916
2839
|
}
|
|
2917
2840
|
|
|
2918
2841
|
.e-bigger .e-para-dlg-sub-height {
|
|
@@ -2942,7 +2865,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2942
2865
|
|
|
2943
2866
|
.e-bigger .e-de-rp-header {
|
|
2944
2867
|
font-size: 16px;
|
|
2945
|
-
width: 75%;
|
|
2946
2868
|
}
|
|
2947
2869
|
|
|
2948
2870
|
.e-de-restrict-format {
|
|
@@ -2970,7 +2892,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2970
2892
|
font-weight: 500;
|
|
2971
2893
|
opacity: 0.87;
|
|
2972
2894
|
color: #343a40;
|
|
2973
|
-
width: 75%;
|
|
2974
2895
|
}
|
|
2975
2896
|
|
|
2976
2897
|
.e-de-rp-user .e-checkbox-wrapper {
|
|
@@ -2984,15 +2905,18 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2984
2905
|
opacity: 0.87;
|
|
2985
2906
|
border-radius: 2px;
|
|
2986
2907
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
2908
|
+
height: 36px;
|
|
2909
|
+
margin: 0 12px !important;
|
|
2987
2910
|
}
|
|
2988
2911
|
|
|
2989
2912
|
.e-bigger .e-de-rp-btn-enforce {
|
|
2913
|
+
margin: 0;
|
|
2990
2914
|
padding-left: 10px;
|
|
2991
2915
|
padding-right: 10px;
|
|
2992
2916
|
}
|
|
2993
2917
|
|
|
2994
2918
|
.e-de-rp-nav-btn {
|
|
2995
|
-
|
|
2919
|
+
margin: 0 24px;
|
|
2996
2920
|
}
|
|
2997
2921
|
|
|
2998
2922
|
.e-de-rp-btn-stop-enforce {
|
|
@@ -3001,6 +2925,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3001
2925
|
opacity: 0.87;
|
|
3002
2926
|
border-radius: 2px;
|
|
3003
2927
|
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
2928
|
+
height: 36px;
|
|
2929
|
+
margin: 0 65px;
|
|
3004
2930
|
}
|
|
3005
2931
|
|
|
3006
2932
|
.e-de-rp-sub-div {
|
|
@@ -3011,7 +2937,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3011
2937
|
.e-de-restrict-pane {
|
|
3012
2938
|
padding-left: 0;
|
|
3013
2939
|
padding-top: 0;
|
|
3014
|
-
padding-right: 0;
|
|
3015
2940
|
}
|
|
3016
2941
|
|
|
3017
2942
|
.e-de-rp-whole-header {
|
|
@@ -3024,14 +2949,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3024
2949
|
border-radius: 2px;
|
|
3025
2950
|
font-size: 12px;
|
|
3026
2951
|
height: 110px;
|
|
2952
|
+
width: 238px;
|
|
3027
2953
|
}
|
|
3028
2954
|
|
|
3029
2955
|
.e-de-rp-enforce {
|
|
3030
|
-
padding: 12px;
|
|
2956
|
+
padding-top: 12px;
|
|
3031
2957
|
}
|
|
3032
2958
|
|
|
3033
2959
|
.e-de-rp-enforce-nav {
|
|
3034
|
-
margin:
|
|
2960
|
+
margin: 12px 0;
|
|
3035
2961
|
}
|
|
3036
2962
|
|
|
3037
2963
|
.e-de-enforce-dlg-title {
|
|
@@ -3042,6 +2968,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3042
2968
|
|
|
3043
2969
|
.e-de-enforce .e-de-enforce-dlg-input {
|
|
3044
2970
|
height: 32px;
|
|
2971
|
+
margin-bottom: 12px;
|
|
3045
2972
|
width: 300px;
|
|
3046
2973
|
}
|
|
3047
2974
|
|
|
@@ -3062,8 +2989,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3062
2989
|
|
|
3063
2990
|
.e-de-user-dlg-list {
|
|
3064
2991
|
margin-bottom: 12px;
|
|
3065
|
-
display: -ms-inline-flexbox;
|
|
3066
|
-
display: inline-flex;
|
|
3067
2992
|
}
|
|
3068
2993
|
|
|
3069
2994
|
.e-de-user-listview {
|
|
@@ -3096,23 +3021,25 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3096
3021
|
padding: 12px 12px 24px;
|
|
3097
3022
|
}
|
|
3098
3023
|
|
|
3024
|
+
.e-de-rp-stop-div3 {
|
|
3025
|
+
padding: 0 0 12px 12px;
|
|
3026
|
+
}
|
|
3027
|
+
|
|
3099
3028
|
.e-de-rp-close-icon {
|
|
3100
3029
|
float: right;
|
|
3101
3030
|
position: relative;
|
|
3102
3031
|
top: -5px;
|
|
3103
|
-
right: -12px;
|
|
3104
3032
|
}
|
|
3105
3033
|
|
|
3106
3034
|
.e-de-restrict-pane {
|
|
3107
3035
|
height: 100%;
|
|
3108
3036
|
overflow: auto;
|
|
3109
|
-
overflow-x: hidden;
|
|
3110
3037
|
width: 280px;
|
|
3111
3038
|
}
|
|
3112
3039
|
|
|
3113
3040
|
.e-de-rp-nav-lbl {
|
|
3114
3041
|
font-size: 13px;
|
|
3115
|
-
margin: 0
|
|
3042
|
+
margin: 0 28px;
|
|
3116
3043
|
}
|
|
3117
3044
|
|
|
3118
3045
|
.e-documenteditor-optionspane {
|
|
@@ -3146,7 +3073,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3146
3073
|
border: 1px solid #dee2e6;
|
|
3147
3074
|
border-radius: 2px;
|
|
3148
3075
|
margin: 0;
|
|
3149
|
-
padding:
|
|
3076
|
+
padding: 8px;
|
|
3150
3077
|
}
|
|
3151
3078
|
|
|
3152
3079
|
.e-de-cmt-view {
|
|
@@ -3155,7 +3082,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3155
3082
|
|
|
3156
3083
|
.e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3157
3084
|
border-left: 3px solid #0d6efd;
|
|
3158
|
-
padding-left:
|
|
3085
|
+
padding-left: 6px;
|
|
3159
3086
|
}
|
|
3160
3087
|
|
|
3161
3088
|
.e-de-tc-outer {
|
|
@@ -3231,6 +3158,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3231
3158
|
color: #4d841e;
|
|
3232
3159
|
padding: 5px 4px;
|
|
3233
3160
|
text-transform: initial;
|
|
3161
|
+
width: 66px;
|
|
3234
3162
|
}
|
|
3235
3163
|
|
|
3236
3164
|
.e-btn.e-outline.e-de-track-accept-button:hover {
|
|
@@ -3239,6 +3167,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3239
3167
|
color: #fff;
|
|
3240
3168
|
padding: 5px 4px;
|
|
3241
3169
|
text-transform: initial;
|
|
3170
|
+
width: 66px;
|
|
3242
3171
|
}
|
|
3243
3172
|
|
|
3244
3173
|
.e-btn.e-outline.e-de-track-reject-button {
|
|
@@ -3248,6 +3177,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3248
3177
|
padding: 5px 6px;
|
|
3249
3178
|
margin-left: 8px;
|
|
3250
3179
|
text-transform: initial;
|
|
3180
|
+
width: 64px;
|
|
3251
3181
|
}
|
|
3252
3182
|
|
|
3253
3183
|
.e-btn.e-outline.e-de-track-reject-button:hover {
|
|
@@ -3257,6 +3187,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3257
3187
|
padding: 5px 6px;
|
|
3258
3188
|
margin-left: 8px;
|
|
3259
3189
|
text-transform: initial;
|
|
3190
|
+
width: 64px;
|
|
3260
3191
|
}
|
|
3261
3192
|
|
|
3262
3193
|
.e-de-track-chngs-count {
|
|
@@ -3362,7 +3293,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3362
3293
|
|
|
3363
3294
|
.e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3364
3295
|
border-left: 2px solid #0d6efd;
|
|
3365
|
-
padding-left:
|
|
3296
|
+
padding-left: 7px;
|
|
3366
3297
|
}
|
|
3367
3298
|
|
|
3368
3299
|
.e-de-cmt-author {
|
|
@@ -3374,7 +3305,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3374
3305
|
.e-de-cmt-author-name {
|
|
3375
3306
|
font-size: 14px;
|
|
3376
3307
|
font-weight: 500;
|
|
3377
|
-
padding-left:
|
|
3308
|
+
padding-left: 8px;
|
|
3309
|
+
padding-left: 8px;
|
|
3378
3310
|
width: 90%;
|
|
3379
3311
|
}
|
|
3380
3312
|
|
|
@@ -3411,7 +3343,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3411
3343
|
border: none;
|
|
3412
3344
|
border-top: 1px solid #dee2e6;
|
|
3413
3345
|
border-radius: 0px;
|
|
3414
|
-
margin: 12px
|
|
3346
|
+
margin: 12px 0 0 8px;
|
|
3415
3347
|
padding: 0px;
|
|
3416
3348
|
}
|
|
3417
3349
|
|
|
@@ -3531,7 +3463,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3531
3463
|
|
|
3532
3464
|
.e-rtl .e-de-rp-close-icon {
|
|
3533
3465
|
float: left;
|
|
3534
|
-
right: 12px;
|
|
3535
3466
|
}
|
|
3536
3467
|
|
|
3537
3468
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
@@ -3541,15 +3472,15 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3541
3472
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3542
3473
|
border-left: 1px solid #dee2e6;
|
|
3543
3474
|
border-right: 3px solid #0d6efd;
|
|
3544
|
-
padding-left:
|
|
3545
|
-
padding-right:
|
|
3475
|
+
padding-left: 8px;
|
|
3476
|
+
padding-right: 6px;
|
|
3546
3477
|
}
|
|
3547
3478
|
|
|
3548
3479
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3549
3480
|
border-left: 1px solid #dee2e6;
|
|
3550
3481
|
border-right: 2px solid #0d6efd;
|
|
3551
|
-
padding-left:
|
|
3552
|
-
padding-right:
|
|
3482
|
+
padding-left: 8px;
|
|
3483
|
+
padding-right: 7px;
|
|
3553
3484
|
}
|
|
3554
3485
|
|
|
3555
3486
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
@@ -3592,13 +3523,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3592
3523
|
padding-right: 8px;
|
|
3593
3524
|
}
|
|
3594
3525
|
|
|
3595
|
-
.e-bigger .e-de-rp-close-icon {
|
|
3596
|
-
float: right;
|
|
3597
|
-
position: relative;
|
|
3598
|
-
top: -9px;
|
|
3599
|
-
right: -17px;
|
|
3600
|
-
}
|
|
3601
|
-
|
|
3602
3526
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3603
3527
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3604
3528
|
margin-right: 12px;
|
|
@@ -3635,80 +3559,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3635
3559
|
top: 0;
|
|
3636
3560
|
}
|
|
3637
3561
|
|
|
3638
|
-
.e-de-rp-mu-btn {
|
|
3639
|
-
margin-top: 3px;
|
|
3640
|
-
}
|
|
3641
|
-
|
|
3642
|
-
.e-rtl .e-de-cmt-author-name {
|
|
3643
|
-
padding-left: 0%;
|
|
3644
|
-
padding-right: 12px;
|
|
3645
|
-
}
|
|
3646
|
-
|
|
3647
|
-
.e-bigger .e-de-cmt-author-name {
|
|
3648
|
-
padding-left: 16px;
|
|
3649
|
-
}
|
|
3650
|
-
|
|
3651
|
-
.e-bigger .e-de-cmt-rply-view {
|
|
3652
|
-
margin-top: 16px;
|
|
3653
|
-
}
|
|
3654
|
-
|
|
3655
|
-
.e-bigger .e-de-cmt-sub-container {
|
|
3656
|
-
padding: 16px;
|
|
3657
|
-
}
|
|
3658
|
-
|
|
3659
|
-
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3660
|
-
padding-left: 14px;
|
|
3661
|
-
}
|
|
3662
|
-
|
|
3663
|
-
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3664
|
-
padding-left: 15px;
|
|
3665
|
-
}
|
|
3666
|
-
|
|
3667
|
-
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3668
|
-
padding: 0%;
|
|
3669
|
-
}
|
|
3670
|
-
|
|
3671
|
-
.e-bigger .e-de-rp-nav-btn {
|
|
3672
|
-
width: auto;
|
|
3673
|
-
}
|
|
3674
|
-
|
|
3675
|
-
.e-bigger .e-de-rp-whole-header {
|
|
3676
|
-
padding: 12px;
|
|
3677
|
-
}
|
|
3678
|
-
|
|
3679
|
-
.e-bigger .e-de-rp-sub-div {
|
|
3680
|
-
border-bottom: 1px solid #dee2e6;
|
|
3681
|
-
padding: 12px;
|
|
3682
|
-
}
|
|
3683
|
-
|
|
3684
|
-
.e-bigger .e-de-rp-enforce {
|
|
3685
|
-
padding: 12px;
|
|
3686
|
-
}
|
|
3687
|
-
|
|
3688
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3689
|
-
width: 300px;
|
|
3690
|
-
}
|
|
3691
|
-
|
|
3692
|
-
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3693
|
-
padding-left: 0%;
|
|
3694
|
-
padding-right: 16px;
|
|
3695
|
-
}
|
|
3696
|
-
|
|
3697
|
-
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3698
|
-
padding-left: 16px;
|
|
3699
|
-
padding-right: 14px;
|
|
3700
|
-
}
|
|
3701
|
-
|
|
3702
|
-
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3703
|
-
padding-left: 16px;
|
|
3704
|
-
padding-right: 15px;
|
|
3705
|
-
}
|
|
3706
|
-
|
|
3707
|
-
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3708
|
-
float: left;
|
|
3709
|
-
right: 17px;
|
|
3710
|
-
}
|
|
3711
|
-
|
|
3712
3562
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3713
3563
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3714
3564
|
font-size: 14px;
|
|
@@ -3723,7 +3573,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3723
3573
|
display: block;
|
|
3724
3574
|
font-size: 14px;
|
|
3725
3575
|
font-weight: 500;
|
|
3726
|
-
margin-bottom:
|
|
3576
|
+
margin-bottom: 0;
|
|
3577
|
+
margin-top: 12px;
|
|
3727
3578
|
}
|
|
3728
3579
|
|
|
3729
3580
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
@@ -3767,6 +3618,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3767
3618
|
font-size: 12px;
|
|
3768
3619
|
font-weight: 500;
|
|
3769
3620
|
margin-bottom: 4px;
|
|
3621
|
+
margin-top: 8px;
|
|
3770
3622
|
}
|
|
3771
3623
|
|
|
3772
3624
|
.e-bigger .e-de-rtl-btn-div {
|
|
@@ -3785,7 +3637,8 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3785
3637
|
display: block;
|
|
3786
3638
|
font-size: 14px;
|
|
3787
3639
|
font-weight: 500;
|
|
3788
|
-
margin-bottom:
|
|
3640
|
+
margin-bottom: 0;
|
|
3641
|
+
margin-top: 12px;
|
|
3789
3642
|
opacity: 87%;
|
|
3790
3643
|
}
|
|
3791
3644
|
|
|
@@ -3830,6 +3683,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3830
3683
|
font-size: 12px;
|
|
3831
3684
|
font-weight: 500;
|
|
3832
3685
|
margin-bottom: 4px;
|
|
3686
|
+
margin-top: 8px;
|
|
3833
3687
|
}
|
|
3834
3688
|
|
|
3835
3689
|
.e-de-rtl-btn-div {
|