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