@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
|
}
|
|
@@ -1295,11 +1255,11 @@
|
|
|
1295
1255
|
margin-top: 14px;
|
|
1296
1256
|
}
|
|
1297
1257
|
|
|
1298
|
-
label[for*=
|
|
1258
|
+
label[for*=_wholeWord_e-de-ltr] {
|
|
1299
1259
|
left: 35px;
|
|
1300
1260
|
}
|
|
1301
1261
|
|
|
1302
|
-
label[for*=
|
|
1262
|
+
label[for*=_wholeWord_e-de-rtl] {
|
|
1303
1263
|
right: 35px;
|
|
1304
1264
|
}
|
|
1305
1265
|
|
|
@@ -1831,11 +1791,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
1831
1791
|
.e-bigger .e-de-font-content-checkbox-label {
|
|
1832
1792
|
margin-left: 64px;
|
|
1833
1793
|
}
|
|
1834
|
-
|
|
1835
1794
|
.e-bigger .e-de-font-content-checkbox-label-rtl {
|
|
1836
1795
|
margin-right: 64px;
|
|
1837
1796
|
}
|
|
1838
|
-
|
|
1839
1797
|
.e-bigger .e-de-font-content-label {
|
|
1840
1798
|
width: 132px;
|
|
1841
1799
|
}
|
|
@@ -2270,7 +2228,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2270
2228
|
.e-bigger .e-de-style-icon-button-last-size {
|
|
2271
2229
|
height: 35px;
|
|
2272
2230
|
}
|
|
2273
|
-
|
|
2274
2231
|
.e-bigger .e-de-style-bold-button-size {
|
|
2275
2232
|
margin-left: 8px;
|
|
2276
2233
|
margin-right: 8px;
|
|
@@ -2790,45 +2747,35 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
2790
2747
|
height: auto;
|
|
2791
2748
|
width: auto;
|
|
2792
2749
|
}
|
|
2793
|
-
|
|
2794
2750
|
.e-bigger .e-de-insert-footnote {
|
|
2795
2751
|
height: auto;
|
|
2796
2752
|
width: auto;
|
|
2797
2753
|
}
|
|
2798
|
-
|
|
2799
2754
|
.e-bigger .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
|
|
2800
2755
|
height: auto;
|
|
2801
2756
|
}
|
|
2802
|
-
|
|
2803
2757
|
.e-bigger .e-de-font-dlg {
|
|
2804
2758
|
width: max-content;
|
|
2805
2759
|
}
|
|
2806
|
-
|
|
2807
2760
|
.e-bigger .e-para-dlg-sub-height {
|
|
2808
2761
|
height: 170px;
|
|
2809
2762
|
}
|
|
2810
|
-
|
|
2811
2763
|
.e-bigger .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
|
|
2812
2764
|
margin-right: 36px;
|
|
2813
2765
|
}
|
|
2814
|
-
|
|
2815
2766
|
.e-bigger .e-de-font-content-label-width {
|
|
2816
2767
|
width: 68px;
|
|
2817
2768
|
}
|
|
2818
|
-
|
|
2819
2769
|
.e-bigger .e-de-toc-label {
|
|
2820
2770
|
margin-left: 4px;
|
|
2821
2771
|
}
|
|
2822
|
-
|
|
2823
2772
|
.e-bigger .e-de-toc-label-rtl {
|
|
2824
2773
|
margin-left: 0px;
|
|
2825
2774
|
margin-right: 4px;
|
|
2826
2775
|
}
|
|
2827
|
-
|
|
2828
2776
|
.e-bigger .e-de-outline-rtl {
|
|
2829
2777
|
width: 173px;
|
|
2830
2778
|
}
|
|
2831
|
-
|
|
2832
2779
|
.e-bigger .e-de-rp-header {
|
|
2833
2780
|
font-size: 16px;
|
|
2834
2781
|
width: 75%;
|
|
@@ -3238,7 +3185,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3238
3185
|
}
|
|
3239
3186
|
|
|
3240
3187
|
.e-de-tc-field {
|
|
3241
|
-
background-color:
|
|
3188
|
+
background-color: rgb(206, 205, 205);
|
|
3242
3189
|
margin: 0 2px;
|
|
3243
3190
|
}
|
|
3244
3191
|
|
|
@@ -3246,7 +3193,7 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3246
3193
|
font-size: 14px;
|
|
3247
3194
|
font-family: Roboto-Regular;
|
|
3248
3195
|
font-weight: 600;
|
|
3249
|
-
color:
|
|
3196
|
+
color: rgb(1, 22, 119);
|
|
3250
3197
|
margin: 0 2px;
|
|
3251
3198
|
}
|
|
3252
3199
|
|
|
@@ -3305,7 +3252,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3305
3252
|
margin: 11.5px 8px 0 8px;
|
|
3306
3253
|
padding: 0px;
|
|
3307
3254
|
}
|
|
3308
|
-
|
|
3309
3255
|
.e-de-cmt-sub-container.e-de-cmt-reply .e-de-cmt-view {
|
|
3310
3256
|
margin-top: 11.5px;
|
|
3311
3257
|
}
|
|
@@ -3341,11 +3287,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3341
3287
|
.e-de-cmt-resolved e-de-cmt-date {
|
|
3342
3288
|
opacity: 0.67;
|
|
3343
3289
|
}
|
|
3344
|
-
|
|
3345
3290
|
.e-de-cmt-resolved .e-de-cmt-rply-view {
|
|
3346
3291
|
display: none;
|
|
3347
3292
|
}
|
|
3348
|
-
|
|
3349
3293
|
.e-de-cmt-resolved .e-de-cmt-resolve-btn {
|
|
3350
3294
|
display: block;
|
|
3351
3295
|
margin-top: 8px;
|
|
@@ -3377,7 +3321,6 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3377
3321
|
pointer-events: all;
|
|
3378
3322
|
width: 13px;
|
|
3379
3323
|
}
|
|
3380
|
-
|
|
3381
3324
|
.e-de-cmt-mark :hover {
|
|
3382
3325
|
color: #0070f0;
|
|
3383
3326
|
}
|
|
@@ -3419,53 +3362,43 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3419
3362
|
border-left: none;
|
|
3420
3363
|
border-right: 1px solid #505050;
|
|
3421
3364
|
}
|
|
3422
|
-
|
|
3423
3365
|
.e-rtl .e-de-rp-close-icon {
|
|
3424
3366
|
float: left;
|
|
3425
3367
|
right: 8px;
|
|
3426
3368
|
}
|
|
3427
|
-
|
|
3428
3369
|
.e-rtl .e-de-cp-option.e-btn.e-icon-btn {
|
|
3429
3370
|
float: left;
|
|
3430
3371
|
}
|
|
3431
|
-
|
|
3432
3372
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3433
3373
|
border-left: 1px solid #505050;
|
|
3434
3374
|
border-right: 3px solid #0070f0;
|
|
3435
3375
|
padding-left: 8px;
|
|
3436
3376
|
padding-right: 6px;
|
|
3437
3377
|
}
|
|
3438
|
-
|
|
3439
3378
|
.e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3440
3379
|
border-left: 1px solid #505050;
|
|
3441
3380
|
border-right: 2px solid #0070f0;
|
|
3442
3381
|
padding-left: 8px;
|
|
3443
3382
|
padding-right: 7px;
|
|
3444
3383
|
}
|
|
3445
|
-
|
|
3446
3384
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
|
|
3447
3385
|
border-right: 3px solid rgba(0, 112, 240, 0.5);
|
|
3448
3386
|
}
|
|
3449
|
-
|
|
3450
3387
|
.e-rtl .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3451
3388
|
border-right: 2px solid rgba(0, 112, 240, 0.5);
|
|
3452
3389
|
}
|
|
3453
|
-
|
|
3454
3390
|
.e-rtl .e-de-cmt-action-button {
|
|
3455
3391
|
text-align: left;
|
|
3456
3392
|
}
|
|
3457
|
-
|
|
3458
3393
|
.e-rtl .e-de-cmt-no-cmt {
|
|
3459
3394
|
margin-left: auto;
|
|
3460
3395
|
margin-right: 6px;
|
|
3461
3396
|
}
|
|
3462
|
-
|
|
3463
3397
|
.e-rtl .e-de-cmt-drawer {
|
|
3464
3398
|
float: left;
|
|
3465
3399
|
margin-left: 8px;
|
|
3466
3400
|
margin-right: auto;
|
|
3467
3401
|
}
|
|
3468
|
-
|
|
3469
3402
|
.e-rtl .e-de-cmt-resolve-btn {
|
|
3470
3403
|
text-align: left;
|
|
3471
3404
|
}
|
|
@@ -3476,20 +3409,17 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3476
3409
|
margin-left: 12px;
|
|
3477
3410
|
width: 36px;
|
|
3478
3411
|
}
|
|
3479
|
-
|
|
3480
3412
|
.e-bigger .e-de-cp-whole-header {
|
|
3481
3413
|
height: 56px;
|
|
3482
3414
|
padding: 16px;
|
|
3483
3415
|
padding-right: 8px;
|
|
3484
3416
|
}
|
|
3485
|
-
|
|
3486
3417
|
.e-bigger .e-de-rp-close-icon {
|
|
3487
3418
|
float: right;
|
|
3488
3419
|
position: relative;
|
|
3489
3420
|
top: -10px;
|
|
3490
3421
|
right: -10px;
|
|
3491
3422
|
}
|
|
3492
|
-
|
|
3493
3423
|
.e-bigger .e-rtl .e-de-cmt-post-btn.e-btn.e-flat,
|
|
3494
3424
|
.e-bigger .e-rtl .e-de-cmt-cancel-btn.e-btn.e-flat {
|
|
3495
3425
|
margin-right: 12px;
|
|
@@ -3502,13 +3432,11 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3502
3432
|
color: #acacac;
|
|
3503
3433
|
border: none;
|
|
3504
3434
|
}
|
|
3505
|
-
|
|
3506
3435
|
.e-de-close-icon.e-btn:active {
|
|
3507
3436
|
background-color: transparent !important;
|
|
3508
3437
|
border-color: transparent !important;
|
|
3509
3438
|
box-shadow: none;
|
|
3510
3439
|
}
|
|
3511
|
-
|
|
3512
3440
|
.e-de-close-icon.e-btn:hover {
|
|
3513
3441
|
background-color: transparent !important;
|
|
3514
3442
|
box-shadow: none;
|
|
@@ -3534,67 +3462,52 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3534
3462
|
padding-left: 0%;
|
|
3535
3463
|
padding-right: 8px;
|
|
3536
3464
|
}
|
|
3537
|
-
|
|
3538
3465
|
.e-bigger .e-de-cmt-author-name {
|
|
3539
3466
|
padding-left: 8px;
|
|
3540
3467
|
}
|
|
3541
|
-
|
|
3542
3468
|
.e-bigger .e-de-cmt-rply-view {
|
|
3543
3469
|
margin-top: 12px;
|
|
3544
3470
|
}
|
|
3545
|
-
|
|
3546
3471
|
.e-bigger .e-de-cmt-sub-container {
|
|
3547
3472
|
padding: 8px;
|
|
3548
3473
|
}
|
|
3549
|
-
|
|
3550
3474
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3551
3475
|
padding-left: 6px;
|
|
3552
3476
|
}
|
|
3553
|
-
|
|
3554
3477
|
.e-bigger .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3555
3478
|
padding-left: 7px;
|
|
3556
3479
|
}
|
|
3557
|
-
|
|
3558
3480
|
.e-bigger .e-de-cmt-sub-container.e-de-cmt-reply {
|
|
3559
3481
|
padding: 0%;
|
|
3560
3482
|
}
|
|
3561
|
-
|
|
3562
3483
|
.e-bigger .e-de-rp-nav-btn {
|
|
3563
3484
|
width: auto;
|
|
3564
3485
|
}
|
|
3565
|
-
|
|
3566
3486
|
.e-bigger .e-de-rp-whole-header {
|
|
3567
3487
|
padding: 12px;
|
|
3568
3488
|
}
|
|
3569
|
-
|
|
3570
3489
|
.e-bigger .e-de-rp-sub-div {
|
|
3571
3490
|
border-bottom: 1px solid #e4e4e4;
|
|
3572
3491
|
padding: 12px;
|
|
3573
3492
|
}
|
|
3574
|
-
|
|
3575
3493
|
.e-bigger .e-de-rp-enforce {
|
|
3576
3494
|
padding: 12px;
|
|
3577
3495
|
}
|
|
3578
|
-
|
|
3579
|
-
.e-bigger .e-de-enforce .e-de-enforce-dlg-input {
|
|
3496
|
+
.e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
|
|
3580
3497
|
width: 300px;
|
|
3581
3498
|
}
|
|
3582
|
-
|
|
3583
3499
|
.e-bigger .e-rtl .e-de-cmt-author-name {
|
|
3584
3500
|
padding-left: 0%;
|
|
3585
3501
|
padding-right: 8px;
|
|
3586
3502
|
}
|
|
3587
|
-
|
|
3588
3503
|
.e-bigger .e-rtl .e-de-cmt-sub-container.e-de-cmt-selection {
|
|
3589
3504
|
padding-left: 8px;
|
|
3590
3505
|
padding-right: 6px;
|
|
3591
3506
|
}
|
|
3592
|
-
|
|
3593
3507
|
.e-bigger .e-rtl .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
|
|
3594
3508
|
padding-left: 8px;
|
|
3595
3509
|
padding-right: 7px;
|
|
3596
3510
|
}
|
|
3597
|
-
|
|
3598
3511
|
.e-bigger .e-rtl .e-de-rp-close-icon {
|
|
3599
3512
|
float: left;
|
|
3600
3513
|
right: 10px;
|
|
@@ -3604,11 +3517,9 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3604
3517
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3605
3518
|
font-size: 14px;
|
|
3606
3519
|
}
|
|
3607
|
-
|
|
3608
3520
|
.e-bigger .e-de-para-dlg-container .e-input-group {
|
|
3609
3521
|
width: 192px !important;
|
|
3610
3522
|
}
|
|
3611
|
-
|
|
3612
3523
|
.e-bigger .e-de-para-dlg-heading {
|
|
3613
3524
|
color: #f0f0f0;
|
|
3614
3525
|
display: block;
|
|
@@ -3616,56 +3527,45 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3616
3527
|
font-weight: 400;
|
|
3617
3528
|
margin-bottom: 8px;
|
|
3618
3529
|
}
|
|
3619
|
-
|
|
3620
3530
|
.e-bigger .e-de-para-dlg-container .e-checkbox-wrapper .e-label,
|
|
3621
3531
|
.e-bigger .e-de-table-options-dlg .e-checkbox-wrapper .e-label {
|
|
3622
3532
|
font-size: 12px;
|
|
3623
3533
|
}
|
|
3624
|
-
|
|
3625
3534
|
.e-bigger .e-de-para-dlg-container {
|
|
3626
3535
|
height: auto;
|
|
3627
3536
|
width: 400px;
|
|
3628
3537
|
}
|
|
3629
|
-
|
|
3630
3538
|
.e-bigger .e-de-para-dlg-cs-check-box {
|
|
3631
3539
|
margin-bottom: 8px;
|
|
3632
3540
|
margin-top: 8px;
|
|
3633
3541
|
}
|
|
3634
|
-
|
|
3635
3542
|
.e-bigger .e-de-para-dlg-spacing-div {
|
|
3636
3543
|
margin-left: 20px;
|
|
3637
3544
|
}
|
|
3638
|
-
|
|
3639
3545
|
.e-bigger .e-de-para-dlg-spacing-div.e-de-rtl {
|
|
3640
3546
|
margin-left: 0;
|
|
3641
3547
|
margin-right: 20px;
|
|
3642
3548
|
}
|
|
3643
|
-
|
|
3644
3549
|
.e-bigger .e-de-para-dlg-sub-container .e-input-group {
|
|
3645
3550
|
margin-bottom: 8px;
|
|
3646
3551
|
}
|
|
3647
|
-
|
|
3648
3552
|
.e-bigger .e-de-para-dlg-sub-container {
|
|
3649
3553
|
margin-bottom: 15px;
|
|
3650
3554
|
}
|
|
3651
|
-
|
|
3652
3555
|
.e-bigger .e-de-para-dlg-right-sub-container {
|
|
3653
3556
|
top: 0;
|
|
3654
3557
|
}
|
|
3655
|
-
|
|
3656
3558
|
.e-bigger .e-de-dlg-sub-header {
|
|
3657
3559
|
display: block;
|
|
3658
3560
|
font-size: 12px;
|
|
3659
3561
|
font-weight: normal;
|
|
3660
3562
|
margin-bottom: 15px;
|
|
3661
3563
|
}
|
|
3662
|
-
|
|
3663
3564
|
.e-bigger .e-de-rtl-btn-div {
|
|
3664
3565
|
font-size: 12px;
|
|
3665
3566
|
margin-right: 24px;
|
|
3666
3567
|
width: 200px;
|
|
3667
3568
|
}
|
|
3668
|
-
|
|
3669
3569
|
.e-bigger .e-de-rtl-btn-div.e-de-rtl {
|
|
3670
3570
|
margin-left: 12px;
|
|
3671
3571
|
margin-right: 0;
|
|
@@ -3736,4 +3636,4 @@ label[for*="_wholeWord_e-de-rtl"] {
|
|
|
3736
3636
|
|
|
3737
3637
|
.e-para-dlg-sub-height {
|
|
3738
3638
|
height: 145px;
|
|
3739
|
-
}
|
|
3639
|
+
}
|