@syncfusion/ej2-angular-documenteditor 20.1.60 → 20.2.36
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/esm2020/public_api.mjs +3 -0
- package/esm2020/src/document-editor/documenteditor-all.module.mjs +113 -0
- package/esm2020/src/document-editor/documenteditor.component.mjs +262 -0
- package/esm2020/src/document-editor/documenteditor.module.mjs +25 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +29 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +66 -0
- package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +25 -0
- package/esm2020/src/index.mjs +8 -0
- package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +506 -0
- package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +506 -0
- package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -0
- package/package.json +29 -15
- package/schematics/utils/lib-details.ts +2 -2
- package/src/document-editor/documenteditor-all.module.d.ts +6 -0
- package/src/document-editor/documenteditor.component.d.ts +3 -0
- package/src/document-editor/documenteditor.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +6 -0
- package/src/document-editor-container/documenteditorcontainer.component.d.ts +3 -0
- package/src/document-editor-container/documenteditorcontainer.module.d.ts +6 -0
- package/styles/bootstrap-dark.css +215 -105
- package/styles/bootstrap.css +214 -104
- package/styles/bootstrap4.css +216 -106
- package/styles/bootstrap5-dark.css +220 -110
- package/styles/bootstrap5.css +220 -110
- package/styles/document-editor/_all.scss +3 -0
- package/styles/document-editor/_bootstrap-dark-definition.scss +544 -0
- package/styles/document-editor/_bootstrap-definition.scss +543 -0
- package/styles/document-editor/_bootstrap4-definition.scss +556 -0
- package/styles/document-editor/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor/_bootstrap5-definition.scss +556 -0
- package/styles/document-editor/_fabric-dark-definition.scss +546 -0
- package/styles/document-editor/_fabric-definition.scss +545 -0
- package/styles/document-editor/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor/_fluent-definition.scss +564 -0
- package/styles/document-editor/_fusionnew-definition.scss +556 -0
- package/styles/document-editor/_highcontrast-definition.scss +545 -0
- package/styles/document-editor/_highcontrast-light-definition.scss +2988 -0
- package/styles/document-editor/_layout.scss +217 -0
- package/styles/document-editor/_material-dark-definition.scss +561 -0
- package/styles/document-editor/_material-definition.scss +563 -0
- package/styles/document-editor/_material3-definition.scss +556 -0
- package/styles/document-editor/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor/_tailwind-definition.scss +555 -0
- package/styles/document-editor/_theme.scss +3395 -0
- package/styles/document-editor/bootstrap-dark.css +211 -104
- package/styles/document-editor/bootstrap-dark.scss +4 -1
- package/styles/document-editor/bootstrap.css +210 -103
- package/styles/document-editor/bootstrap.scss +4 -1
- package/styles/document-editor/bootstrap4.css +211 -104
- package/styles/document-editor/bootstrap4.scss +4 -1
- package/styles/document-editor/bootstrap5-dark.css +215 -108
- package/styles/document-editor/bootstrap5-dark.scss +4 -1
- package/styles/document-editor/bootstrap5.css +215 -108
- package/styles/document-editor/bootstrap5.scss +4 -1
- package/styles/document-editor/fabric-dark.css +211 -104
- package/styles/document-editor/fabric-dark.scss +4 -1
- package/styles/document-editor/fabric.css +211 -104
- package/styles/document-editor/fabric.scss +4 -1
- package/styles/document-editor/fluent-dark.css +218 -110
- package/styles/document-editor/fluent-dark.scss +4 -1
- package/styles/document-editor/fluent.css +218 -110
- package/styles/document-editor/fluent.scss +4 -1
- package/styles/document-editor/highcontrast-light.css +74 -46
- package/styles/document-editor/highcontrast-light.scss +4 -1
- package/styles/document-editor/highcontrast.css +211 -104
- package/styles/document-editor/highcontrast.scss +4 -1
- package/styles/document-editor/icons/_bootstrap-dark.scss +609 -0
- package/styles/document-editor/icons/_bootstrap.scss +609 -0
- package/styles/document-editor/icons/_bootstrap4.scss +592 -0
- package/styles/document-editor/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor/icons/_bootstrap5.scss +642 -0
- package/styles/document-editor/icons/_fabric-dark.scss +608 -0
- package/styles/document-editor/icons/_fabric.scss +608 -0
- package/styles/document-editor/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor/icons/_fluent.scss +640 -0
- package/styles/document-editor/icons/_fusionnew.scss +642 -0
- package/styles/document-editor/icons/_highcontrast-light.scss +612 -0
- package/styles/document-editor/icons/_highcontrast.scss +607 -0
- package/styles/document-editor/icons/_material-dark.scss +600 -0
- package/styles/document-editor/icons/_material.scss +600 -0
- package/styles/document-editor/icons/_material3.scss +642 -0
- package/styles/document-editor/icons/_tailwind-dark.scss +642 -0
- package/styles/document-editor/icons/_tailwind.scss +642 -0
- package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +171 -0
- package/styles/document-editor/material-dark.css +204 -97
- package/styles/document-editor/material-dark.scss +4 -1
- package/styles/document-editor/material.css +202 -95
- package/styles/document-editor/material.scss +4 -1
- package/styles/document-editor/tailwind-dark.css +221 -127
- package/styles/document-editor/tailwind-dark.scss +4 -1
- package/styles/document-editor/tailwind.css +221 -127
- package/styles/document-editor/tailwind.scss +4 -1
- package/styles/document-editor-container/_all.scss +2 -0
- package/styles/document-editor-container/_bootstrap-dark-definition.scss +125 -0
- package/styles/document-editor-container/_bootstrap-definition.scss +125 -0
- package/styles/document-editor-container/_bootstrap4-definition.scss +141 -0
- package/styles/document-editor-container/_bootstrap5-dark-definition.scss +1 -0
- package/styles/document-editor-container/_bootstrap5-definition.scss +152 -0
- package/styles/document-editor-container/_definition.scss +10 -0
- package/styles/document-editor-container/_fabric-dark-definition.scss +130 -0
- package/styles/document-editor-container/_fabric-definition.scss +127 -0
- package/styles/document-editor-container/_fluent-dark-definition.scss +1 -0
- package/styles/document-editor-container/_fluent-definition.scss +153 -0
- package/styles/document-editor-container/_fusionnew-definition.scss +152 -0
- package/styles/document-editor-container/_highcontrast-definition.scss +128 -0
- package/styles/document-editor-container/_highcontrast-light-definition.scss +131 -0
- package/styles/document-editor-container/_layout.scss +88 -0
- package/styles/document-editor-container/_material-dark-definition.scss +129 -0
- package/styles/document-editor-container/_material-definition.scss +128 -0
- package/styles/document-editor-container/_material3-definition.scss +152 -0
- package/styles/document-editor-container/_tailwind-dark-definition.scss +1 -0
- package/styles/document-editor-container/_tailwind-definition.scss +146 -0
- package/styles/document-editor-container/_theme.scss +2004 -0
- package/styles/document-editor-container/bootstrap-dark.css +4 -1
- package/styles/document-editor-container/bootstrap-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap.css +4 -1
- package/styles/document-editor-container/bootstrap.scss +5 -1
- package/styles/document-editor-container/bootstrap4.css +5 -2
- package/styles/document-editor-container/bootstrap4.scss +5 -1
- package/styles/document-editor-container/bootstrap5-dark.css +5 -2
- package/styles/document-editor-container/bootstrap5-dark.scss +5 -1
- package/styles/document-editor-container/bootstrap5.css +5 -2
- package/styles/document-editor-container/bootstrap5.scss +5 -1
- package/styles/document-editor-container/fabric-dark.css +4 -1
- package/styles/document-editor-container/fabric-dark.scss +5 -1
- package/styles/document-editor-container/fabric.css +4 -1
- package/styles/document-editor-container/fabric.scss +5 -1
- package/styles/document-editor-container/fluent-dark.css +5 -2
- package/styles/document-editor-container/fluent-dark.scss +5 -1
- package/styles/document-editor-container/fluent.css +5 -2
- package/styles/document-editor-container/fluent.scss +5 -1
- package/styles/document-editor-container/highcontrast-light.css +22 -19
- package/styles/document-editor-container/highcontrast-light.scss +5 -1
- package/styles/document-editor-container/highcontrast.css +4 -1
- package/styles/document-editor-container/highcontrast.scss +5 -1
- package/styles/document-editor-container/icons/_bootstrap-dark.scss +397 -0
- package/styles/document-editor-container/icons/_bootstrap.scss +397 -0
- package/styles/document-editor-container/icons/_bootstrap4.scss +397 -0
- package/styles/document-editor-container/icons/_bootstrap5-dark.scss +1 -0
- package/styles/document-editor-container/icons/_bootstrap5.scss +423 -0
- package/styles/document-editor-container/icons/_fabric-dark.scss +397 -0
- package/styles/document-editor-container/icons/_fabric.scss +397 -0
- package/styles/document-editor-container/icons/_fluent-dark.scss +1 -0
- package/styles/document-editor-container/icons/_fluent.scss +423 -0
- package/styles/document-editor-container/icons/_fusionnew.scss +423 -0
- package/styles/document-editor-container/icons/_highcontrast-light.scss +397 -0
- package/styles/document-editor-container/icons/_highcontrast.scss +397 -0
- package/styles/document-editor-container/icons/_material-dark.scss +400 -0
- package/styles/document-editor-container/icons/_material.scss +400 -0
- package/styles/document-editor-container/icons/_material3.scss +423 -0
- package/styles/document-editor-container/icons/_tailwind-dark.scss +423 -0
- package/styles/document-editor-container/icons/_tailwind.scss +423 -0
- package/styles/document-editor-container/material-dark.css +4 -1
- package/styles/document-editor-container/material-dark.scss +5 -1
- package/styles/document-editor-container/material.css +4 -1
- package/styles/document-editor-container/material.scss +5 -1
- package/styles/document-editor-container/tailwind-dark.css +5 -3
- package/styles/document-editor-container/tailwind-dark.scss +5 -1
- package/styles/document-editor-container/tailwind.css +5 -3
- package/styles/document-editor-container/tailwind.scss +5 -1
- package/styles/fabric-dark.css +215 -105
- package/styles/fabric.css +215 -105
- package/styles/fluent-dark.css +223 -112
- package/styles/fluent.css +223 -112
- package/styles/highcontrast-light.css +78 -47
- package/styles/highcontrast.css +215 -105
- package/styles/material-dark.css +208 -98
- package/styles/material.css +206 -96
- package/styles/tailwind-dark.css +226 -130
- package/styles/tailwind.css +226 -130
- package/syncfusion-ej2-angular-documenteditor.d.ts +5 -0
- package/@syncfusion/ej2-angular-documenteditor.es5.js +0 -574
- package/@syncfusion/ej2-angular-documenteditor.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-documenteditor.js +0 -544
- package/@syncfusion/ej2-angular-documenteditor.js.map +0 -1
- package/CHANGELOG.md +0 -3071
- package/dist/ej2-angular-documenteditor.umd.js +0 -838
- package/dist/ej2-angular-documenteditor.umd.js.map +0 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +0 -11
- package/dist/ej2-angular-documenteditor.umd.min.js.map +0 -1
- package/ej2-angular-documenteditor.d.ts +0 -6
- package/ej2-angular-documenteditor.metadata.json +0 -1
- package/postinstall/tagchange.js +0 -18
- package/schematics/collection.json +0 -15
- package/schematics/generators/documenteditorcontainer-default/index.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/index.js +0 -8
- package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +0 -5
- package/schematics/generators/documenteditorcontainer-default/sample-details.js +0 -7
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -3
- package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -8
- package/schematics/generators/documenteditorcontainer-default/schema.d.ts +0 -3
- package/schematics/generators/documenteditorcontainer-default/schema.js +0 -2
- package/schematics/generators/documenteditorcontainer-default/schema.json +0 -124
- package/schematics/ng-add/index.d.ts +0 -3
- package/schematics/ng-add/index.js +0 -9
- package/schematics/ng-add/schema.d.ts +0 -13
- package/schematics/ng-add/schema.js +0 -2
- package/schematics/ng-add/schema.json +0 -34
- package/schematics/tsconfig.json +0 -25
- package/schematics/utils/lib-details.d.ts +0 -4
- package/schematics/utils/lib-details.js +0 -6
package/styles/tailwind.css
CHANGED
|
@@ -164,25 +164,23 @@
|
|
|
164
164
|
|
|
165
165
|
.e-de-table-border-setting {
|
|
166
166
|
border: 1px solid #d1d5db;
|
|
167
|
-
height:
|
|
167
|
+
height: 40px;
|
|
168
168
|
left: 5px;
|
|
169
169
|
position: relative;
|
|
170
170
|
top: 5px;
|
|
171
|
-
width:
|
|
171
|
+
width: 40px;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
.e-de-table-border-setting-genral {
|
|
175
175
|
border: 1px solid #6b7280;
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
width: 60px;
|
|
176
|
+
height: 52px;
|
|
177
|
+
width: 52px;
|
|
179
178
|
}
|
|
180
179
|
|
|
181
180
|
.e-de-table-border-preview-genral {
|
|
182
181
|
border: 1px solid #6b7280;
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
width: 25px;
|
|
182
|
+
height: 24px;
|
|
183
|
+
width: 24px;
|
|
186
184
|
}
|
|
187
185
|
|
|
188
186
|
.e-de-table-border-inside-setting:hover {
|
|
@@ -209,14 +207,14 @@
|
|
|
209
207
|
.e-de-table-border-none-setting::before {
|
|
210
208
|
color: #6b7280;
|
|
211
209
|
content: "\e7eb";
|
|
212
|
-
font-size:
|
|
210
|
+
font-size: 38px;
|
|
213
211
|
position: absolute;
|
|
214
212
|
}
|
|
215
213
|
|
|
216
214
|
.e-de-table-border-box-setting::before {
|
|
217
215
|
color: #6b7280;
|
|
218
216
|
content: "\e834";
|
|
219
|
-
font-size:
|
|
217
|
+
font-size: 34px;
|
|
220
218
|
left: 2px;
|
|
221
219
|
position: absolute;
|
|
222
220
|
top: 2px;
|
|
@@ -226,7 +224,7 @@
|
|
|
226
224
|
color: #6b7280;
|
|
227
225
|
content: "\e7e8";
|
|
228
226
|
font-family: "e-icons";
|
|
229
|
-
font-size:
|
|
227
|
+
font-size: 34px;
|
|
230
228
|
left: 2px;
|
|
231
229
|
position: absolute;
|
|
232
230
|
top: 2px;
|
|
@@ -235,7 +233,41 @@
|
|
|
235
233
|
.e-de-table-border-custom-setting::before {
|
|
236
234
|
color: #6b7280;
|
|
237
235
|
content: "\e7d5";
|
|
238
|
-
font-size:
|
|
236
|
+
font-size: 34px;
|
|
237
|
+
left: 2px;
|
|
238
|
+
position: absolute;
|
|
239
|
+
top: 2px;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
.e-de-para-border-none-setting::before {
|
|
243
|
+
color: #6b7280;
|
|
244
|
+
content: "\e890";
|
|
245
|
+
font-size: 38px;
|
|
246
|
+
position: absolute;
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.e-de-para-border-box-setting::before {
|
|
250
|
+
color: #6b7280;
|
|
251
|
+
content: "\e891";
|
|
252
|
+
font-size: 34px;
|
|
253
|
+
left: 2px;
|
|
254
|
+
position: absolute;
|
|
255
|
+
top: 2px;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
.e-de-para-border-shadow-setting::before {
|
|
259
|
+
color: #6b7280;
|
|
260
|
+
content: "\e892";
|
|
261
|
+
font-size: 34px;
|
|
262
|
+
left: 2px;
|
|
263
|
+
position: absolute;
|
|
264
|
+
top: 2px;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.e-de-para-border-custom-setting::before {
|
|
268
|
+
color: #6b7280;
|
|
269
|
+
content: "\e88f";
|
|
270
|
+
font-size: 34px;
|
|
239
271
|
left: 2px;
|
|
240
272
|
position: absolute;
|
|
241
273
|
top: 2px;
|
|
@@ -246,72 +278,72 @@
|
|
|
246
278
|
content: "\e7e0";
|
|
247
279
|
font-family: "e-icons";
|
|
248
280
|
font-size: 16px;
|
|
249
|
-
left:
|
|
281
|
+
left: 5px;
|
|
250
282
|
position: absolute;
|
|
251
|
-
top:
|
|
283
|
+
top: 2px;
|
|
252
284
|
}
|
|
253
285
|
|
|
254
286
|
.e-de-table-border-topcenter-alignment::before {
|
|
255
287
|
color: #6b7280;
|
|
256
288
|
content: "\e83b";
|
|
257
289
|
font-size: 16px;
|
|
258
|
-
left:
|
|
290
|
+
left: 5px;
|
|
259
291
|
position: absolute;
|
|
260
|
-
top:
|
|
292
|
+
top: 2px;
|
|
261
293
|
}
|
|
262
294
|
|
|
263
295
|
.e-de-table-border-topbottom-alignment::before {
|
|
264
296
|
color: #6b7280;
|
|
265
297
|
content: "\e766";
|
|
266
298
|
font-size: 16px;
|
|
267
|
-
left:
|
|
299
|
+
left: 5px;
|
|
268
300
|
position: absolute;
|
|
269
|
-
top:
|
|
301
|
+
top: 2px;
|
|
270
302
|
}
|
|
271
303
|
|
|
272
304
|
.e-de-table-border-diagionalup-alignment::before {
|
|
273
305
|
color: #6b7280;
|
|
274
306
|
content: "\e79d";
|
|
275
307
|
font-size: 16px;
|
|
276
|
-
left:
|
|
308
|
+
left: 5px;
|
|
277
309
|
position: absolute;
|
|
278
|
-
top:
|
|
310
|
+
top: 2px;
|
|
279
311
|
}
|
|
280
312
|
|
|
281
313
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
282
314
|
color: #6b7280;
|
|
283
315
|
content: "\e784";
|
|
284
316
|
font-size: 16px;
|
|
285
|
-
left:
|
|
317
|
+
left: 5px;
|
|
286
318
|
position: absolute;
|
|
287
|
-
top:
|
|
319
|
+
top: 2px;
|
|
288
320
|
}
|
|
289
321
|
|
|
290
322
|
.e-de-table-border-bottomleft-alignment::before {
|
|
291
323
|
color: #6b7280;
|
|
292
324
|
content: "\e806";
|
|
293
325
|
font-size: 16px;
|
|
294
|
-
left:
|
|
326
|
+
left: 5px;
|
|
295
327
|
position: absolute;
|
|
296
|
-
top:
|
|
328
|
+
top: 2px;
|
|
297
329
|
}
|
|
298
330
|
|
|
299
331
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
300
332
|
color: #6b7280;
|
|
301
333
|
content: "\e792";
|
|
302
334
|
font-size: 16px;
|
|
303
|
-
left:
|
|
335
|
+
left: 5px;
|
|
304
336
|
position: absolute;
|
|
305
|
-
top:
|
|
337
|
+
top: 2px;
|
|
306
338
|
}
|
|
307
339
|
|
|
308
340
|
.e-de-table-border-bottomright-alignment::before {
|
|
309
341
|
color: #6b7280;
|
|
310
342
|
content: "\e7ab";
|
|
311
343
|
font-size: 16px;
|
|
312
|
-
left:
|
|
344
|
+
left: 5px;
|
|
313
345
|
position: absolute;
|
|
314
|
-
top:
|
|
346
|
+
top: 2px;
|
|
315
347
|
}
|
|
316
348
|
|
|
317
349
|
.e-menu-item .e-de-cmt-add::before {
|
|
@@ -747,7 +779,7 @@
|
|
|
747
779
|
.e-documenteditor .e-de-op-close-button {
|
|
748
780
|
left: 267px;
|
|
749
781
|
position: absolute;
|
|
750
|
-
top:
|
|
782
|
+
top: 12px;
|
|
751
783
|
}
|
|
752
784
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
753
785
|
left: 14px;
|
|
@@ -952,7 +984,7 @@
|
|
|
952
984
|
display: block;
|
|
953
985
|
font-size: 14px;
|
|
954
986
|
font-weight: 500;
|
|
955
|
-
margin-bottom: 8px
|
|
987
|
+
margin-bottom: 8px;
|
|
956
988
|
}
|
|
957
989
|
|
|
958
990
|
.e-content-placeholder.e-documenteditor.e-placeholder-documenteditor {
|
|
@@ -968,18 +1000,18 @@
|
|
|
968
1000
|
}
|
|
969
1001
|
|
|
970
1002
|
.e-de-toc-modify-button {
|
|
971
|
-
margin-left:
|
|
1003
|
+
margin-left: 156px;
|
|
972
1004
|
margin-top: 10px;
|
|
973
1005
|
}
|
|
974
1006
|
|
|
975
1007
|
.e-de-toc-modify-button.e-de-rtl {
|
|
976
1008
|
margin-left: 0;
|
|
977
|
-
margin-right:
|
|
1009
|
+
margin-right: 156px;
|
|
978
1010
|
}
|
|
979
1011
|
|
|
980
1012
|
.e-de-toc-dlg-container {
|
|
981
1013
|
height: 454px;
|
|
982
|
-
width:
|
|
1014
|
+
width: 550px;
|
|
983
1015
|
}
|
|
984
1016
|
|
|
985
1017
|
.e-de-toc-dlg-sub-container {
|
|
@@ -990,15 +1022,12 @@
|
|
|
990
1022
|
border: 1px solid #d1d5db;
|
|
991
1023
|
border-radius: 3px;
|
|
992
1024
|
font-size: 12px;
|
|
993
|
-
height:
|
|
994
|
-
margin-left: 38px;
|
|
1025
|
+
height: 186px;
|
|
995
1026
|
overflow-y: scroll;
|
|
996
|
-
width: 209px;
|
|
997
1027
|
}
|
|
998
1028
|
|
|
999
1029
|
.e-de-toc-list-view.e-de-rtl {
|
|
1000
1030
|
margin-left: 0;
|
|
1001
|
-
margin-right: 38px;
|
|
1002
1031
|
}
|
|
1003
1032
|
|
|
1004
1033
|
.e-de-toc-dlg-sub-heading {
|
|
@@ -1178,8 +1207,7 @@
|
|
|
1178
1207
|
margin-right: 20px;
|
|
1179
1208
|
}
|
|
1180
1209
|
|
|
1181
|
-
.e-de-restrict-pane
|
|
1182
|
-
.e-de-op {
|
|
1210
|
+
.e-de-restrict-pane {
|
|
1183
1211
|
border-right: 1px solid #d1d5db;
|
|
1184
1212
|
padding-left: 12px;
|
|
1185
1213
|
padding-top: 12px;
|
|
@@ -1188,6 +1216,14 @@
|
|
|
1188
1216
|
width: 300px;
|
|
1189
1217
|
}
|
|
1190
1218
|
|
|
1219
|
+
.e-de-op {
|
|
1220
|
+
border-right: 1px solid #d1d5db;
|
|
1221
|
+
padding-left: 12px;
|
|
1222
|
+
padding-right: 12px;
|
|
1223
|
+
position: relative;
|
|
1224
|
+
width: 300px;
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1191
1227
|
.e-de-op.e-de-rtl {
|
|
1192
1228
|
padding-left: 0;
|
|
1193
1229
|
padding-right: 12px;
|
|
@@ -1198,17 +1234,19 @@
|
|
|
1198
1234
|
font-family: inherit;
|
|
1199
1235
|
font-size: 15px;
|
|
1200
1236
|
font-weight: 500;
|
|
1201
|
-
margin-bottom:
|
|
1237
|
+
margin-bottom: 12px;
|
|
1238
|
+
padding-top: 12px;
|
|
1202
1239
|
line-height: 24px;
|
|
1203
1240
|
}
|
|
1204
1241
|
|
|
1205
1242
|
.e-de-op-header.e-de-rtl {
|
|
1206
1243
|
direction: rtl;
|
|
1244
|
+
text-align: right;
|
|
1207
1245
|
}
|
|
1208
1246
|
|
|
1209
1247
|
.e-de-op-tab {
|
|
1210
1248
|
border: 0;
|
|
1211
|
-
height:
|
|
1249
|
+
height: auto;
|
|
1212
1250
|
background: transparent;
|
|
1213
1251
|
}
|
|
1214
1252
|
|
|
@@ -1237,7 +1275,6 @@
|
|
|
1237
1275
|
}
|
|
1238
1276
|
|
|
1239
1277
|
.e-de-op-replacetabcontentdiv {
|
|
1240
|
-
height: 82px;
|
|
1241
1278
|
margin-top: 12px;
|
|
1242
1279
|
}
|
|
1243
1280
|
|
|
@@ -1266,7 +1303,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1266
1303
|
.e-de-table-border-heading {
|
|
1267
1304
|
font-size: 16px;
|
|
1268
1305
|
font-weight: 500;
|
|
1269
|
-
padding-bottom:
|
|
1306
|
+
padding-bottom: 8px;
|
|
1270
1307
|
color: #6b7280;
|
|
1271
1308
|
}
|
|
1272
1309
|
|
|
@@ -1285,6 +1322,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1285
1322
|
.e-de-table-setting-labels-heading {
|
|
1286
1323
|
font-size: 12px;
|
|
1287
1324
|
font-weight: 500;
|
|
1325
|
+
margin-left: 10px;
|
|
1288
1326
|
}
|
|
1289
1327
|
|
|
1290
1328
|
.e-de-table-element-subheading {
|
|
@@ -1295,13 +1333,15 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1295
1333
|
|
|
1296
1334
|
.e-de-border-dlg-preview-div {
|
|
1297
1335
|
border: 1px solid rgba(0, 0, 0, 0.54);
|
|
1336
|
+
width: 80px;
|
|
1337
|
+
height: 80px;
|
|
1298
1338
|
}
|
|
1299
1339
|
|
|
1300
1340
|
.e-de-border-dlg-preview-inside-divs {
|
|
1301
1341
|
opacity: 0.54;
|
|
1302
1342
|
}
|
|
1303
1343
|
|
|
1304
|
-
.e-de-
|
|
1344
|
+
.e-de-tablecell-dia-align-div {
|
|
1305
1345
|
border: 1px solid #d1d5db;
|
|
1306
1346
|
display: inline-block;
|
|
1307
1347
|
height: 60px;
|
|
@@ -1309,7 +1349,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1309
1349
|
width: 60px;
|
|
1310
1350
|
}
|
|
1311
1351
|
|
|
1312
|
-
.e-de-
|
|
1352
|
+
.e-de-tablecell-dia-align-div.e-de-rtl {
|
|
1313
1353
|
margin-left: 11px;
|
|
1314
1354
|
margin-right: 0;
|
|
1315
1355
|
}
|
|
@@ -1337,16 +1377,8 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1337
1377
|
border: 1px solid #4f46e5;
|
|
1338
1378
|
}
|
|
1339
1379
|
|
|
1340
|
-
.e-de-table-dialog-
|
|
1341
|
-
font-size: 14px;
|
|
1342
|
-
font-weight: 500;
|
|
1343
|
-
padding-bottom: 12px;
|
|
1380
|
+
.e-de-table-dialog-size-label {
|
|
1344
1381
|
padding-top: 16px !important;
|
|
1345
|
-
color: #6b7280;
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
.e-de-table-dialog-options-label.e-de-table-dialog-size-label {
|
|
1349
|
-
padding-top: 0 !important;
|
|
1350
1382
|
}
|
|
1351
1383
|
|
|
1352
1384
|
.e-de-list-ddl-header {
|
|
@@ -1401,6 +1433,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1401
1433
|
}
|
|
1402
1434
|
|
|
1403
1435
|
.e-de-tbl-dlg-border-btn.e-de-rtl {
|
|
1436
|
+
float: left;
|
|
1404
1437
|
margin-right: 0;
|
|
1405
1438
|
}
|
|
1406
1439
|
|
|
@@ -1522,7 +1555,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1522
1555
|
.e-documenteditor .e-de-op-close-button {
|
|
1523
1556
|
left: 250px;
|
|
1524
1557
|
position: absolute;
|
|
1525
|
-
top:
|
|
1558
|
+
top: 12px;
|
|
1526
1559
|
}
|
|
1527
1560
|
|
|
1528
1561
|
.e-bigger .e-de-table-properties-dlg {
|
|
@@ -1581,7 +1614,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1581
1614
|
.e-bigger .e-de-cmt-date {
|
|
1582
1615
|
font-size: 14px !important;
|
|
1583
1616
|
}
|
|
1584
|
-
.e-bigger .e-de-table-dialog-options-label,
|
|
1585
1617
|
.e-bigger .e-de-table-setting-heading,
|
|
1586
1618
|
.e-bigger .e-de-cell-dia-options-label,
|
|
1587
1619
|
.e-bigger .e-de-style-formatting,
|
|
@@ -1612,7 +1644,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1612
1644
|
}
|
|
1613
1645
|
.e-bigger .e-de-op {
|
|
1614
1646
|
padding-left: 16px;
|
|
1615
|
-
padding-top: 16px;
|
|
1616
1647
|
padding-right: 16px;
|
|
1617
1648
|
width: 308px;
|
|
1618
1649
|
}
|
|
@@ -1642,11 +1673,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1642
1673
|
margin-right: 12px;
|
|
1643
1674
|
}
|
|
1644
1675
|
.e-bigger .e-de-font-clr-div,
|
|
1645
|
-
.e-bigger .e-de-toc-dlg-build-table,
|
|
1646
1676
|
.e-bigger .e-de-toc-dlg-styles,
|
|
1647
|
-
.e-bigger .e-de-tbl-dlg-border-btn {
|
|
1648
|
-
margin-top: 20px;
|
|
1649
|
-
}
|
|
1650
1677
|
.e-bigger .e-de-font-dlg-padding,
|
|
1651
1678
|
.e-bigger .e-de-page-setup-dlg-sub-title-header,
|
|
1652
1679
|
.e-bigger .e-de-op-result-container .e-de-list-ddl-subheaderbottom,
|
|
@@ -1655,15 +1682,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1655
1682
|
.e-bigger .e-de-op-dlg-footer {
|
|
1656
1683
|
margin-top: 16px;
|
|
1657
1684
|
}
|
|
1658
|
-
.e-bigger .e-de-table-ppty-dlg-left-indent-container {
|
|
1659
|
-
bottom: 14px;
|
|
1660
|
-
}
|
|
1661
|
-
.e-bigger .e-de-table-ppty-dlg-left-indent-container {
|
|
1662
|
-
left: 50px;
|
|
1663
|
-
}
|
|
1664
|
-
.e-bigger .e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
|
|
1665
|
-
right: 50px;
|
|
1666
|
-
}
|
|
1667
1685
|
.e-bigger .e-de-ff-drpdwn-mvdn,
|
|
1668
1686
|
.e-bigger .e-de-ff-drpdwn-mvup {
|
|
1669
1687
|
width: 46px !important;
|
|
@@ -1685,7 +1703,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1685
1703
|
height: 38px;
|
|
1686
1704
|
}
|
|
1687
1705
|
.e-bigger .e-de-toc-dlg-container {
|
|
1688
|
-
width:
|
|
1706
|
+
width: 640px;
|
|
1707
|
+
}
|
|
1708
|
+
.e-bigger .e-de-toc-styles-table-div {
|
|
1709
|
+
height: 195px;
|
|
1710
|
+
}
|
|
1711
|
+
.e-bigger .e-de-toc-table-div {
|
|
1712
|
+
height: 127px;
|
|
1689
1713
|
}
|
|
1690
1714
|
.e-bigger .e-de-toc-list-view {
|
|
1691
1715
|
height: 204px;
|
|
@@ -1726,9 +1750,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
1726
1750
|
}
|
|
1727
1751
|
.e-bigger .e-de-list-ddl-subheader,
|
|
1728
1752
|
.e-bigger .e-de-cell-dia-label-common,
|
|
1729
|
-
.e-bigger .e-de-table-ppty-options-break {
|
|
1730
|
-
margin-top: 12px;
|
|
1731
|
-
}
|
|
1732
1753
|
.e-bigger .e-de-page-setup-dlg-sub-container-port {
|
|
1733
1754
|
margin-top: 42px;
|
|
1734
1755
|
}
|
|
@@ -2285,7 +2306,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2285
2306
|
}
|
|
2286
2307
|
|
|
2287
2308
|
.e-de-search-tab-content {
|
|
2288
|
-
margin-right: 12px;
|
|
2289
2309
|
margin-top: 12px;
|
|
2290
2310
|
width: 275px;
|
|
2291
2311
|
}
|
|
@@ -2318,21 +2338,35 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2318
2338
|
font-weight: 500;
|
|
2319
2339
|
}
|
|
2320
2340
|
|
|
2341
|
+
.e-bigger .e-de-insert-spellchecker {
|
|
2342
|
+
width: 600px;
|
|
2343
|
+
}
|
|
2344
|
+
|
|
2321
2345
|
.e-de-dlg-spellcheck-listview {
|
|
2322
2346
|
height: 122px !important;
|
|
2347
|
+
margin-right: 12px;
|
|
2323
2348
|
margin-top: 8px;
|
|
2324
2349
|
position: relative;
|
|
2325
2350
|
float: left;
|
|
2326
|
-
width:
|
|
2351
|
+
width: 100%;
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
.e-de-dlg-spellcheck-listview.e-de-rtl {
|
|
2355
|
+
float: right;
|
|
2327
2356
|
}
|
|
2328
2357
|
|
|
2329
2358
|
.e-de-spellcheck-error-container {
|
|
2330
2359
|
height: 140px;
|
|
2331
2360
|
margin-bottom: 16px;
|
|
2361
|
+
display: -ms-flexbox;
|
|
2362
|
+
display: flex;
|
|
2332
2363
|
}
|
|
2333
2364
|
|
|
2334
2365
|
.e-de-spellcheck-suggestion-container {
|
|
2335
2366
|
height: 140px;
|
|
2367
|
+
margin-bottom: 16px;
|
|
2368
|
+
display: -ms-flexbox;
|
|
2369
|
+
display: flex;
|
|
2336
2370
|
}
|
|
2337
2371
|
|
|
2338
2372
|
.e-dlg-spellcheck-listitem {
|
|
@@ -2342,13 +2376,17 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2342
2376
|
.e-de-spellcheck-btncontainer {
|
|
2343
2377
|
margin-top: 8px;
|
|
2344
2378
|
position: relative;
|
|
2345
|
-
width:
|
|
2379
|
+
width: 100%;
|
|
2346
2380
|
float: right;
|
|
2347
2381
|
}
|
|
2348
2382
|
|
|
2383
|
+
.e-de-spellcheck-btncontainer.e-de-rtl {
|
|
2384
|
+
float: left;
|
|
2385
|
+
}
|
|
2386
|
+
|
|
2349
2387
|
.e-de-spellcheck-btn {
|
|
2350
2388
|
margin-bottom: 8px;
|
|
2351
|
-
width:
|
|
2389
|
+
width: 100%;
|
|
2352
2390
|
}
|
|
2353
2391
|
|
|
2354
2392
|
.e-de-dlg-spellchecker-subheader {
|
|
@@ -2376,7 +2414,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2376
2414
|
}
|
|
2377
2415
|
|
|
2378
2416
|
.e-de-table-border-shading-dlg {
|
|
2379
|
-
height: 438px;
|
|
2380
2417
|
width: 460px;
|
|
2381
2418
|
}
|
|
2382
2419
|
|
|
@@ -2533,7 +2570,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2533
2570
|
.e-de-table-border-bottomcenter-alignment,
|
|
2534
2571
|
.e-de-table-border-bottomright-alignment {
|
|
2535
2572
|
left: 48%;
|
|
2536
|
-
position:
|
|
2573
|
+
position: relative;
|
|
2537
2574
|
top: 59%;
|
|
2538
2575
|
transform: translate(-50%, -50%);
|
|
2539
2576
|
}
|
|
@@ -2657,8 +2694,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2657
2694
|
|
|
2658
2695
|
.e-de-op-replace-messagediv {
|
|
2659
2696
|
color: #111827;
|
|
2660
|
-
|
|
2661
|
-
top: 144px;
|
|
2697
|
+
top: auto;
|
|
2662
2698
|
}
|
|
2663
2699
|
|
|
2664
2700
|
.e-de-font-content-label .e-label,
|
|
@@ -2727,16 +2763,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2727
2763
|
margin-right: 12px;
|
|
2728
2764
|
}
|
|
2729
2765
|
|
|
2730
|
-
.e-de-table-ppty-dlg-left-indent-container {
|
|
2731
|
-
bottom: 8px;
|
|
2732
|
-
left: 46px;
|
|
2733
|
-
position: relative;
|
|
2734
|
-
}
|
|
2735
|
-
|
|
2736
|
-
.e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
|
|
2737
|
-
right: 46px;
|
|
2738
|
-
}
|
|
2739
|
-
|
|
2740
2766
|
.e-de-table-ppty-dlg-row-height-label {
|
|
2741
2767
|
float: right;
|
|
2742
2768
|
margin-right: 184px;
|
|
@@ -2842,10 +2868,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2842
2868
|
margin-right: 38px;
|
|
2843
2869
|
}
|
|
2844
2870
|
|
|
2845
|
-
.e-de-toc-dlg-build-table {
|
|
2846
|
-
margin-top: 16px;
|
|
2847
|
-
}
|
|
2848
|
-
|
|
2849
2871
|
.e-de-toc-table-div .e-de-toc-dlg-toc-level {
|
|
2850
2872
|
height: 24px;
|
|
2851
2873
|
margin-left: 36px;
|
|
@@ -2855,8 +2877,9 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2855
2877
|
.e-de-toc-styles-table-div {
|
|
2856
2878
|
border: 1px solid #d1d5db;
|
|
2857
2879
|
border-radius: 3px;
|
|
2858
|
-
margin-top:
|
|
2859
|
-
width:
|
|
2880
|
+
margin-top: 10px;
|
|
2881
|
+
width: 100%;
|
|
2882
|
+
height: 183px;
|
|
2860
2883
|
}
|
|
2861
2884
|
|
|
2862
2885
|
.e-de-toc-dlg-sub-level-heading {
|
|
@@ -2866,7 +2889,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
2866
2889
|
.e-de-toc-table-div {
|
|
2867
2890
|
height: 143px;
|
|
2868
2891
|
overflow-y: scroll;
|
|
2869
|
-
width:
|
|
2892
|
+
width: 100%;
|
|
2870
2893
|
}
|
|
2871
2894
|
|
|
2872
2895
|
.e-de-toc-dlg-style-input {
|
|
@@ -3013,15 +3036,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3013
3036
|
padding: 0;
|
|
3014
3037
|
}
|
|
3015
3038
|
|
|
3016
|
-
.e-de-table-border-fill.e-de-rtl {
|
|
3017
|
-
margin-left: 15px;
|
|
3018
|
-
}
|
|
3019
|
-
|
|
3020
|
-
.e-de-table-border-fill:not(.e-de-rtl) {
|
|
3021
|
-
margin-right: 15px;
|
|
3022
|
-
margin-top: 5px;
|
|
3023
|
-
}
|
|
3024
|
-
|
|
3025
3039
|
.e-de-table-ppty-dlg-tabs {
|
|
3026
3040
|
height: 280px;
|
|
3027
3041
|
position: relative;
|
|
@@ -3057,7 +3071,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3057
3071
|
.e-de-tbl-rtl-btn-div {
|
|
3058
3072
|
font-size: 12px;
|
|
3059
3073
|
margin-right: 14px;
|
|
3060
|
-
width: 140px;
|
|
3061
3074
|
}
|
|
3062
3075
|
|
|
3063
3076
|
.e-de-tbl-rtl-btn-div.e-de-rtl {
|
|
@@ -3067,7 +3080,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3067
3080
|
|
|
3068
3081
|
.e-de-tbl-ltr-btn-div {
|
|
3069
3082
|
font-size: 12px;
|
|
3070
|
-
width: 140px;
|
|
3071
3083
|
}
|
|
3072
3084
|
|
|
3073
3085
|
.e-de-disabledbutton {
|
|
@@ -3099,11 +3111,11 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3099
3111
|
width: 90px;
|
|
3100
3112
|
}
|
|
3101
3113
|
.e-bigger .e-de-toc-label {
|
|
3102
|
-
margin-left:
|
|
3114
|
+
margin-left: 0px;
|
|
3103
3115
|
}
|
|
3104
3116
|
.e-bigger .e-de-toc-label-rtl {
|
|
3105
3117
|
margin-left: 0px;
|
|
3106
|
-
margin-right:
|
|
3118
|
+
margin-right: 0px;
|
|
3107
3119
|
}
|
|
3108
3120
|
.e-bigger .e-de-outline-rtl {
|
|
3109
3121
|
width: 173px;
|
|
@@ -3386,34 +3398,26 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3386
3398
|
}
|
|
3387
3399
|
|
|
3388
3400
|
.e-btn.e-outline.e-de-track-accept-button {
|
|
3389
|
-
|
|
3390
|
-
background-color: transparent;
|
|
3391
|
-
color: #4d841e;
|
|
3401
|
+
min-width: 66px;
|
|
3392
3402
|
padding: 5px 4px;
|
|
3393
3403
|
text-transform: initial;
|
|
3394
3404
|
}
|
|
3395
3405
|
|
|
3396
3406
|
.e-btn.e-outline.e-de-track-accept-button:hover {
|
|
3397
|
-
|
|
3398
|
-
background-color: #15803d;
|
|
3399
|
-
color: #fff;
|
|
3407
|
+
min-width: 66px;
|
|
3400
3408
|
padding: 5px 4px;
|
|
3401
3409
|
text-transform: initial;
|
|
3402
3410
|
}
|
|
3403
3411
|
|
|
3404
3412
|
.e-btn.e-outline.e-de-track-reject-button {
|
|
3405
|
-
|
|
3406
|
-
background-color: transparent;
|
|
3407
|
-
color: #dc2626;
|
|
3413
|
+
min-width: 64px;
|
|
3408
3414
|
padding: 5px 6px;
|
|
3409
3415
|
margin-left: 8px;
|
|
3410
3416
|
text-transform: initial;
|
|
3411
3417
|
}
|
|
3412
3418
|
|
|
3413
3419
|
.e-btn.e-outline.e-de-track-reject-button:hover {
|
|
3414
|
-
|
|
3415
|
-
background-color: #dc2626;
|
|
3416
|
-
color: #fff;
|
|
3420
|
+
min-width: 64px;
|
|
3417
3421
|
padding: 5px 6px;
|
|
3418
3422
|
margin-left: 8px;
|
|
3419
3423
|
text-transform: initial;
|
|
@@ -3477,13 +3481,13 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3477
3481
|
.e-de-track-chng-table {
|
|
3478
3482
|
border-collapse: collapse;
|
|
3479
3483
|
border-spacing: 0px;
|
|
3480
|
-
height: 20px;
|
|
3481
3484
|
opacity: 70%;
|
|
3482
3485
|
width: 100%;
|
|
3483
3486
|
}
|
|
3484
3487
|
|
|
3485
3488
|
.e-de-tc-tble-cell {
|
|
3486
3489
|
border: 1px solid;
|
|
3490
|
+
height: 20px;
|
|
3487
3491
|
}
|
|
3488
3492
|
|
|
3489
3493
|
.e-de-tc-shrink-img {
|
|
@@ -3617,7 +3621,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3617
3621
|
|
|
3618
3622
|
.e-de-lock-mark {
|
|
3619
3623
|
cursor: default;
|
|
3620
|
-
color: #
|
|
3624
|
+
color: #6b7280;
|
|
3621
3625
|
font-size: 13px;
|
|
3622
3626
|
height: 13px;
|
|
3623
3627
|
pointer-events: all;
|
|
@@ -3626,7 +3630,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3626
3630
|
|
|
3627
3631
|
.e-de-cmt-mark {
|
|
3628
3632
|
cursor: default;
|
|
3629
|
-
color: #
|
|
3633
|
+
color: #6b7280;
|
|
3630
3634
|
font-size: 13px;
|
|
3631
3635
|
height: 13px;
|
|
3632
3636
|
pointer-events: all;
|
|
@@ -3773,6 +3777,65 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3773
3777
|
margin-top: 3px;
|
|
3774
3778
|
}
|
|
3775
3779
|
|
|
3780
|
+
.e-de-table-dialog-row-height {
|
|
3781
|
+
padding-top: 24px;
|
|
3782
|
+
}
|
|
3783
|
+
|
|
3784
|
+
.e-de-tablecell-dialog-alignment-icon {
|
|
3785
|
+
width: 54px;
|
|
3786
|
+
height: 54px;
|
|
3787
|
+
margin: 2px;
|
|
3788
|
+
}
|
|
3789
|
+
|
|
3790
|
+
.e-de-table-dia-indent-from-left {
|
|
3791
|
+
right: 45px;
|
|
3792
|
+
}
|
|
3793
|
+
|
|
3794
|
+
.e-de-table-dia-align-div {
|
|
3795
|
+
border: 1px solid #d1d5db;
|
|
3796
|
+
display: inline-block;
|
|
3797
|
+
height: 52px;
|
|
3798
|
+
margin-right: 11px;
|
|
3799
|
+
width: 52px;
|
|
3800
|
+
}
|
|
3801
|
+
|
|
3802
|
+
.e-de-table-dialog-alignment-icon {
|
|
3803
|
+
margin: 2px;
|
|
3804
|
+
height: 46px;
|
|
3805
|
+
}
|
|
3806
|
+
|
|
3807
|
+
.e-de-table-border-setting-genral {
|
|
3808
|
+
margin-right: 11px;
|
|
3809
|
+
}
|
|
3810
|
+
|
|
3811
|
+
.e-de-table-border-clr-left-container {
|
|
3812
|
+
padding-right: 19px;
|
|
3813
|
+
}
|
|
3814
|
+
|
|
3815
|
+
.e-de-table-border-clr-heading {
|
|
3816
|
+
font-size: 12px;
|
|
3817
|
+
font-weight: 500;
|
|
3818
|
+
padding-bottom: 4px;
|
|
3819
|
+
}
|
|
3820
|
+
|
|
3821
|
+
.e-de-table-border-icon-container {
|
|
3822
|
+
margin-top: 4px;
|
|
3823
|
+
margin-right: 4px;
|
|
3824
|
+
}
|
|
3825
|
+
|
|
3826
|
+
.e-de-table-border-preview-container {
|
|
3827
|
+
padding-left: 72px;
|
|
3828
|
+
}
|
|
3829
|
+
|
|
3830
|
+
.e-de-table-dlg-alignment-heading {
|
|
3831
|
+
color: #6b7280;
|
|
3832
|
+
display: block;
|
|
3833
|
+
font-size: 14px;
|
|
3834
|
+
font-weight: 500;
|
|
3835
|
+
margin-bottom: 2px;
|
|
3836
|
+
line-height: 22px;
|
|
3837
|
+
}
|
|
3838
|
+
|
|
3776
3839
|
.e-rtl .e-de-cmt-author-name {
|
|
3777
3840
|
padding-left: 0%;
|
|
3778
3841
|
padding-right: 12px;
|
|
@@ -3782,6 +3845,37 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
3782
3845
|
padding-bottom: 7px;
|
|
3783
3846
|
padding-right: 9px;
|
|
3784
3847
|
}
|
|
3848
|
+
.e-rtl .e-de-ok-button {
|
|
3849
|
+
margin-right: 0;
|
|
3850
|
+
margin-left: 8px;
|
|
3851
|
+
}
|
|
3852
|
+
.e-rtl .e-de-table-dia-align-div.e-de-rtl {
|
|
3853
|
+
margin-left: 11px;
|
|
3854
|
+
margin-right: 0;
|
|
3855
|
+
}
|
|
3856
|
+
.e-rtl .e-de-table-border-clr-left-container {
|
|
3857
|
+
padding-right: 0;
|
|
3858
|
+
padding-left: 19px;
|
|
3859
|
+
}
|
|
3860
|
+
.e-rtl .e-de-table-border-preview-container {
|
|
3861
|
+
padding-right: 72px;
|
|
3862
|
+
padding-left: 0;
|
|
3863
|
+
}
|
|
3864
|
+
.e-rtl .e-de-table-border-setting-genral {
|
|
3865
|
+
margin-right: 0;
|
|
3866
|
+
margin-left: 11px;
|
|
3867
|
+
}
|
|
3868
|
+
.e-rtl .e-de-table-border-icon-container {
|
|
3869
|
+
margin-right: 0;
|
|
3870
|
+
margin-left: 4px;
|
|
3871
|
+
}
|
|
3872
|
+
.e-rtl .e-de-table-border-preview {
|
|
3873
|
+
width: 23px;
|
|
3874
|
+
}
|
|
3875
|
+
.e-rtl .e-de-table-setting-labels-heading {
|
|
3876
|
+
margin-left: 0;
|
|
3877
|
+
margin-right: 10px;
|
|
3878
|
+
}
|
|
3785
3879
|
|
|
3786
3880
|
.e-bigger .e-de-cmt-author-name {
|
|
3787
3881
|
padding-left: 16px;
|
|
@@ -4118,6 +4212,10 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
4118
4212
|
content: "\e77e";
|
|
4119
4213
|
}
|
|
4120
4214
|
|
|
4215
|
+
.e-de-ctnr-borders::before {
|
|
4216
|
+
content: "\e893";
|
|
4217
|
+
}
|
|
4218
|
+
|
|
4121
4219
|
.e-de-ctnr-decreaseindent::before {
|
|
4122
4220
|
content: "\e72a";
|
|
4123
4221
|
}
|
|
@@ -5060,7 +5158,7 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5060
5158
|
}
|
|
5061
5159
|
|
|
5062
5160
|
.e-de-list-header-presetmenu .e-de-list-line {
|
|
5063
|
-
border-bottom: 1px solid #
|
|
5161
|
+
border-bottom: 1px solid #6b7280;
|
|
5064
5162
|
margin-left: 5px;
|
|
5065
5163
|
width: 100%;
|
|
5066
5164
|
}
|
|
@@ -5077,7 +5175,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5077
5175
|
}
|
|
5078
5176
|
|
|
5079
5177
|
.e-de-list-header-presetmenu div span {
|
|
5080
|
-
color: #aaa;
|
|
5081
5178
|
display: inline-block;
|
|
5082
5179
|
vertical-align: middle;
|
|
5083
5180
|
}
|
|
@@ -5204,7 +5301,6 @@ label[for*=_wholeWord_e-de-rtl] {
|
|
|
5204
5301
|
}
|
|
5205
5302
|
|
|
5206
5303
|
.e-de-toc-template1 {
|
|
5207
|
-
background: #fff;
|
|
5208
5304
|
border: 1px solid #e5e7eb;
|
|
5209
5305
|
color: #6b7280;
|
|
5210
5306
|
height: 129px;
|