@syncfusion/ej2-vue-documenteditor 19.4.48 → 19.4.50
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 +75 -0
- package/dist/ej2-vue-documenteditor.umd.min.js +1 -1
- package/dist/global/ej2-vue-documenteditor.min.js +2 -2
- package/package.json +6 -6
- package/styles/bootstrap-dark.css +9 -5
- package/styles/bootstrap.css +9 -5
- package/styles/bootstrap4.css +9 -5
- package/styles/bootstrap5-dark.css +9 -5
- package/styles/bootstrap5.css +9 -5
- package/styles/document-editor/bootstrap-dark.css +2 -1
- package/styles/document-editor/bootstrap.css +2 -1
- package/styles/document-editor/bootstrap4.css +2 -1
- package/styles/document-editor/bootstrap5-dark.css +2 -1
- package/styles/document-editor/bootstrap5.css +2 -1
- package/styles/document-editor/fabric-dark.css +2 -1
- package/styles/document-editor/fabric.css +2 -1
- package/styles/document-editor/highcontrast.css +2 -1
- package/styles/document-editor/material-dark.css +2 -1
- package/styles/document-editor/material.css +2 -1
- package/styles/document-editor/tailwind-dark.css +2 -1
- package/styles/document-editor/tailwind.css +2 -1
- package/styles/document-editor-container/bootstrap-dark.css +7 -4
- package/styles/document-editor-container/bootstrap.css +7 -4
- package/styles/document-editor-container/bootstrap4.css +7 -4
- package/styles/document-editor-container/bootstrap5-dark.css +7 -4
- package/styles/document-editor-container/bootstrap5.css +7 -4
- package/styles/document-editor-container/fabric-dark.css +7 -4
- package/styles/document-editor-container/fabric.css +7 -4
- package/styles/document-editor-container/highcontrast-light.css +4 -1
- package/styles/document-editor-container/highcontrast.css +7 -4
- package/styles/document-editor-container/material-dark.css +7 -4
- package/styles/document-editor-container/material.css +7 -4
- package/styles/document-editor-container/tailwind-dark.css +4 -5
- package/styles/document-editor-container/tailwind.css +4 -5
- package/styles/fabric-dark.css +9 -5
- package/styles/fabric.css +9 -5
- package/styles/highcontrast-light.css +4 -1
- package/styles/highcontrast.css +9 -5
- package/styles/material-dark.css +9 -5
- package/styles/material.css +9 -5
- package/styles/tailwind-dark.css +6 -6
- package/styles/tailwind.css +6 -6
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-documenteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-documenteditor@19.4.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-documenteditor@19.4.48",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-TW7VLvhLMTz7WSgcZo3HRXhEydzxlVM9O1mHzBa6d8YIkp7RbHWmDnBWj6RB0pKhFx26mMnB9vCdy4LyBa550A==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-documenteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-documenteditor/-/ej2-vue-documenteditor-19.4.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-documenteditor/-/ej2-vue-documenteditor-19.4.48.tgz",
|
|
23
|
+
"_shasum": "81d3d04dee01c80205853405adb39fa6e96c87c8",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-documenteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@syncfusion/ej2-base": "~19.4.48",
|
|
35
|
-
"@syncfusion/ej2-documenteditor": "19.4.
|
|
35
|
+
"@syncfusion/ej2-documenteditor": "19.4.50",
|
|
36
36
|
"@syncfusion/ej2-vue-base": "~19.4.48"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"type": "git",
|
|
64
64
|
"url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
|
|
65
65
|
},
|
|
66
|
-
"version": "19.4.
|
|
66
|
+
"version": "19.4.50",
|
|
67
67
|
"sideEffects": false
|
|
68
68
|
}
|
|
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1730
1730
|
|
|
1731
1731
|
.e-de-font-color-label {
|
|
1732
1732
|
margin-bottom: 5px;
|
|
1733
|
+
margin-right: 15px;
|
|
1733
1734
|
margin-top: 15px;
|
|
1734
1735
|
}
|
|
1735
1736
|
|
|
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1768
1769
|
}
|
|
1769
1770
|
|
|
1770
1771
|
.e-de-font-checkbox {
|
|
1771
|
-
margin-
|
|
1772
|
+
margin-top: 10px;
|
|
1772
1773
|
}
|
|
1773
1774
|
|
|
1774
1775
|
.e-de-font-checkbox-transform {
|
|
@@ -4113,10 +4114,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4113
4114
|
box-shadow: none;
|
|
4114
4115
|
float: right;
|
|
4115
4116
|
height: 33px;
|
|
4116
|
-
margin-left: calc(100% -
|
|
4117
|
+
margin-left: calc(100% - 380px);
|
|
4117
4118
|
width: 33px;
|
|
4118
4119
|
}
|
|
4119
4120
|
|
|
4121
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4122
|
+
margin-left: calc(100% - 410px);
|
|
4123
|
+
}
|
|
4124
|
+
|
|
4120
4125
|
.e-de-ctn-title {
|
|
4121
4126
|
background-color: #0070f0;
|
|
4122
4127
|
border-bottom: none !important;
|
|
@@ -4840,7 +4845,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4840
4845
|
font-size: 13px;
|
|
4841
4846
|
height: 100%;
|
|
4842
4847
|
padding-top: 9px;
|
|
4843
|
-
width: 100px;
|
|
4844
4848
|
}
|
|
4845
4849
|
|
|
4846
4850
|
.e-de-ctnr-pg-no span {
|
|
@@ -4877,7 +4881,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4877
4881
|
color: #fff;
|
|
4878
4882
|
float: right;
|
|
4879
4883
|
height: 34px;
|
|
4880
|
-
margin-left: calc(100% -
|
|
4884
|
+
margin-left: calc(100% - 380px);
|
|
4881
4885
|
}
|
|
4882
4886
|
|
|
4883
4887
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -4886,7 +4890,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4886
4890
|
color: #fff;
|
|
4887
4891
|
float: right;
|
|
4888
4892
|
height: 34px;
|
|
4889
|
-
margin-left: calc(100% -
|
|
4893
|
+
margin-left: calc(100% - 410px);
|
|
4890
4894
|
}
|
|
4891
4895
|
|
|
4892
4896
|
.e-de-btn-cancel {
|
package/styles/bootstrap.css
CHANGED
|
@@ -1726,6 +1726,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1726
1726
|
|
|
1727
1727
|
.e-de-font-color-label {
|
|
1728
1728
|
margin-bottom: 5px;
|
|
1729
|
+
margin-right: 15px;
|
|
1729
1730
|
margin-top: 15px;
|
|
1730
1731
|
}
|
|
1731
1732
|
|
|
@@ -1764,7 +1765,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1764
1765
|
}
|
|
1765
1766
|
|
|
1766
1767
|
.e-de-font-checkbox {
|
|
1767
|
-
margin-
|
|
1768
|
+
margin-top: 10px;
|
|
1768
1769
|
}
|
|
1769
1770
|
|
|
1770
1771
|
.e-de-font-checkbox-transform {
|
|
@@ -4111,10 +4112,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4111
4112
|
box-shadow: none;
|
|
4112
4113
|
float: right;
|
|
4113
4114
|
height: 33px;
|
|
4114
|
-
margin-left: calc(100% -
|
|
4115
|
+
margin-left: calc(100% - 380px);
|
|
4115
4116
|
width: 33px;
|
|
4116
4117
|
}
|
|
4117
4118
|
|
|
4119
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4120
|
+
margin-left: calc(100% - 410px);
|
|
4121
|
+
}
|
|
4122
|
+
|
|
4118
4123
|
.e-de-ctn-title {
|
|
4119
4124
|
background-color: #317ab9;
|
|
4120
4125
|
border-bottom: none !important;
|
|
@@ -4839,7 +4844,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4839
4844
|
font-size: 13px;
|
|
4840
4845
|
height: 100%;
|
|
4841
4846
|
padding-top: 9px;
|
|
4842
|
-
width: 100px;
|
|
4843
4847
|
}
|
|
4844
4848
|
|
|
4845
4849
|
.e-de-ctnr-pg-no span {
|
|
@@ -4876,7 +4880,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4876
4880
|
color: #333;
|
|
4877
4881
|
float: right;
|
|
4878
4882
|
height: 34px;
|
|
4879
|
-
margin-left: calc(100% -
|
|
4883
|
+
margin-left: calc(100% - 380px);
|
|
4880
4884
|
}
|
|
4881
4885
|
|
|
4882
4886
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -4885,7 +4889,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4885
4889
|
color: #333;
|
|
4886
4890
|
float: right;
|
|
4887
4891
|
height: 34px;
|
|
4888
|
-
margin-left: calc(100% -
|
|
4892
|
+
margin-left: calc(100% - 410px);
|
|
4889
4893
|
}
|
|
4890
4894
|
|
|
4891
4895
|
.e-de-btn-cancel {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -1882,6 +1882,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1882
1882
|
|
|
1883
1883
|
.e-de-font-color-label {
|
|
1884
1884
|
margin-bottom: 0;
|
|
1885
|
+
margin-right: 14px;
|
|
1885
1886
|
margin-top: 14px;
|
|
1886
1887
|
}
|
|
1887
1888
|
|
|
@@ -1920,7 +1921,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1920
1921
|
}
|
|
1921
1922
|
|
|
1922
1923
|
.e-de-font-checkbox {
|
|
1923
|
-
margin-
|
|
1924
|
+
margin-top: 10px;
|
|
1924
1925
|
}
|
|
1925
1926
|
|
|
1926
1927
|
.e-de-font-checkbox-transform {
|
|
@@ -4271,10 +4272,14 @@ textarea.e-de-cmt-textarea {
|
|
|
4271
4272
|
box-shadow: none;
|
|
4272
4273
|
float: right;
|
|
4273
4274
|
height: 33px;
|
|
4274
|
-
margin-left: calc(100% -
|
|
4275
|
+
margin-left: calc(100% - 380px);
|
|
4275
4276
|
width: 33px;
|
|
4276
4277
|
}
|
|
4277
4278
|
|
|
4279
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4280
|
+
margin-left: calc(100% - 410px);
|
|
4281
|
+
}
|
|
4282
|
+
|
|
4278
4283
|
.e-de-ctn-title {
|
|
4279
4284
|
background-color: #007bff;
|
|
4280
4285
|
border-bottom: none !important;
|
|
@@ -5174,7 +5179,6 @@ textarea.e-de-cmt-textarea {
|
|
|
5174
5179
|
font-size: 13px;
|
|
5175
5180
|
height: 100%;
|
|
5176
5181
|
padding-top: 9px;
|
|
5177
|
-
width: 100px;
|
|
5178
5182
|
}
|
|
5179
5183
|
|
|
5180
5184
|
.e-de-ctnr-pg-no span {
|
|
@@ -5211,7 +5215,7 @@ textarea.e-de-cmt-textarea {
|
|
|
5211
5215
|
color: #212529;
|
|
5212
5216
|
float: right;
|
|
5213
5217
|
height: 34px;
|
|
5214
|
-
margin-left: calc(100% -
|
|
5218
|
+
margin-left: calc(100% - 380px);
|
|
5215
5219
|
}
|
|
5216
5220
|
|
|
5217
5221
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -5220,7 +5224,7 @@ textarea.e-de-cmt-textarea {
|
|
|
5220
5224
|
color: #212529;
|
|
5221
5225
|
float: right;
|
|
5222
5226
|
height: 34px;
|
|
5223
|
-
margin-left: calc(100% -
|
|
5227
|
+
margin-left: calc(100% - 410px);
|
|
5224
5228
|
}
|
|
5225
5229
|
|
|
5226
5230
|
.e-de-btn-cancel {
|
|
@@ -1903,6 +1903,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1903
1903
|
|
|
1904
1904
|
.e-de-font-color-label {
|
|
1905
1905
|
margin-bottom: 8px;
|
|
1906
|
+
margin-right: 12px;
|
|
1906
1907
|
margin-top: 12px;
|
|
1907
1908
|
}
|
|
1908
1909
|
|
|
@@ -1941,7 +1942,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1941
1942
|
}
|
|
1942
1943
|
|
|
1943
1944
|
.e-de-font-checkbox {
|
|
1944
|
-
margin-
|
|
1945
|
+
margin-top: 8px;
|
|
1945
1946
|
}
|
|
1946
1947
|
|
|
1947
1948
|
.e-de-font-checkbox-transform {
|
|
@@ -4249,10 +4250,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4249
4250
|
box-shadow: none;
|
|
4250
4251
|
float: right;
|
|
4251
4252
|
height: 33px;
|
|
4252
|
-
margin-left: calc(100% -
|
|
4253
|
+
margin-left: calc(100% - 395px);
|
|
4253
4254
|
width: 33px;
|
|
4254
4255
|
}
|
|
4255
4256
|
|
|
4257
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4258
|
+
margin-left: calc(100% - 460px);
|
|
4259
|
+
}
|
|
4260
|
+
|
|
4256
4261
|
.e-de-ctn-title {
|
|
4257
4262
|
background-color: #0d6efd;
|
|
4258
4263
|
border-bottom: none !important;
|
|
@@ -5170,7 +5175,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5170
5175
|
font-size: 14px;
|
|
5171
5176
|
height: 100%;
|
|
5172
5177
|
padding-top: 8px;
|
|
5173
|
-
width: 110px;
|
|
5174
5178
|
}
|
|
5175
5179
|
|
|
5176
5180
|
.e-de-ctnr-pg-no span {
|
|
@@ -5207,7 +5211,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5207
5211
|
color: #ced4da;
|
|
5208
5212
|
float: right;
|
|
5209
5213
|
height: 34px;
|
|
5210
|
-
margin-left: calc(100% -
|
|
5214
|
+
margin-left: calc(100% - 395px);
|
|
5211
5215
|
}
|
|
5212
5216
|
|
|
5213
5217
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -5216,7 +5220,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5216
5220
|
color: #ced4da;
|
|
5217
5221
|
float: right;
|
|
5218
5222
|
height: 34px;
|
|
5219
|
-
margin-left: calc(100% -
|
|
5223
|
+
margin-left: calc(100% - 460px);
|
|
5220
5224
|
}
|
|
5221
5225
|
|
|
5222
5226
|
.e-de-btn-cancel {
|
package/styles/bootstrap5.css
CHANGED
|
@@ -1903,6 +1903,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1903
1903
|
|
|
1904
1904
|
.e-de-font-color-label {
|
|
1905
1905
|
margin-bottom: 8px;
|
|
1906
|
+
margin-right: 12px;
|
|
1906
1907
|
margin-top: 12px;
|
|
1907
1908
|
}
|
|
1908
1909
|
|
|
@@ -1941,7 +1942,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1941
1942
|
}
|
|
1942
1943
|
|
|
1943
1944
|
.e-de-font-checkbox {
|
|
1944
|
-
margin-
|
|
1945
|
+
margin-top: 8px;
|
|
1945
1946
|
}
|
|
1946
1947
|
|
|
1947
1948
|
.e-de-font-checkbox-transform {
|
|
@@ -4249,10 +4250,14 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
4249
4250
|
box-shadow: none;
|
|
4250
4251
|
float: right;
|
|
4251
4252
|
height: 33px;
|
|
4252
|
-
margin-left: calc(100% -
|
|
4253
|
+
margin-left: calc(100% - 395px);
|
|
4253
4254
|
width: 33px;
|
|
4254
4255
|
}
|
|
4255
4256
|
|
|
4257
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
4258
|
+
margin-left: calc(100% - 460px);
|
|
4259
|
+
}
|
|
4260
|
+
|
|
4256
4261
|
.e-de-ctn-title {
|
|
4257
4262
|
background-color: #0d6efd;
|
|
4258
4263
|
border-bottom: none !important;
|
|
@@ -5170,7 +5175,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5170
5175
|
font-size: 14px;
|
|
5171
5176
|
height: 100%;
|
|
5172
5177
|
padding-top: 8px;
|
|
5173
|
-
width: 110px;
|
|
5174
5178
|
}
|
|
5175
5179
|
|
|
5176
5180
|
.e-de-ctnr-pg-no span {
|
|
@@ -5207,7 +5211,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5207
5211
|
color: #495057;
|
|
5208
5212
|
float: right;
|
|
5209
5213
|
height: 34px;
|
|
5210
|
-
margin-left: calc(100% -
|
|
5214
|
+
margin-left: calc(100% - 395px);
|
|
5211
5215
|
}
|
|
5212
5216
|
|
|
5213
5217
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -5216,7 +5220,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
5216
5220
|
color: #495057;
|
|
5217
5221
|
float: right;
|
|
5218
5222
|
height: 34px;
|
|
5219
|
-
margin-left: calc(100% -
|
|
5223
|
+
margin-left: calc(100% - 460px);
|
|
5220
5224
|
}
|
|
5221
5225
|
|
|
5222
5226
|
.e-de-btn-cancel {
|
|
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1730
1730
|
|
|
1731
1731
|
.e-de-font-color-label {
|
|
1732
1732
|
margin-bottom: 5px;
|
|
1733
|
+
margin-right: 15px;
|
|
1733
1734
|
margin-top: 15px;
|
|
1734
1735
|
}
|
|
1735
1736
|
|
|
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1768
1769
|
}
|
|
1769
1770
|
|
|
1770
1771
|
.e-de-font-checkbox {
|
|
1771
|
-
margin-
|
|
1772
|
+
margin-top: 10px;
|
|
1772
1773
|
}
|
|
1773
1774
|
|
|
1774
1775
|
.e-de-font-checkbox-transform {
|
|
@@ -1726,6 +1726,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1726
1726
|
|
|
1727
1727
|
.e-de-font-color-label {
|
|
1728
1728
|
margin-bottom: 5px;
|
|
1729
|
+
margin-right: 15px;
|
|
1729
1730
|
margin-top: 15px;
|
|
1730
1731
|
}
|
|
1731
1732
|
|
|
@@ -1764,7 +1765,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1764
1765
|
}
|
|
1765
1766
|
|
|
1766
1767
|
.e-de-font-checkbox {
|
|
1767
|
-
margin-
|
|
1768
|
+
margin-top: 10px;
|
|
1768
1769
|
}
|
|
1769
1770
|
|
|
1770
1771
|
.e-de-font-checkbox-transform {
|
|
@@ -1882,6 +1882,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1882
1882
|
|
|
1883
1883
|
.e-de-font-color-label {
|
|
1884
1884
|
margin-bottom: 0;
|
|
1885
|
+
margin-right: 14px;
|
|
1885
1886
|
margin-top: 14px;
|
|
1886
1887
|
}
|
|
1887
1888
|
|
|
@@ -1920,7 +1921,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1920
1921
|
}
|
|
1921
1922
|
|
|
1922
1923
|
.e-de-font-checkbox {
|
|
1923
|
-
margin-
|
|
1924
|
+
margin-top: 10px;
|
|
1924
1925
|
}
|
|
1925
1926
|
|
|
1926
1927
|
.e-de-font-checkbox-transform {
|
|
@@ -1902,6 +1902,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1902
1902
|
|
|
1903
1903
|
.e-de-font-color-label {
|
|
1904
1904
|
margin-bottom: 8px;
|
|
1905
|
+
margin-right: 12px;
|
|
1905
1906
|
margin-top: 12px;
|
|
1906
1907
|
}
|
|
1907
1908
|
|
|
@@ -1940,7 +1941,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1940
1941
|
}
|
|
1941
1942
|
|
|
1942
1943
|
.e-de-font-checkbox {
|
|
1943
|
-
margin-
|
|
1944
|
+
margin-top: 8px;
|
|
1944
1945
|
}
|
|
1945
1946
|
|
|
1946
1947
|
.e-de-font-checkbox-transform {
|
|
@@ -1902,6 +1902,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1902
1902
|
|
|
1903
1903
|
.e-de-font-color-label {
|
|
1904
1904
|
margin-bottom: 8px;
|
|
1905
|
+
margin-right: 12px;
|
|
1905
1906
|
margin-top: 12px;
|
|
1906
1907
|
}
|
|
1907
1908
|
|
|
@@ -1940,7 +1941,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1940
1941
|
}
|
|
1941
1942
|
|
|
1942
1943
|
.e-de-font-checkbox {
|
|
1943
|
-
margin-
|
|
1944
|
+
margin-top: 8px;
|
|
1944
1945
|
}
|
|
1945
1946
|
|
|
1946
1947
|
.e-de-font-checkbox-transform {
|
|
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1730
1730
|
|
|
1731
1731
|
.e-de-font-color-label {
|
|
1732
1732
|
margin-bottom: 5px;
|
|
1733
|
+
margin-right: 10px;
|
|
1733
1734
|
margin-top: 10px;
|
|
1734
1735
|
}
|
|
1735
1736
|
|
|
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1768
1769
|
}
|
|
1769
1770
|
|
|
1770
1771
|
.e-de-font-checkbox {
|
|
1771
|
-
margin-
|
|
1772
|
+
margin-top: 10px;
|
|
1772
1773
|
}
|
|
1773
1774
|
|
|
1774
1775
|
.e-de-font-checkbox-transform {
|
|
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1730
1730
|
|
|
1731
1731
|
.e-de-font-color-label {
|
|
1732
1732
|
margin-bottom: 5px;
|
|
1733
|
+
margin-right: 10px;
|
|
1733
1734
|
margin-top: 10px;
|
|
1734
1735
|
}
|
|
1735
1736
|
|
|
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1768
1769
|
}
|
|
1769
1770
|
|
|
1770
1771
|
.e-de-font-checkbox {
|
|
1771
|
-
margin-
|
|
1772
|
+
margin-top: 10px;
|
|
1772
1773
|
}
|
|
1773
1774
|
|
|
1774
1775
|
.e-de-font-checkbox-transform {
|
|
@@ -1730,6 +1730,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1730
1730
|
|
|
1731
1731
|
.e-de-font-color-label {
|
|
1732
1732
|
margin-bottom: 1px;
|
|
1733
|
+
margin-right: 10px;
|
|
1733
1734
|
margin-top: 10px;
|
|
1734
1735
|
}
|
|
1735
1736
|
|
|
@@ -1768,7 +1769,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1768
1769
|
}
|
|
1769
1770
|
|
|
1770
1771
|
.e-de-font-checkbox {
|
|
1771
|
-
margin-
|
|
1772
|
+
margin-top: 10px;
|
|
1772
1773
|
}
|
|
1773
1774
|
|
|
1774
1775
|
.e-de-font-checkbox-transform {
|
|
@@ -1724,6 +1724,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1724
1724
|
|
|
1725
1725
|
.e-de-font-color-label {
|
|
1726
1726
|
margin-bottom: 7px;
|
|
1727
|
+
margin-right: 18px;
|
|
1727
1728
|
margin-top: 18px;
|
|
1728
1729
|
}
|
|
1729
1730
|
|
|
@@ -1762,7 +1763,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1762
1763
|
}
|
|
1763
1764
|
|
|
1764
1765
|
.e-de-font-checkbox {
|
|
1765
|
-
margin-
|
|
1766
|
+
margin-top: 10px;
|
|
1766
1767
|
}
|
|
1767
1768
|
|
|
1768
1769
|
.e-de-font-checkbox-transform {
|
|
@@ -1724,6 +1724,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1724
1724
|
|
|
1725
1725
|
.e-de-font-color-label {
|
|
1726
1726
|
margin-bottom: 7px;
|
|
1727
|
+
margin-right: 18px;
|
|
1727
1728
|
margin-top: 18px;
|
|
1728
1729
|
}
|
|
1729
1730
|
|
|
@@ -1762,7 +1763,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1762
1763
|
}
|
|
1763
1764
|
|
|
1764
1765
|
.e-de-font-checkbox {
|
|
1765
|
-
margin-
|
|
1766
|
+
margin-top: 10px;
|
|
1766
1767
|
}
|
|
1767
1768
|
|
|
1768
1769
|
.e-de-font-checkbox-transform {
|
|
@@ -2261,6 +2261,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2261
2261
|
|
|
2262
2262
|
.e-de-font-color-label {
|
|
2263
2263
|
margin-bottom: 8px;
|
|
2264
|
+
margin-right: 12px;
|
|
2264
2265
|
margin-top: 12px;
|
|
2265
2266
|
}
|
|
2266
2267
|
|
|
@@ -2299,7 +2300,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2299
2300
|
}
|
|
2300
2301
|
|
|
2301
2302
|
.e-de-font-checkbox {
|
|
2302
|
-
margin-
|
|
2303
|
+
margin-top: 8px;
|
|
2303
2304
|
}
|
|
2304
2305
|
|
|
2305
2306
|
.e-de-font-checkbox-transform {
|
|
@@ -2261,6 +2261,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2261
2261
|
|
|
2262
2262
|
.e-de-font-color-label {
|
|
2263
2263
|
margin-bottom: 8px;
|
|
2264
|
+
margin-right: 12px;
|
|
2264
2265
|
margin-top: 12px;
|
|
2265
2266
|
}
|
|
2266
2267
|
|
|
@@ -2299,7 +2300,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2299
2300
|
}
|
|
2300
2301
|
|
|
2301
2302
|
.e-de-font-checkbox {
|
|
2302
|
-
margin-
|
|
2303
|
+
margin-top: 8px;
|
|
2303
2304
|
}
|
|
2304
2305
|
|
|
2305
2306
|
.e-de-font-checkbox-transform {
|
|
@@ -516,10 +516,14 @@
|
|
|
516
516
|
box-shadow: none;
|
|
517
517
|
float: right;
|
|
518
518
|
height: 33px;
|
|
519
|
-
margin-left: calc(100% -
|
|
519
|
+
margin-left: calc(100% - 380px);
|
|
520
520
|
width: 33px;
|
|
521
521
|
}
|
|
522
522
|
|
|
523
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
524
|
+
margin-left: calc(100% - 410px);
|
|
525
|
+
}
|
|
526
|
+
|
|
523
527
|
.e-de-ctn-title {
|
|
524
528
|
background-color: #0070f0;
|
|
525
529
|
border-bottom: none !important;
|
|
@@ -1243,7 +1247,6 @@
|
|
|
1243
1247
|
font-size: 13px;
|
|
1244
1248
|
height: 100%;
|
|
1245
1249
|
padding-top: 9px;
|
|
1246
|
-
width: 100px;
|
|
1247
1250
|
}
|
|
1248
1251
|
|
|
1249
1252
|
.e-de-ctnr-pg-no span {
|
|
@@ -1280,7 +1283,7 @@
|
|
|
1280
1283
|
color: #fff;
|
|
1281
1284
|
float: right;
|
|
1282
1285
|
height: 34px;
|
|
1283
|
-
margin-left: calc(100% -
|
|
1286
|
+
margin-left: calc(100% - 380px);
|
|
1284
1287
|
}
|
|
1285
1288
|
|
|
1286
1289
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1289,7 +1292,7 @@
|
|
|
1289
1292
|
color: #fff;
|
|
1290
1293
|
float: right;
|
|
1291
1294
|
height: 34px;
|
|
1292
|
-
margin-left: calc(100% -
|
|
1295
|
+
margin-left: calc(100% - 410px);
|
|
1293
1296
|
}
|
|
1294
1297
|
|
|
1295
1298
|
.e-de-btn-cancel {
|
|
@@ -517,10 +517,14 @@
|
|
|
517
517
|
box-shadow: none;
|
|
518
518
|
float: right;
|
|
519
519
|
height: 33px;
|
|
520
|
-
margin-left: calc(100% -
|
|
520
|
+
margin-left: calc(100% - 380px);
|
|
521
521
|
width: 33px;
|
|
522
522
|
}
|
|
523
523
|
|
|
524
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
525
|
+
margin-left: calc(100% - 410px);
|
|
526
|
+
}
|
|
527
|
+
|
|
524
528
|
.e-de-ctn-title {
|
|
525
529
|
background-color: #317ab9;
|
|
526
530
|
border-bottom: none !important;
|
|
@@ -1245,7 +1249,6 @@
|
|
|
1245
1249
|
font-size: 13px;
|
|
1246
1250
|
height: 100%;
|
|
1247
1251
|
padding-top: 9px;
|
|
1248
|
-
width: 100px;
|
|
1249
1252
|
}
|
|
1250
1253
|
|
|
1251
1254
|
.e-de-ctnr-pg-no span {
|
|
@@ -1282,7 +1285,7 @@
|
|
|
1282
1285
|
color: #333;
|
|
1283
1286
|
float: right;
|
|
1284
1287
|
height: 34px;
|
|
1285
|
-
margin-left: calc(100% -
|
|
1288
|
+
margin-left: calc(100% - 380px);
|
|
1286
1289
|
}
|
|
1287
1290
|
|
|
1288
1291
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1291,7 +1294,7 @@
|
|
|
1291
1294
|
color: #333;
|
|
1292
1295
|
float: right;
|
|
1293
1296
|
height: 34px;
|
|
1294
|
-
margin-left: calc(100% -
|
|
1297
|
+
margin-left: calc(100% - 410px);
|
|
1295
1298
|
}
|
|
1296
1299
|
|
|
1297
1300
|
.e-de-btn-cancel {
|
|
@@ -518,10 +518,14 @@
|
|
|
518
518
|
box-shadow: none;
|
|
519
519
|
float: right;
|
|
520
520
|
height: 33px;
|
|
521
|
-
margin-left: calc(100% -
|
|
521
|
+
margin-left: calc(100% - 380px);
|
|
522
522
|
width: 33px;
|
|
523
523
|
}
|
|
524
524
|
|
|
525
|
+
.e-bigger .e-btn-pageweb-spellcheck {
|
|
526
|
+
margin-left: calc(100% - 410px);
|
|
527
|
+
}
|
|
528
|
+
|
|
525
529
|
.e-de-ctn-title {
|
|
526
530
|
background-color: #007bff;
|
|
527
531
|
border-bottom: none !important;
|
|
@@ -1421,7 +1425,6 @@
|
|
|
1421
1425
|
font-size: 13px;
|
|
1422
1426
|
height: 100%;
|
|
1423
1427
|
padding-top: 9px;
|
|
1424
|
-
width: 100px;
|
|
1425
1428
|
}
|
|
1426
1429
|
|
|
1427
1430
|
.e-de-ctnr-pg-no span {
|
|
@@ -1458,7 +1461,7 @@
|
|
|
1458
1461
|
color: #212529;
|
|
1459
1462
|
float: right;
|
|
1460
1463
|
height: 34px;
|
|
1461
|
-
margin-left: calc(100% -
|
|
1464
|
+
margin-left: calc(100% - 380px);
|
|
1462
1465
|
}
|
|
1463
1466
|
|
|
1464
1467
|
.e-bigger .e-de-statusbar-zoom-spell {
|
|
@@ -1467,7 +1470,7 @@
|
|
|
1467
1470
|
color: #212529;
|
|
1468
1471
|
float: right;
|
|
1469
1472
|
height: 34px;
|
|
1470
|
-
margin-left: calc(100% -
|
|
1473
|
+
margin-left: calc(100% - 410px);
|
|
1471
1474
|
}
|
|
1472
1475
|
|
|
1473
1476
|
.e-de-btn-cancel {
|