@syncfusion/ej2-angular-documenteditor 20.1.52 → 20.1.55
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 +2 -0
- package/dist/ej2-angular-documenteditor.umd.js +1 -1
- package/dist/ej2-angular-documenteditor.umd.min.js +1 -1
- package/package.json +8 -8
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +260 -463
- package/styles/bootstrap.css +260 -465
- package/styles/bootstrap4.css +259 -489
- package/styles/bootstrap5-dark.css +267 -500
- package/styles/bootstrap5.css +267 -500
- package/styles/document-editor/bootstrap-dark.css +148 -248
- package/styles/document-editor/bootstrap.css +148 -248
- package/styles/document-editor/bootstrap4.css +147 -255
- package/styles/document-editor/bootstrap5-dark.css +157 -272
- package/styles/document-editor/bootstrap5.css +157 -272
- package/styles/document-editor/fabric-dark.css +148 -248
- package/styles/document-editor/fabric.css +148 -248
- package/styles/document-editor/fluent-dark.css +157 -268
- package/styles/document-editor/fluent.css +157 -268
- package/styles/document-editor/highcontrast-light.css +241 -296
- package/styles/document-editor/highcontrast.css +149 -249
- package/styles/document-editor/material-dark.css +147 -246
- package/styles/document-editor/material.css +148 -247
- package/styles/document-editor/tailwind-dark.css +157 -304
- package/styles/document-editor/tailwind.css +157 -304
- package/styles/document-editor-container/bootstrap-dark.css +113 -216
- package/styles/document-editor-container/bootstrap.css +113 -218
- package/styles/document-editor-container/bootstrap4.css +113 -235
- package/styles/document-editor-container/bootstrap5-dark.css +111 -229
- package/styles/document-editor-container/bootstrap5.css +111 -229
- package/styles/document-editor-container/fabric-dark.css +113 -214
- package/styles/document-editor-container/fabric.css +113 -214
- package/styles/document-editor-container/fluent-dark.css +111 -225
- package/styles/document-editor-container/fluent.css +111 -225
- package/styles/document-editor-container/highcontrast-light.css +207 -329
- package/styles/document-editor-container/highcontrast.css +113 -214
- package/styles/document-editor-container/material-dark.css +113 -215
- package/styles/document-editor-container/material.css +113 -216
- package/styles/document-editor-container/tailwind-dark.css +109 -219
- package/styles/document-editor-container/tailwind.css +109 -219
- package/styles/fabric-dark.css +260 -461
- package/styles/fabric.css +260 -461
- package/styles/fluent-dark.css +267 -492
- package/styles/fluent.css +267 -492
- package/styles/highcontrast-light.css +353 -509
- package/styles/highcontrast.css +261 -462
- package/styles/material-dark.css +259 -460
- package/styles/material.css +260 -462
- package/styles/tailwind-dark.css +265 -522
- package/styles/tailwind.css +265 -522
|
@@ -1,111 +1,93 @@
|
|
|
1
1
|
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
|
|
2
2
|
.e-documenteditor .e-close::before {
|
|
3
|
-
content:
|
|
4
|
-
font-family:
|
|
3
|
+
content: "\e825";
|
|
4
|
+
font-family: "e-icons";
|
|
5
5
|
font-size: 14px;
|
|
6
6
|
}
|
|
7
|
-
|
|
8
7
|
.e-documenteditor .e-de-op-search-icon::before {
|
|
9
|
-
content:
|
|
10
|
-
font-family:
|
|
8
|
+
content: "\e275";
|
|
9
|
+
font-family: "e-icons";
|
|
11
10
|
font-size: 10px;
|
|
12
11
|
}
|
|
13
|
-
|
|
14
12
|
.e-documenteditor .e-arrow-up::before {
|
|
15
|
-
content:
|
|
16
|
-
font-family:
|
|
13
|
+
content: "\e834";
|
|
14
|
+
font-family: "e-icons";
|
|
17
15
|
font-size: 10px;
|
|
18
16
|
}
|
|
19
|
-
|
|
20
17
|
.e-documenteditor .e-arrow-down::before {
|
|
21
|
-
content:
|
|
22
|
-
font-family:
|
|
18
|
+
content: "\e83d";
|
|
19
|
+
font-family: "e-icons";
|
|
23
20
|
font-size: 10px;
|
|
24
21
|
}
|
|
25
|
-
|
|
26
22
|
.e-documenteditor .e-de-op-close-icon::before {
|
|
27
|
-
content:
|
|
23
|
+
content: "\e7fc";
|
|
28
24
|
}
|
|
29
|
-
|
|
30
25
|
.e-documenteditor .e-de-op-search-close-icon::before {
|
|
31
|
-
content:
|
|
32
|
-
font-family:
|
|
26
|
+
content: "\e7fc";
|
|
27
|
+
font-family: "e-icons";
|
|
33
28
|
font-size: 10px;
|
|
34
29
|
}
|
|
35
|
-
|
|
36
30
|
.e-documenteditor .e-de-new-cmt::before {
|
|
37
|
-
content:
|
|
38
|
-
font-family:
|
|
31
|
+
content: "\e823";
|
|
32
|
+
font-family: "e-icons";
|
|
39
33
|
}
|
|
40
|
-
|
|
41
34
|
.e-documenteditor .e-de-menu-icon::before {
|
|
42
|
-
content:
|
|
43
|
-
font-family:
|
|
35
|
+
content: "\e984";
|
|
36
|
+
font-family: "e-icons";
|
|
44
37
|
font-size: 10px;
|
|
45
38
|
}
|
|
46
|
-
|
|
47
39
|
.e-documenteditor .e-de-save-icon::before {
|
|
48
|
-
content:
|
|
49
|
-
font-family:
|
|
40
|
+
content: "\e614";
|
|
41
|
+
font-family: "e-icons";
|
|
50
42
|
}
|
|
51
|
-
|
|
52
43
|
.e-documenteditor .e-de-cancel-icon::before {
|
|
53
|
-
content:
|
|
54
|
-
font-family:
|
|
44
|
+
content: "\eb36";
|
|
45
|
+
font-family: "e-icons";
|
|
55
46
|
}
|
|
56
|
-
|
|
57
47
|
.e-documenteditor .e-de-cmt-mark-icon::before {
|
|
58
|
-
content:
|
|
59
|
-
font-family:
|
|
48
|
+
content: "\e817";
|
|
49
|
+
font-family: "e-icons";
|
|
60
50
|
font-size: 13px;
|
|
61
51
|
}
|
|
62
|
-
|
|
63
52
|
.e-documenteditor .e-de-cmt-post::before {
|
|
64
|
-
content:
|
|
65
|
-
font-family:
|
|
53
|
+
content: "\e816";
|
|
54
|
+
font-family: "e-icons";
|
|
66
55
|
}
|
|
67
|
-
|
|
68
56
|
.e-documenteditor .e-de-cmt-rply-icon::before {
|
|
69
|
-
content:
|
|
70
|
-
font-family:
|
|
57
|
+
content: "\e815";
|
|
58
|
+
font-family: "e-icons";
|
|
71
59
|
}
|
|
72
|
-
|
|
73
60
|
.e-documenteditor .e-de-cmt-cancel::before {
|
|
74
|
-
content:
|
|
75
|
-
font-family:
|
|
61
|
+
content: "\e7fc";
|
|
62
|
+
font-family: "e-icons";
|
|
76
63
|
}
|
|
77
|
-
|
|
78
64
|
.e-documenteditor .e-de-cmt-delete::before {
|
|
79
|
-
content:
|
|
80
|
-
font-family:
|
|
65
|
+
content: "\e602";
|
|
66
|
+
font-family: "e-icons";
|
|
81
67
|
}
|
|
82
|
-
|
|
83
68
|
.e-documenteditor .e-de-cmt-reopen::before {
|
|
84
|
-
content:
|
|
85
|
-
font-family:
|
|
69
|
+
content: "\e818";
|
|
70
|
+
font-family: "e-icons";
|
|
86
71
|
}
|
|
87
|
-
|
|
88
72
|
.e-documenteditor .e-de-nav-up::before {
|
|
89
|
-
content:
|
|
90
|
-
font-family:
|
|
73
|
+
content: "\e651";
|
|
74
|
+
font-family: "e-icons";
|
|
91
75
|
}
|
|
92
|
-
|
|
93
76
|
.e-documenteditor .e-de-nav-right-arrow::before {
|
|
94
|
-
content:
|
|
77
|
+
content: "\e913";
|
|
95
78
|
}
|
|
96
|
-
|
|
97
79
|
.e-documenteditor .e-de-nav-left-arrow::before {
|
|
98
|
-
content:
|
|
80
|
+
content: "\e904";
|
|
99
81
|
}
|
|
100
82
|
|
|
101
83
|
.e-de-ctn-title-print::before {
|
|
102
|
-
content:
|
|
103
|
-
font-family:
|
|
84
|
+
content: "\e813";
|
|
85
|
+
font-family: "e-icons";
|
|
104
86
|
}
|
|
105
87
|
|
|
106
88
|
.e-de-ctn-title-download::before {
|
|
107
|
-
content:
|
|
108
|
-
font-family:
|
|
89
|
+
content: "\e603";
|
|
90
|
+
font-family: "e-icons";
|
|
109
91
|
}
|
|
110
92
|
|
|
111
93
|
.e-de-table-properties-alignment:hover {
|
|
@@ -125,37 +107,37 @@
|
|
|
125
107
|
}
|
|
126
108
|
|
|
127
109
|
.e-de-table-left-alignment::before {
|
|
128
|
-
content:
|
|
110
|
+
content: "\e517";
|
|
129
111
|
font-size: 46px;
|
|
130
112
|
}
|
|
131
113
|
|
|
132
114
|
.e-de-table-center-alignment::before {
|
|
133
|
-
content:
|
|
115
|
+
content: "\e518";
|
|
134
116
|
font-size: 46px;
|
|
135
117
|
}
|
|
136
118
|
|
|
137
119
|
.e-de-table-right-alignment::before {
|
|
138
|
-
content:
|
|
120
|
+
content: "\e515";
|
|
139
121
|
font-size: 46px;
|
|
140
122
|
}
|
|
141
123
|
|
|
142
124
|
.e-de-tablecell-top-alignment::before {
|
|
143
|
-
content:
|
|
125
|
+
content: "\e527";
|
|
144
126
|
font-size: 51px;
|
|
145
127
|
}
|
|
146
128
|
|
|
147
129
|
.e-de-tablecell-center-alignment::before {
|
|
148
|
-
content:
|
|
130
|
+
content: "\e526";
|
|
149
131
|
font-size: 51px;
|
|
150
132
|
}
|
|
151
133
|
|
|
152
134
|
.e-de-tablecell-bottom-alignment::before {
|
|
153
|
-
content:
|
|
135
|
+
content: "\e525";
|
|
154
136
|
font-size: 51px;
|
|
155
137
|
}
|
|
156
138
|
|
|
157
139
|
.e-de-table-border-setting {
|
|
158
|
-
border: 1px solid
|
|
140
|
+
border: 1px solid rgb(0, 0, 0);
|
|
159
141
|
height: 48px;
|
|
160
142
|
left: 5px;
|
|
161
143
|
position: relative;
|
|
@@ -199,13 +181,13 @@
|
|
|
199
181
|
}
|
|
200
182
|
|
|
201
183
|
.e-de-table-border-none-setting::before {
|
|
202
|
-
content:
|
|
184
|
+
content: "\e507";
|
|
203
185
|
font-size: 46px;
|
|
204
186
|
position: absolute;
|
|
205
187
|
}
|
|
206
188
|
|
|
207
189
|
.e-de-table-border-box-setting::before {
|
|
208
|
-
content:
|
|
190
|
+
content: "\e509";
|
|
209
191
|
font-size: 42px;
|
|
210
192
|
left: 2px;
|
|
211
193
|
position: absolute;
|
|
@@ -213,7 +195,7 @@
|
|
|
213
195
|
}
|
|
214
196
|
|
|
215
197
|
.e-de-table-border-all-setting::before {
|
|
216
|
-
content:
|
|
198
|
+
content: "\e511";
|
|
217
199
|
font-size: 42px;
|
|
218
200
|
left: 2px;
|
|
219
201
|
position: absolute;
|
|
@@ -221,7 +203,7 @@
|
|
|
221
203
|
}
|
|
222
204
|
|
|
223
205
|
.e-de-table-border-custom-setting::before {
|
|
224
|
-
content:
|
|
206
|
+
content: "\e516";
|
|
225
207
|
font-size: 42px;
|
|
226
208
|
left: 2px;
|
|
227
209
|
position: absolute;
|
|
@@ -229,7 +211,7 @@
|
|
|
229
211
|
}
|
|
230
212
|
|
|
231
213
|
.e-de-table-border-toptop-alignment::before {
|
|
232
|
-
content:
|
|
214
|
+
content: "\e281";
|
|
233
215
|
font-size: 16px;
|
|
234
216
|
left: 4px;
|
|
235
217
|
position: absolute;
|
|
@@ -237,7 +219,7 @@
|
|
|
237
219
|
}
|
|
238
220
|
|
|
239
221
|
.e-de-table-border-topcenter-alignment::before {
|
|
240
|
-
content:
|
|
222
|
+
content: "\e276";
|
|
241
223
|
font-size: 16px;
|
|
242
224
|
left: 4px;
|
|
243
225
|
position: absolute;
|
|
@@ -245,7 +227,7 @@
|
|
|
245
227
|
}
|
|
246
228
|
|
|
247
229
|
.e-de-table-border-topbottom-alignment::before {
|
|
248
|
-
content:
|
|
230
|
+
content: "\e298";
|
|
249
231
|
font-size: 16px;
|
|
250
232
|
left: 4px;
|
|
251
233
|
position: absolute;
|
|
@@ -253,7 +235,7 @@
|
|
|
253
235
|
}
|
|
254
236
|
|
|
255
237
|
.e-de-table-border-diagionalup-alignment::before {
|
|
256
|
-
content:
|
|
238
|
+
content: "\e262";
|
|
257
239
|
font-size: 16px;
|
|
258
240
|
left: 4px;
|
|
259
241
|
position: absolute;
|
|
@@ -261,7 +243,7 @@
|
|
|
261
243
|
}
|
|
262
244
|
|
|
263
245
|
.e-de-table-border-diagionaldown-alignment::before {
|
|
264
|
-
content:
|
|
246
|
+
content: "\e265";
|
|
265
247
|
font-size: 16px;
|
|
266
248
|
left: 4px;
|
|
267
249
|
position: absolute;
|
|
@@ -269,7 +251,7 @@
|
|
|
269
251
|
}
|
|
270
252
|
|
|
271
253
|
.e-de-table-border-bottomleft-alignment::before {
|
|
272
|
-
content:
|
|
254
|
+
content: "\e291";
|
|
273
255
|
font-size: 16px;
|
|
274
256
|
left: 4px;
|
|
275
257
|
position: absolute;
|
|
@@ -277,7 +259,7 @@
|
|
|
277
259
|
}
|
|
278
260
|
|
|
279
261
|
.e-de-table-border-bottomcenter-alignment::before {
|
|
280
|
-
content:
|
|
262
|
+
content: "\e287";
|
|
281
263
|
font-size: 16px;
|
|
282
264
|
left: 4px;
|
|
283
265
|
position: absolute;
|
|
@@ -285,7 +267,7 @@
|
|
|
285
267
|
}
|
|
286
268
|
|
|
287
269
|
.e-de-table-border-bottomright-alignment::before {
|
|
288
|
-
content:
|
|
270
|
+
content: "\e288";
|
|
289
271
|
font-size: 16px;
|
|
290
272
|
left: 4px;
|
|
291
273
|
position: absolute;
|
|
@@ -293,267 +275,267 @@
|
|
|
293
275
|
}
|
|
294
276
|
|
|
295
277
|
.e-de-acceptchange::before {
|
|
296
|
-
content:
|
|
297
|
-
font-family:
|
|
278
|
+
content: "\e19f";
|
|
279
|
+
font-family: "e-icons";
|
|
298
280
|
}
|
|
299
281
|
|
|
300
282
|
.e-de-rejectchange::before {
|
|
301
|
-
content:
|
|
302
|
-
font-family:
|
|
283
|
+
content: "\e204";
|
|
284
|
+
font-family: "e-icons";
|
|
303
285
|
}
|
|
304
286
|
|
|
305
287
|
.e-menu-item .e-de-cmt-add::before {
|
|
306
|
-
content:
|
|
307
|
-
font-family:
|
|
288
|
+
content: "\e814";
|
|
289
|
+
font-family: "e-icons";
|
|
308
290
|
}
|
|
309
291
|
|
|
310
292
|
.e-menu-item .e-de-cut::before {
|
|
311
|
-
content:
|
|
293
|
+
content: "\e279";
|
|
312
294
|
}
|
|
313
295
|
|
|
314
296
|
.e-menu-item .e-de-spellcheck::before {
|
|
315
|
-
content:
|
|
297
|
+
content: "\e689";
|
|
316
298
|
}
|
|
317
299
|
|
|
318
300
|
.e-menu-item .e-de-copy::before {
|
|
319
|
-
content:
|
|
301
|
+
content: "\e280";
|
|
320
302
|
}
|
|
321
303
|
|
|
322
304
|
.e-btn-icon .e-de-paste::before,
|
|
323
305
|
.e-icon-btn .e-de-paste::before,
|
|
324
306
|
.e-menu-item .e-de-paste::before {
|
|
325
|
-
content:
|
|
307
|
+
content: "\e501";
|
|
326
308
|
}
|
|
327
309
|
|
|
328
310
|
.e-menu-item .e-de-continue-numbering::before {
|
|
329
|
-
content:
|
|
311
|
+
content: "\e503";
|
|
330
312
|
}
|
|
331
313
|
|
|
332
314
|
.e-menu-item .e-de-restart-at::before {
|
|
333
|
-
content:
|
|
315
|
+
content: "\e277";
|
|
334
316
|
}
|
|
335
317
|
|
|
336
318
|
.e-menu-item .e-de-insertlink::before {
|
|
337
|
-
content:
|
|
319
|
+
content: "\e290";
|
|
338
320
|
}
|
|
339
321
|
|
|
340
322
|
.e-menu-item .e-de-open-hyperlink::before {
|
|
341
|
-
content:
|
|
323
|
+
content: "\e278";
|
|
342
324
|
}
|
|
343
325
|
|
|
344
326
|
.e-menu-item .e-de-open-properties::before {
|
|
345
|
-
content:
|
|
327
|
+
content: "\e605";
|
|
346
328
|
}
|
|
347
329
|
|
|
348
330
|
.e-menu-item .e-de-copy-hyperlink::before {
|
|
349
|
-
content:
|
|
331
|
+
content: "\e295";
|
|
350
332
|
}
|
|
351
333
|
|
|
352
334
|
.e-menu-item .e-de-edit-hyperlink::before {
|
|
353
|
-
content:
|
|
335
|
+
content: "\e289";
|
|
354
336
|
}
|
|
355
337
|
|
|
356
338
|
.e-menu-item .e-de-remove-hyperlink::before {
|
|
357
|
-
content:
|
|
339
|
+
content: "\e286";
|
|
358
340
|
}
|
|
359
341
|
|
|
360
342
|
.e-menu-item .e-de-fonts::before {
|
|
361
|
-
content:
|
|
343
|
+
content: "\e273";
|
|
362
344
|
}
|
|
363
345
|
|
|
364
346
|
.e-menu-item .e-de-paragraph::before {
|
|
365
|
-
content:
|
|
347
|
+
content: "\e75e";
|
|
366
348
|
}
|
|
367
349
|
|
|
368
350
|
.e-menu-item .e-de-table::before {
|
|
369
|
-
content:
|
|
351
|
+
content: "\e294";
|
|
370
352
|
}
|
|
371
353
|
|
|
372
354
|
.e-menu-item .e-de-insertabove::before {
|
|
373
|
-
content:
|
|
355
|
+
content: "\e506";
|
|
374
356
|
}
|
|
375
357
|
|
|
376
358
|
.e-menu-item .e-de-insertbelow::before {
|
|
377
|
-
content:
|
|
359
|
+
content: "\e505";
|
|
378
360
|
}
|
|
379
361
|
|
|
380
362
|
.e-menu-item .e-de-insertleft::before {
|
|
381
|
-
content:
|
|
363
|
+
content: "\e285";
|
|
382
364
|
}
|
|
383
365
|
|
|
384
366
|
.e-menu-item .e-de-insertright::before {
|
|
385
|
-
content:
|
|
367
|
+
content: "\e284";
|
|
386
368
|
}
|
|
387
369
|
|
|
388
370
|
.e-menu-item .e-de-delete-table::before {
|
|
389
|
-
content:
|
|
371
|
+
content: "\e292";
|
|
390
372
|
}
|
|
391
373
|
|
|
392
374
|
.e-menu-item .e-de-deleterow::before {
|
|
393
|
-
content:
|
|
375
|
+
content: "\e283";
|
|
394
376
|
}
|
|
395
377
|
|
|
396
378
|
.e-menu-item .e-de-deletecolumn::before {
|
|
397
|
-
content:
|
|
379
|
+
content: "\e282";
|
|
398
380
|
}
|
|
399
381
|
|
|
400
382
|
.e-de-bold::before {
|
|
401
|
-
content:
|
|
402
|
-
font-family:
|
|
383
|
+
content: "\e339";
|
|
384
|
+
font-family: "e-icons";
|
|
403
385
|
}
|
|
404
386
|
|
|
405
387
|
.e-de-italic::before {
|
|
406
|
-
content:
|
|
407
|
-
font-family:
|
|
388
|
+
content: "\e35a";
|
|
389
|
+
font-family: "e-icons";
|
|
408
390
|
}
|
|
409
391
|
|
|
410
392
|
.e-de-underline::before {
|
|
411
|
-
content:
|
|
412
|
-
font-family:
|
|
393
|
+
content: "\e343";
|
|
394
|
+
font-family: "e-icons";
|
|
413
395
|
}
|
|
414
396
|
|
|
415
397
|
.e-de-indent::before {
|
|
416
|
-
content:
|
|
417
|
-
font-family:
|
|
398
|
+
content: "\e35d";
|
|
399
|
+
font-family: "e-icons";
|
|
418
400
|
}
|
|
419
401
|
|
|
420
402
|
.e-de-outdent::before {
|
|
421
|
-
content:
|
|
422
|
-
font-family:
|
|
403
|
+
content: "\e33f";
|
|
404
|
+
font-family: "e-icons";
|
|
423
405
|
}
|
|
424
406
|
|
|
425
407
|
.e-de-align-left::before {
|
|
426
|
-
content:
|
|
427
|
-
font-family:
|
|
408
|
+
content: "\e33a";
|
|
409
|
+
font-family: "e-icons";
|
|
428
410
|
}
|
|
429
411
|
|
|
430
412
|
.e-de-align-center::before {
|
|
431
|
-
content:
|
|
432
|
-
font-family:
|
|
413
|
+
content: "\e35e";
|
|
414
|
+
font-family: "e-icons";
|
|
433
415
|
}
|
|
434
416
|
|
|
435
417
|
.e-de-align-right::before {
|
|
436
|
-
content:
|
|
437
|
-
font-family:
|
|
418
|
+
content: "\e34d";
|
|
419
|
+
font-family: "e-icons";
|
|
438
420
|
}
|
|
439
421
|
|
|
440
422
|
.e-de-justify::before {
|
|
441
|
-
content:
|
|
442
|
-
font-family:
|
|
423
|
+
content: "\e334";
|
|
424
|
+
font-family: "e-icons";
|
|
443
425
|
}
|
|
444
426
|
|
|
445
427
|
.e-de-single-spacing::before {
|
|
446
|
-
content:
|
|
447
|
-
font-family:
|
|
428
|
+
content: "\e520";
|
|
429
|
+
font-family: "e-icons";
|
|
448
430
|
}
|
|
449
431
|
|
|
450
432
|
.e-de-double-spacing::before {
|
|
451
|
-
content:
|
|
452
|
-
font-family:
|
|
433
|
+
content: "\e521";
|
|
434
|
+
font-family: "e-icons";
|
|
453
435
|
}
|
|
454
436
|
|
|
455
437
|
.e-de-one-point-five-spacing::before {
|
|
456
|
-
content:
|
|
457
|
-
font-family:
|
|
438
|
+
content: "\e522";
|
|
439
|
+
font-family: "e-icons";
|
|
458
440
|
}
|
|
459
441
|
|
|
460
442
|
.e-de-before-spacing::before {
|
|
461
|
-
content:
|
|
462
|
-
font-family:
|
|
443
|
+
content: "\e523";
|
|
444
|
+
font-family: "e-icons";
|
|
463
445
|
}
|
|
464
446
|
|
|
465
447
|
.e-de-after-spacing::before {
|
|
466
|
-
content:
|
|
467
|
-
font-family:
|
|
448
|
+
content: "\e274";
|
|
449
|
+
font-family: "e-icons";
|
|
468
450
|
}
|
|
469
451
|
|
|
470
452
|
.e-de-icon-bullet-list-dot::before {
|
|
471
|
-
content:
|
|
472
|
-
font-family:
|
|
453
|
+
content: "\e270";
|
|
454
|
+
font-family: "e-icons";
|
|
473
455
|
font-size: 42px;
|
|
474
456
|
}
|
|
475
457
|
|
|
476
458
|
.e-de-icon-bullet-list-circle::before {
|
|
477
|
-
content:
|
|
478
|
-
font-family:
|
|
459
|
+
content: "\e254";
|
|
460
|
+
font-family: "e-icons";
|
|
479
461
|
font-size: 42px;
|
|
480
462
|
}
|
|
481
463
|
|
|
482
464
|
.e-de-icon-bullet-list-square::before {
|
|
483
|
-
content:
|
|
484
|
-
font-family:
|
|
465
|
+
content: "\e271";
|
|
466
|
+
font-family: "e-icons";
|
|
485
467
|
font-size: 42px;
|
|
486
468
|
}
|
|
487
469
|
|
|
488
470
|
.e-de-icon-bullet-list-tick::before {
|
|
489
|
-
content:
|
|
490
|
-
font-family:
|
|
471
|
+
content: "\e259";
|
|
472
|
+
font-family: "e-icons";
|
|
491
473
|
font-size: 42px;
|
|
492
474
|
}
|
|
493
475
|
|
|
494
476
|
.e-de-icon-bullet-list-flower::before {
|
|
495
|
-
content:
|
|
496
|
-
font-family:
|
|
477
|
+
content: "\e267";
|
|
478
|
+
font-family: "e-icons";
|
|
497
479
|
font-size: 42px;
|
|
498
480
|
}
|
|
499
481
|
|
|
500
482
|
.e-de-icon-bullet-list-arrow::before {
|
|
501
|
-
content:
|
|
502
|
-
font-family:
|
|
483
|
+
content: "\e253";
|
|
484
|
+
font-family: "e-icons";
|
|
503
485
|
font-size: 42px;
|
|
504
486
|
}
|
|
505
487
|
|
|
506
488
|
.e-de-icon-bullet-list-none::before {
|
|
507
|
-
content:
|
|
508
|
-
font-family:
|
|
489
|
+
content: "\e256";
|
|
490
|
+
font-family: "e-icons";
|
|
509
491
|
font-size: 42px;
|
|
510
492
|
}
|
|
511
493
|
|
|
512
494
|
.e-de-icon-autofit::before {
|
|
513
|
-
content:
|
|
514
|
-
font-family:
|
|
495
|
+
content: "\eba8";
|
|
496
|
+
font-family: "e-icons";
|
|
515
497
|
}
|
|
516
498
|
|
|
517
499
|
.e-de-icon-fixed-columnwidth::before {
|
|
518
|
-
content:
|
|
519
|
-
font-family:
|
|
500
|
+
content: "\eba9";
|
|
501
|
+
font-family: "e-icons";
|
|
520
502
|
}
|
|
521
503
|
|
|
522
504
|
.e-de-icon-auto-fitwindow::before {
|
|
523
|
-
content:
|
|
524
|
-
font-family:
|
|
505
|
+
content: "\ebaa";
|
|
506
|
+
font-family: "e-icons";
|
|
525
507
|
}
|
|
526
508
|
|
|
527
509
|
.e-item .e-de-paste-text::before {
|
|
528
|
-
content:
|
|
510
|
+
content: "\e685";
|
|
529
511
|
}
|
|
530
512
|
|
|
531
513
|
.e-item .e-de-paste-source::before {
|
|
532
|
-
content:
|
|
514
|
+
content: "\e686";
|
|
533
515
|
}
|
|
534
516
|
|
|
535
517
|
.e-item .e-de-paste-merge::before {
|
|
536
|
-
content:
|
|
518
|
+
content: "\e688";
|
|
537
519
|
}
|
|
538
520
|
|
|
539
521
|
.e-item .e-de-paste-column::before {
|
|
540
|
-
content:
|
|
522
|
+
content: "\e91b";
|
|
541
523
|
}
|
|
542
524
|
|
|
543
525
|
.e-item .e-de-paste-row::before {
|
|
544
|
-
content:
|
|
526
|
+
content: "\e91c";
|
|
545
527
|
}
|
|
546
528
|
|
|
547
529
|
.e-item .e-de-paste-overwrite-cells::before {
|
|
548
|
-
content:
|
|
530
|
+
content: "\e91d";
|
|
549
531
|
}
|
|
550
532
|
|
|
551
533
|
.e-item .e-de-paste-nested-table::before {
|
|
552
|
-
content:
|
|
534
|
+
content: "\e91e";
|
|
553
535
|
}
|
|
554
536
|
|
|
555
537
|
.e-item .e-de-paste-merge-table::before {
|
|
556
|
-
content:
|
|
538
|
+
content: "\e91f";
|
|
557
539
|
}
|
|
558
540
|
|
|
559
541
|
.e-de-dlg-container {
|
|
@@ -596,7 +578,6 @@
|
|
|
596
578
|
padding-left: 6px;
|
|
597
579
|
padding-right: 0;
|
|
598
580
|
}
|
|
599
|
-
|
|
600
581
|
.e-rtl .e-de-subcontainer-right {
|
|
601
582
|
padding-left: 0;
|
|
602
583
|
padding-right: 6px;
|
|
@@ -606,30 +587,24 @@
|
|
|
606
587
|
.e-bigger .e-de-dlg-container {
|
|
607
588
|
padding-bottom: 16px;
|
|
608
589
|
}
|
|
609
|
-
|
|
610
590
|
.e-bigger .e-de-container-row {
|
|
611
591
|
padding-bottom: 16px;
|
|
612
592
|
}
|
|
613
|
-
|
|
614
593
|
.e-bigger .e-de-subcontainer-left {
|
|
615
594
|
padding-right: 8px;
|
|
616
595
|
width: 50%;
|
|
617
596
|
}
|
|
618
|
-
|
|
619
597
|
.e-bigger .e-de-subcontainer-right {
|
|
620
598
|
padding-left: 8px;
|
|
621
599
|
width: 50%;
|
|
622
600
|
}
|
|
623
|
-
|
|
624
601
|
.e-bigger .e-de-dlg-tab-first-child {
|
|
625
602
|
padding-top: 8px;
|
|
626
603
|
}
|
|
627
|
-
|
|
628
604
|
.e-bigger .e-rtl .e-de-subcontainer-left {
|
|
629
605
|
padding-left: 8px;
|
|
630
606
|
padding-right: 0;
|
|
631
607
|
}
|
|
632
|
-
|
|
633
608
|
.e-bigger .e-rtl .e-de-subcontainer-right {
|
|
634
609
|
padding-left: 0;
|
|
635
610
|
padding-right: 8px;
|
|
@@ -666,7 +641,6 @@
|
|
|
666
641
|
opacity: 1;
|
|
667
642
|
}
|
|
668
643
|
}
|
|
669
|
-
|
|
670
644
|
.e-de-text-target {
|
|
671
645
|
border: 0;
|
|
672
646
|
height: 1px;
|
|
@@ -682,15 +656,12 @@
|
|
|
682
656
|
.e-de-txt-form .e-de-txt-field {
|
|
683
657
|
display: block;
|
|
684
658
|
}
|
|
685
|
-
|
|
686
659
|
.e-de-txt-form .e-de-num-field {
|
|
687
660
|
display: none;
|
|
688
661
|
}
|
|
689
|
-
|
|
690
662
|
.e-de-txt-form .e-de-date-field {
|
|
691
663
|
display: none;
|
|
692
664
|
}
|
|
693
|
-
|
|
694
665
|
.e-de-txt-form .e-de-ddl-field {
|
|
695
666
|
display: none;
|
|
696
667
|
}
|
|
@@ -698,15 +669,12 @@
|
|
|
698
669
|
.e-de-num-form .e-de-txt-field {
|
|
699
670
|
display: none;
|
|
700
671
|
}
|
|
701
|
-
|
|
702
672
|
.e-de-num-form .e-de-num-field {
|
|
703
673
|
display: block;
|
|
704
674
|
}
|
|
705
|
-
|
|
706
675
|
.e-de-num-form .e-de-date-field {
|
|
707
676
|
display: none;
|
|
708
677
|
}
|
|
709
|
-
|
|
710
678
|
.e-de-num-form .e-de-ddl-field {
|
|
711
679
|
display: none;
|
|
712
680
|
}
|
|
@@ -714,15 +682,12 @@
|
|
|
714
682
|
.e-de-date-form .e-de-txt-field {
|
|
715
683
|
display: none;
|
|
716
684
|
}
|
|
717
|
-
|
|
718
685
|
.e-de-date-form .e-de-num-field {
|
|
719
686
|
display: none;
|
|
720
687
|
}
|
|
721
|
-
|
|
722
688
|
.e-de-date-form .e-de-date-field {
|
|
723
689
|
display: block;
|
|
724
690
|
}
|
|
725
|
-
|
|
726
691
|
.e-de-date-form .e-de-ddl-field {
|
|
727
692
|
display: none;
|
|
728
693
|
}
|
|
@@ -730,15 +695,12 @@
|
|
|
730
695
|
.e-de-ddl-form .e-de-txt-field {
|
|
731
696
|
display: none;
|
|
732
697
|
}
|
|
733
|
-
|
|
734
698
|
.e-de-ddl-form .e-de-num-field {
|
|
735
699
|
display: none;
|
|
736
700
|
}
|
|
737
|
-
|
|
738
701
|
.e-de-ddl-form .e-de-date-field {
|
|
739
702
|
display: none;
|
|
740
703
|
}
|
|
741
|
-
|
|
742
704
|
.e-de-ddl-form .e-de-ddl-field {
|
|
743
705
|
display: block;
|
|
744
706
|
}
|
|
@@ -748,7 +710,6 @@
|
|
|
748
710
|
position: absolute;
|
|
749
711
|
top: 18px;
|
|
750
712
|
}
|
|
751
|
-
|
|
752
713
|
.e-documenteditor .e-de-op-close-button.e-de-rtl {
|
|
753
714
|
left: 14px;
|
|
754
715
|
}
|
|
@@ -1289,11 +1250,11 @@
|
|
|
1289
1250
|
margin-top: 14px;
|
|
1290
1251
|
}
|
|
1291
1252
|
|
|
1292
|
-
label[for*=
|
|
1253
|
+
label[for*=_wholeWord_e-de-ltr] {
|
|
1293
1254
|
left: 35px;
|
|
1294
1255
|
}
|
|
1295
1256
|
|
|
1296
|
-
label[for*=
|
|
1257
|
+
label[for*=_wholeWord_e-de-rtl] {
|
|
1297
1258
|
right: 35px;
|
|
1298
1259
|
}
|
|
1299
1260
|
|
|
@@ -1825,11 +1786,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1825
1786
|
.e-bigger .e-de-font-content-checkbox-label {
|
|
1826
1787
|
margin-left: 60px;
|
|
1827
1788
|
}
|
|
1828
|
-
|
|
1829
1789
|
.e-bigger .e-de-font-content-checkbox-label-rtl {
|
|
1830
1790
|
margin-right: 60px;
|
|
1831
1791
|
}
|
|
1832
|
-
|
|
1833
1792
|
.e-bigger .e-de-font-content-label {
|
|
1834
1793
|
width: 132px;
|
|
1835
1794
|
}
|
|
@@ -2264,7 +2223,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2264
2223
|
.e-bigger .e-de-style-icon-button-last-size {
|
|
2265
2224
|
height: 35px;
|
|
2266
2225
|
}
|
|
2267
|
-
|
|
2268
2226
|
.e-bigger .e-de-style-bold-button-size {
|
|
2269
2227
|
margin-left: 8px;
|
|
2270
2228
|
margin-right: 8px;
|
|
@@ -2784,45 +2742,35 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2784
2742
|
height: auto;
|
|
2785
2743
|
width: auto;
|
|
2786
2744
|
}
|
|
2787
|
-
|
|
2788
2745
|
.e-bigger .e-de-insert-footnote {
|
|
2789
2746
|
height: auto;
|
|
2790
2747
|
width: auto;
|
|
2791
2748
|
}
|
|
2792
|
-
|
|
2793
2749
|
.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
|
|
2794
2750
|
height: auto;
|
|
2795
2751
|
}
|
|
2796
|
-
|
|
2797
2752
|
.e-bigger .e-de-font-dlg {
|
|
2798
2753
|
width: max-content;
|
|
2799
2754
|
}
|
|
2800
|
-
|
|
2801
2755
|
.e-bigger .e-para-dlg-sub-height {
|
|
2802
2756
|
height: 170px;
|
|
2803
2757
|
}
|
|
2804
|
-
|
|
2805
2758
|
.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
|
|
2806
2759
|
margin-right: 36px;
|
|
2807
2760
|
}
|
|
2808
|
-
|
|
2809
2761
|
.e-bigger .e-de-font-content-label-width {
|
|
2810
2762
|
width: 72px;
|
|
2811
2763
|
}
|
|
2812
|
-
|
|
2813
2764
|
.e-bigger .e-de-toc-label {
|
|
2814
2765
|
margin-left: 194px;
|
|
2815
2766
|
}
|
|
2816
|
-
|
|
2817
2767
|
.e-bigger .e-de-toc-label-rtl {
|
|
2818
2768
|
margin-left: 0px;
|
|
2819
2769
|
margin-right: 180px;
|
|
2820
2770
|
}
|
|
2821
|
-
|
|
2822
2771
|
.e-bigger .e-de-outline-rtl {
|
|
2823
2772
|
width: 173px;
|
|
2824
2773
|
}
|
|
2825
|
-
|
|
2826
2774
|
.e-bigger .e-de-rp-header {
|
|
2827
2775
|
font-size: 16px;
|
|
2828
2776
|
width: 75%;
|
|
@@ -3232,7 +3180,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3232
3180
|
}
|
|
3233
3181
|
|
|
3234
3182
|
.e-de-tc-field {
|
|
3235
|
-
background-color:
|
|
3183
|
+
background-color: rgb(206, 205, 205);
|
|
3236
3184
|
margin: 0 2px;
|
|
3237
3185
|
}
|
|
3238
3186
|
|
|
@@ -3240,7 +3188,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3240
3188
|
font-size: 14px;
|
|
3241
3189
|
font-family: Roboto-Regular;
|
|
3242
3190
|
font-weight: 600;
|
|
3243
|
-
color:
|
|
3191
|
+
color: rgb(1, 22, 119);
|
|
3244
3192
|
margin: 0 2px;
|
|
3245
3193
|
}
|
|
3246
3194
|
|
|
@@ -3299,7 +3247,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3299
3247
|
margin: 11.5px 8px 0 8px;
|
|
3300
3248
|
padding: 0px;
|
|
3301
3249
|
}
|
|
3302
|
-
|
|
3303
3250
|
.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
|
|
3304
3251
|
margin-top: 11.5px;
|
|
3305
3252
|
}
|
|
@@ -3335,11 +3282,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3335
3282
|
.e-de-cmt-resolved e-de-cmt-date {
|
|
3336
3283
|
opacity: 0.67;
|
|
3337
3284
|
}
|
|
3338
|
-
|
|
3339
3285
|
.e-de-cmt-resolved .e-de-cmt-rply-view {
|
|
3340
3286
|
display: none;
|
|
3341
3287
|
}
|
|
3342
|
-
|
|
3343
3288
|
.e-de-cmt-resolved .e-de-cmt-resolve-btn {
|
|
3344
3289
|
display: block;
|
|
3345
3290
|
margin-top: 8px;
|
|
@@ -3371,7 +3316,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3371
3316
|
pointer-events: all;
|
|
3372
3317
|
width: 13px;
|
|
3373
3318
|
}
|
|
3374
|
-
|
|
3375
3319
|
.e-de-cmt-mark :hover {
|
|
3376
3320
|
color: #e3165b;
|
|
3377
3321
|
}
|
|
@@ -3413,53 +3357,43 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3413
3357
|
border-left: none;
|
|
3414
3358
|
border-right: 1px solid #e0e0e0;
|
|
3415
3359
|
}
|
|
3416
|
-
|
|
3417
3360
|
.e-rtl .e-de-rp-close-icon {
|
|
3418
3361
|
float: left;
|
|
3419
3362
|
right: 7px;
|
|
3420
3363
|
}
|
|
3421
|
-
|
|
3422
3364
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
3423
3365
|
float: left;
|
|
3424
3366
|
}
|
|
3425
|
-
|
|
3426
3367
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3427
3368
|
border-left: 1px solid #eee;
|
|
3428
3369
|
border-right: 3px solid #e3165b;
|
|
3429
3370
|
padding-left: 8px;
|
|
3430
3371
|
padding-right: 6px;
|
|
3431
3372
|
}
|
|
3432
|
-
|
|
3433
3373
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3434
3374
|
border-left: 1px solid #eee;
|
|
3435
3375
|
border-right: 2px solid #e3165b;
|
|
3436
3376
|
padding-left: 8px;
|
|
3437
3377
|
padding-right: 7px;
|
|
3438
3378
|
}
|
|
3439
|
-
|
|
3440
3379
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
3441
3380
|
border-right: 3px solid rgba(227, 22, 91, 0.5);
|
|
3442
3381
|
}
|
|
3443
|
-
|
|
3444
3382
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3445
3383
|
border-right: 2px solid rgba(227, 22, 91, 0.5);
|
|
3446
3384
|
}
|
|
3447
|
-
|
|
3448
3385
|
.e-rtl .e-de-cmt-action-button {
|
|
3449
3386
|
text-align: left;
|
|
3450
3387
|
}
|
|
3451
|
-
|
|
3452
3388
|
.e-rtl .e-de-cmt-no-cmt {
|
|
3453
3389
|
margin-left: auto;
|
|
3454
3390
|
margin-right: 6px;
|
|
3455
3391
|
}
|
|
3456
|
-
|
|
3457
3392
|
.e-rtl .e-de-cmt-drawer {
|
|
3458
3393
|
float: left;
|
|
3459
3394
|
margin-left: 8px;
|
|
3460
3395
|
margin-right: auto;
|
|
3461
3396
|
}
|
|
3462
|
-
|
|
3463
3397
|
.e-rtl .e-de-cmt-resolve-btn {
|
|
3464
3398
|
text-align: left;
|
|
3465
3399
|
}
|
|
@@ -3470,20 +3404,17 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3470
3404
|
margin-left: 12px;
|
|
3471
3405
|
width: 36px;
|
|
3472
3406
|
}
|
|
3473
|
-
|
|
3474
3407
|
.e-bigger .e-de-cp-whole-header {
|
|
3475
3408
|
height: 56px;
|
|
3476
3409
|
padding: 16px;
|
|
3477
3410
|
padding-right: 8px;
|
|
3478
3411
|
}
|
|
3479
|
-
|
|
3480
3412
|
.e-bigger .e-de-rp-close-icon {
|
|
3481
3413
|
float: right;
|
|
3482
3414
|
position: relative;
|
|
3483
3415
|
top: -8px;
|
|
3484
3416
|
right: -10px;
|
|
3485
3417
|
}
|
|
3486
|
-
|
|
3487
3418
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3488
3419
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3489
3420
|
margin-right: 12px;
|
|
@@ -3496,13 +3427,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3496
3427
|
color: rgba(0, 0, 0, 0.87);
|
|
3497
3428
|
border: none;
|
|
3498
3429
|
}
|
|
3499
|
-
|
|
3500
3430
|
.e-de-close-icon.e-btn:active {
|
|
3501
3431
|
background-color: #e0e0e0 !important;
|
|
3502
3432
|
border-color: transparent !important;
|
|
3503
3433
|
box-shadow: none;
|
|
3504
3434
|
}
|
|
3505
|
-
|
|
3506
3435
|
.e-de-close-icon.e-btn:hover {
|
|
3507
3436
|
background-color: #e0e0e0 !important;
|
|
3508
3437
|
box-shadow: none;
|
|
@@ -3528,67 +3457,52 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3528
3457
|
padding-left: 0%;
|
|
3529
3458
|
padding-right: 8px;
|
|
3530
3459
|
}
|
|
3531
|
-
|
|
3532
3460
|
.e-bigger .e-de-cmt-author-name {
|
|
3533
3461
|
padding-left: 8px;
|
|
3534
3462
|
}
|
|
3535
|
-
|
|
3536
3463
|
.e-bigger .e-de-cmt-rply-view {
|
|
3537
3464
|
margin-top: 12px;
|
|
3538
3465
|
}
|
|
3539
|
-
|
|
3540
3466
|
.e-bigger .e-de-cmt-sub-container {
|
|
3541
3467
|
padding: 8px;
|
|
3542
3468
|
}
|
|
3543
|
-
|
|
3544
3469
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3545
3470
|
padding-left: 6px;
|
|
3546
3471
|
}
|
|
3547
|
-
|
|
3548
3472
|
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3549
3473
|
padding-left: 7px;
|
|
3550
3474
|
}
|
|
3551
|
-
|
|
3552
3475
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3553
3476
|
padding: 0%;
|
|
3554
3477
|
}
|
|
3555
|
-
|
|
3556
3478
|
.e-bigger .e-de-rp-nav-btn {
|
|
3557
3479
|
width: auto;
|
|
3558
3480
|
}
|
|
3559
|
-
|
|
3560
3481
|
.e-bigger .e-de-rp-whole-header {
|
|
3561
3482
|
padding: 12px;
|
|
3562
3483
|
}
|
|
3563
|
-
|
|
3564
3484
|
.e-bigger .e-de-rp-sub-div {
|
|
3565
3485
|
border-bottom: 1px solid #e4e4e4;
|
|
3566
3486
|
padding: 12px;
|
|
3567
3487
|
}
|
|
3568
|
-
|
|
3569
3488
|
.e-bigger .e-de-rp-enforce {
|
|
3570
3489
|
padding: 12px;
|
|
3571
3490
|
}
|
|
3572
|
-
|
|
3573
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3491
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
|
|
3574
3492
|
width: 300px;
|
|
3575
3493
|
}
|
|
3576
|
-
|
|
3577
3494
|
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3578
3495
|
padding-left: 0%;
|
|
3579
3496
|
padding-right: 8px;
|
|
3580
3497
|
}
|
|
3581
|
-
|
|
3582
3498
|
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3583
3499
|
padding-left: 8px;
|
|
3584
3500
|
padding-right: 6px;
|
|
3585
3501
|
}
|
|
3586
|
-
|
|
3587
3502
|
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3588
3503
|
padding-left: 8px;
|
|
3589
3504
|
padding-right: 7px;
|
|
3590
3505
|
}
|
|
3591
|
-
|
|
3592
3506
|
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3593
3507
|
float: left;
|
|
3594
3508
|
right: 10px;
|
|
@@ -3598,11 +3512,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3598
3512
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3599
3513
|
font-size: 14px;
|
|
3600
3514
|
}
|
|
3601
|
-
|
|
3602
3515
|
.e-bigger .e-de-para-dlg-container .e-input-group {
|
|
3603
3516
|
width: 192px !important;
|
|
3604
3517
|
}
|
|
3605
|
-
|
|
3606
3518
|
.e-bigger .e-de-para-dlg-heading {
|
|
3607
3519
|
color: rgba(0, 0, 0, 0.87);
|
|
3608
3520
|
display: block;
|
|
@@ -3610,56 +3522,45 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3610
3522
|
font-weight: 700;
|
|
3611
3523
|
margin-bottom: 8px;
|
|
3612
3524
|
}
|
|
3613
|
-
|
|
3614
3525
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3615
3526
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3616
3527
|
font-size: 12px;
|
|
3617
3528
|
}
|
|
3618
|
-
|
|
3619
3529
|
.e-bigger .e-de-para-dlg-container {
|
|
3620
3530
|
height: auto;
|
|
3621
3531
|
width: 400px;
|
|
3622
3532
|
}
|
|
3623
|
-
|
|
3624
3533
|
.e-bigger .e-de-para-dlg-cs-check-box {
|
|
3625
3534
|
margin-bottom: 8px;
|
|
3626
3535
|
margin-top: 8px;
|
|
3627
3536
|
}
|
|
3628
|
-
|
|
3629
3537
|
.e-bigger .e-de-para-dlg-spacing-div {
|
|
3630
3538
|
margin-left: 20px;
|
|
3631
3539
|
}
|
|
3632
|
-
|
|
3633
3540
|
.e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
|
|
3634
3541
|
margin-left: 0;
|
|
3635
3542
|
margin-right: 20px;
|
|
3636
3543
|
}
|
|
3637
|
-
|
|
3638
3544
|
.e-bigger .e-de-para-dlg-sub-container .e-input-group {
|
|
3639
3545
|
margin-bottom: 15px;
|
|
3640
3546
|
}
|
|
3641
|
-
|
|
3642
3547
|
.e-bigger .e-de-para-dlg-sub-container {
|
|
3643
3548
|
margin-bottom: 14px;
|
|
3644
3549
|
}
|
|
3645
|
-
|
|
3646
3550
|
.e-bigger .e-de-para-dlg-right-sub-container {
|
|
3647
3551
|
top: 0;
|
|
3648
3552
|
}
|
|
3649
|
-
|
|
3650
3553
|
.e-bigger .e-de-dlg-sub-header {
|
|
3651
3554
|
display: block;
|
|
3652
3555
|
font-size: 12px;
|
|
3653
3556
|
font-weight: normal;
|
|
3654
3557
|
margin-bottom: 8px;
|
|
3655
3558
|
}
|
|
3656
|
-
|
|
3657
3559
|
.e-bigger .e-de-rtl-btn-div {
|
|
3658
3560
|
font-size: 12px;
|
|
3659
3561
|
margin-right: 24px;
|
|
3660
3562
|
width: 200px;
|
|
3661
3563
|
}
|
|
3662
|
-
|
|
3663
3564
|
.e-bigger .e-de-rtl-btn-div.e-de-rtl {
|
|
3664
3565
|
margin-left: 12px;
|
|
3665
3566
|
margin-right: 0;
|
|
@@ -3730,4 +3631,4 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3730
3631
|
|
|
3731
3632
|
.e-para-dlg-sub-height {
|
|
3732
3633
|
height: 145px;
|
|
3733
|
-
}
|
|
3634
|
+
}
|