cadviewer 6.8.60 → 6.8.64
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/app/css/bootstrap-cadviewer.css +479 -0
- package/app/css/cvjs_7.css +23 -23
- package/app/cv/cv-pro/{npm_cadviewer_6.8.60a.min.js → npm_cadviewer_6.8.62g.min.js} +155 -115
- package/app/cv/cv-pro/{npm_cadviewer_6.8.59e.min.js → npm_cadviewer_6.8.64c.min.js} +241 -196
- package/app/cv/cvlicense.js +1 -2
- package/package.json +2 -2
- package/app/cv/cv-pro/cadviewer_6.8.14e.min.js +0 -5614
- package/app/cv/cv-pro/npm_cadviewer_6.8.59d.min.js +0 -5714
|
@@ -0,0 +1,479 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
|
|
3
|
+
*/
|
|
4
|
+
/*!
|
|
5
|
+
* Bootstrap v3.4.1 (https://getbootstrap.com/)
|
|
6
|
+
* Copyright 2011-2019 Twitter, Inc.
|
|
7
|
+
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
|
8
|
+
*/
|
|
9
|
+
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
|
|
10
|
+
html {
|
|
11
|
+
font-family: sans-serif;
|
|
12
|
+
-ms-text-size-adjust: 100%;
|
|
13
|
+
-webkit-text-size-adjust: 100%;
|
|
14
|
+
}
|
|
15
|
+
body {
|
|
16
|
+
margin: 0;
|
|
17
|
+
}
|
|
18
|
+
article,
|
|
19
|
+
aside,
|
|
20
|
+
details,
|
|
21
|
+
figcaption,
|
|
22
|
+
figure,
|
|
23
|
+
footer,
|
|
24
|
+
header,
|
|
25
|
+
hgroup,
|
|
26
|
+
main,
|
|
27
|
+
menu,
|
|
28
|
+
nav,
|
|
29
|
+
section,
|
|
30
|
+
summary {
|
|
31
|
+
display: block;
|
|
32
|
+
}
|
|
33
|
+
audio,
|
|
34
|
+
canvas,
|
|
35
|
+
progress,
|
|
36
|
+
video {
|
|
37
|
+
display: inline-block;
|
|
38
|
+
vertical-align: baseline;
|
|
39
|
+
}
|
|
40
|
+
audio:not([controls]) {
|
|
41
|
+
display: none;
|
|
42
|
+
height: 0;
|
|
43
|
+
}
|
|
44
|
+
[hidden],
|
|
45
|
+
template {
|
|
46
|
+
display: none;
|
|
47
|
+
}
|
|
48
|
+
a {
|
|
49
|
+
background-color: transparent;
|
|
50
|
+
}
|
|
51
|
+
a:active,
|
|
52
|
+
a:hover {
|
|
53
|
+
outline: 0;
|
|
54
|
+
}
|
|
55
|
+
abbr[title] {
|
|
56
|
+
border-bottom: none;
|
|
57
|
+
text-decoration: underline;
|
|
58
|
+
text-decoration: underline dotted;
|
|
59
|
+
}
|
|
60
|
+
b,
|
|
61
|
+
strong {
|
|
62
|
+
font-weight: bold;
|
|
63
|
+
}
|
|
64
|
+
dfn {
|
|
65
|
+
font-style: italic;
|
|
66
|
+
}
|
|
67
|
+
h1 {
|
|
68
|
+
font-size: 2em;
|
|
69
|
+
margin: 0.67em 0;
|
|
70
|
+
}
|
|
71
|
+
mark {
|
|
72
|
+
background: #ff0;
|
|
73
|
+
color: #000;
|
|
74
|
+
}
|
|
75
|
+
small {
|
|
76
|
+
font-size: 80%;
|
|
77
|
+
}
|
|
78
|
+
sub,
|
|
79
|
+
sup {
|
|
80
|
+
font-size: 75%;
|
|
81
|
+
line-height: 0;
|
|
82
|
+
position: relative;
|
|
83
|
+
vertical-align: baseline;
|
|
84
|
+
}
|
|
85
|
+
sup {
|
|
86
|
+
top: -0.5em;
|
|
87
|
+
}
|
|
88
|
+
sub {
|
|
89
|
+
bottom: -0.25em;
|
|
90
|
+
}
|
|
91
|
+
img {
|
|
92
|
+
border: 0;
|
|
93
|
+
}
|
|
94
|
+
svg:not(:root) {
|
|
95
|
+
overflow: hidden;
|
|
96
|
+
}
|
|
97
|
+
figure {
|
|
98
|
+
margin: 1em 40px;
|
|
99
|
+
}
|
|
100
|
+
hr {
|
|
101
|
+
-webkit-box-sizing: content-box;
|
|
102
|
+
-moz-box-sizing: content-box;
|
|
103
|
+
box-sizing: content-box;
|
|
104
|
+
height: 0;
|
|
105
|
+
}
|
|
106
|
+
pre {
|
|
107
|
+
overflow: auto;
|
|
108
|
+
}
|
|
109
|
+
code,
|
|
110
|
+
kbd,
|
|
111
|
+
pre,
|
|
112
|
+
samp {
|
|
113
|
+
font-family: monospace, monospace;
|
|
114
|
+
font-size: 1em;
|
|
115
|
+
}
|
|
116
|
+
button,
|
|
117
|
+
input,
|
|
118
|
+
optgroup,
|
|
119
|
+
select,
|
|
120
|
+
textarea {
|
|
121
|
+
color: inherit;
|
|
122
|
+
font: inherit;
|
|
123
|
+
margin: 0;
|
|
124
|
+
}
|
|
125
|
+
button {
|
|
126
|
+
overflow: visible;
|
|
127
|
+
}
|
|
128
|
+
button,
|
|
129
|
+
select {
|
|
130
|
+
text-transform: none;
|
|
131
|
+
}
|
|
132
|
+
button,
|
|
133
|
+
html input[type="button"],
|
|
134
|
+
input[type="reset"],
|
|
135
|
+
input[type="submit"] {
|
|
136
|
+
-webkit-appearance: button;
|
|
137
|
+
cursor: pointer;
|
|
138
|
+
}
|
|
139
|
+
button[disabled],
|
|
140
|
+
html input[disabled] {
|
|
141
|
+
cursor: default;
|
|
142
|
+
}
|
|
143
|
+
button::-moz-focus-inner,
|
|
144
|
+
input::-moz-focus-inner {
|
|
145
|
+
border: 0;
|
|
146
|
+
padding: 0;
|
|
147
|
+
}
|
|
148
|
+
input {
|
|
149
|
+
line-height: normal;
|
|
150
|
+
}
|
|
151
|
+
input[type="checkbox"],
|
|
152
|
+
input[type="radio"] {
|
|
153
|
+
-webkit-box-sizing: border-box;
|
|
154
|
+
-moz-box-sizing: border-box;
|
|
155
|
+
box-sizing: border-box;
|
|
156
|
+
padding: 0;
|
|
157
|
+
}
|
|
158
|
+
input[type="number"]::-webkit-inner-spin-button,
|
|
159
|
+
input[type="number"]::-webkit-outer-spin-button {
|
|
160
|
+
height: auto;
|
|
161
|
+
}
|
|
162
|
+
input[type="search"] {
|
|
163
|
+
-webkit-appearance: textfield;
|
|
164
|
+
-webkit-box-sizing: content-box;
|
|
165
|
+
-moz-box-sizing: content-box;
|
|
166
|
+
box-sizing: content-box;
|
|
167
|
+
}
|
|
168
|
+
input[type="search"]::-webkit-search-cancel-button,
|
|
169
|
+
input[type="search"]::-webkit-search-decoration {
|
|
170
|
+
-webkit-appearance: none;
|
|
171
|
+
}
|
|
172
|
+
fieldset {
|
|
173
|
+
border: 1px solid #c0c0c0;
|
|
174
|
+
margin: 0 2px;
|
|
175
|
+
padding: 0.35em 0.625em 0.75em;
|
|
176
|
+
}
|
|
177
|
+
legend {
|
|
178
|
+
border: 0;
|
|
179
|
+
padding: 0;
|
|
180
|
+
}
|
|
181
|
+
textarea {
|
|
182
|
+
overflow: auto;
|
|
183
|
+
}
|
|
184
|
+
optgroup {
|
|
185
|
+
font-weight: bold;
|
|
186
|
+
}
|
|
187
|
+
table {
|
|
188
|
+
border-collapse: collapse;
|
|
189
|
+
border-spacing: 0;
|
|
190
|
+
}
|
|
191
|
+
td,
|
|
192
|
+
th {
|
|
193
|
+
padding: 0;
|
|
194
|
+
}
|
|
195
|
+
* {
|
|
196
|
+
-webkit-box-sizing: border-box;
|
|
197
|
+
-moz-box-sizing: border-box;
|
|
198
|
+
box-sizing: border-box;
|
|
199
|
+
}
|
|
200
|
+
*:before,
|
|
201
|
+
*:after {
|
|
202
|
+
-webkit-box-sizing: border-box;
|
|
203
|
+
-moz-box-sizing: border-box;
|
|
204
|
+
box-sizing: border-box;
|
|
205
|
+
}
|
|
206
|
+
html {
|
|
207
|
+
font-size: 10px;
|
|
208
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
|
209
|
+
}
|
|
210
|
+
body {
|
|
211
|
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
212
|
+
font-size: 14px;
|
|
213
|
+
line-height: 1.42857143;
|
|
214
|
+
color: #333333;
|
|
215
|
+
background-color: #ffffff;
|
|
216
|
+
}
|
|
217
|
+
input,
|
|
218
|
+
button,
|
|
219
|
+
select,
|
|
220
|
+
textarea {
|
|
221
|
+
font-family: inherit;
|
|
222
|
+
font-size: inherit;
|
|
223
|
+
line-height: inherit;
|
|
224
|
+
}
|
|
225
|
+
a {
|
|
226
|
+
color: #337ab7;
|
|
227
|
+
text-decoration: none;
|
|
228
|
+
}
|
|
229
|
+
a:hover,
|
|
230
|
+
a:focus {
|
|
231
|
+
color: #23527c;
|
|
232
|
+
text-decoration: underline;
|
|
233
|
+
}
|
|
234
|
+
a:focus {
|
|
235
|
+
outline: 5px auto -webkit-focus-ring-color;
|
|
236
|
+
outline-offset: -2px;
|
|
237
|
+
}
|
|
238
|
+
figure {
|
|
239
|
+
margin: 0;
|
|
240
|
+
}
|
|
241
|
+
img {
|
|
242
|
+
vertical-align: middle;
|
|
243
|
+
}
|
|
244
|
+
.img-responsive {
|
|
245
|
+
display: block;
|
|
246
|
+
max-width: 100%;
|
|
247
|
+
height: auto;
|
|
248
|
+
}
|
|
249
|
+
.img-rounded {
|
|
250
|
+
border-radius: 6px;
|
|
251
|
+
}
|
|
252
|
+
.img-thumbnail {
|
|
253
|
+
padding: 4px;
|
|
254
|
+
line-height: 1.42857143;
|
|
255
|
+
background-color: #ffffff;
|
|
256
|
+
border: 1px solid #dddddd;
|
|
257
|
+
border-radius: 4px;
|
|
258
|
+
-webkit-transition: all 0.2s ease-in-out;
|
|
259
|
+
-o-transition: all 0.2s ease-in-out;
|
|
260
|
+
transition: all 0.2s ease-in-out;
|
|
261
|
+
display: inline-block;
|
|
262
|
+
max-width: 100%;
|
|
263
|
+
height: auto;
|
|
264
|
+
}
|
|
265
|
+
.img-circle {
|
|
266
|
+
border-radius: 50%;
|
|
267
|
+
}
|
|
268
|
+
hr {
|
|
269
|
+
margin-top: 20px;
|
|
270
|
+
margin-bottom: 20px;
|
|
271
|
+
border: 0;
|
|
272
|
+
border-top: 1px solid #eeeeee;
|
|
273
|
+
}
|
|
274
|
+
.sr-only {
|
|
275
|
+
position: absolute;
|
|
276
|
+
width: 1px;
|
|
277
|
+
height: 1px;
|
|
278
|
+
padding: 0;
|
|
279
|
+
margin: -1px;
|
|
280
|
+
overflow: hidden;
|
|
281
|
+
clip: rect(0, 0, 0, 0);
|
|
282
|
+
border: 0;
|
|
283
|
+
}
|
|
284
|
+
.sr-only-focusable:active,
|
|
285
|
+
.sr-only-focusable:focus {
|
|
286
|
+
position: static;
|
|
287
|
+
width: auto;
|
|
288
|
+
height: auto;
|
|
289
|
+
margin: 0;
|
|
290
|
+
overflow: visible;
|
|
291
|
+
clip: auto;
|
|
292
|
+
}
|
|
293
|
+
[role="button"] {
|
|
294
|
+
cursor: pointer;
|
|
295
|
+
}
|
|
296
|
+
.caret {
|
|
297
|
+
display: inline-block;
|
|
298
|
+
width: 0;
|
|
299
|
+
height: 0;
|
|
300
|
+
margin-left: 2px;
|
|
301
|
+
vertical-align: middle;
|
|
302
|
+
border-top: 4px dashed;
|
|
303
|
+
border-top: 4px solid \9;
|
|
304
|
+
border-right: 4px solid transparent;
|
|
305
|
+
border-left: 4px solid transparent;
|
|
306
|
+
}
|
|
307
|
+
.dropup,
|
|
308
|
+
.dropdown {
|
|
309
|
+
position: relative;
|
|
310
|
+
}
|
|
311
|
+
.dropdown-toggle:focus {
|
|
312
|
+
outline: 0;
|
|
313
|
+
}
|
|
314
|
+
.dropdown-menu {
|
|
315
|
+
position: absolute;
|
|
316
|
+
top: 100%;
|
|
317
|
+
left: 0;
|
|
318
|
+
z-index: 1000;
|
|
319
|
+
display: none;
|
|
320
|
+
float: left;
|
|
321
|
+
min-width: 160px;
|
|
322
|
+
padding: 5px 0;
|
|
323
|
+
margin: 2px 0 0;
|
|
324
|
+
font-size: 14px;
|
|
325
|
+
text-align: left;
|
|
326
|
+
list-style: none;
|
|
327
|
+
background-color: #ffffff;
|
|
328
|
+
-webkit-background-clip: padding-box;
|
|
329
|
+
background-clip: padding-box;
|
|
330
|
+
border: 1px solid #cccccc;
|
|
331
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
332
|
+
border-radius: 4px;
|
|
333
|
+
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
334
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
335
|
+
}
|
|
336
|
+
.dropdown-menu.pull-right {
|
|
337
|
+
right: 0;
|
|
338
|
+
left: auto;
|
|
339
|
+
}
|
|
340
|
+
.dropdown-menu .divider {
|
|
341
|
+
height: 1px;
|
|
342
|
+
margin: 9px 0;
|
|
343
|
+
overflow: hidden;
|
|
344
|
+
background-color: #e5e5e5;
|
|
345
|
+
}
|
|
346
|
+
.dropdown-menu > li > a {
|
|
347
|
+
display: block;
|
|
348
|
+
padding: 3px 20px;
|
|
349
|
+
clear: both;
|
|
350
|
+
font-weight: 400;
|
|
351
|
+
line-height: 1.42857143;
|
|
352
|
+
color: #333333;
|
|
353
|
+
white-space: nowrap;
|
|
354
|
+
}
|
|
355
|
+
.dropdown-menu > li > a:hover,
|
|
356
|
+
.dropdown-menu > li > a:focus {
|
|
357
|
+
color: #262626;
|
|
358
|
+
text-decoration: none;
|
|
359
|
+
background-color: #f5f5f5;
|
|
360
|
+
}
|
|
361
|
+
.dropdown-menu > .active > a,
|
|
362
|
+
.dropdown-menu > .active > a:hover,
|
|
363
|
+
.dropdown-menu > .active > a:focus {
|
|
364
|
+
color: #ffffff;
|
|
365
|
+
text-decoration: none;
|
|
366
|
+
background-color: #337ab7;
|
|
367
|
+
outline: 0;
|
|
368
|
+
}
|
|
369
|
+
.dropdown-menu > .disabled > a,
|
|
370
|
+
.dropdown-menu > .disabled > a:hover,
|
|
371
|
+
.dropdown-menu > .disabled > a:focus {
|
|
372
|
+
color: #777777;
|
|
373
|
+
}
|
|
374
|
+
.dropdown-menu > .disabled > a:hover,
|
|
375
|
+
.dropdown-menu > .disabled > a:focus {
|
|
376
|
+
text-decoration: none;
|
|
377
|
+
cursor: not-allowed;
|
|
378
|
+
background-color: transparent;
|
|
379
|
+
background-image: none;
|
|
380
|
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
|
381
|
+
}
|
|
382
|
+
.open > .dropdown-menu {
|
|
383
|
+
display: block;
|
|
384
|
+
}
|
|
385
|
+
.open > a {
|
|
386
|
+
outline: 0;
|
|
387
|
+
}
|
|
388
|
+
.dropdown-menu-right {
|
|
389
|
+
right: 0;
|
|
390
|
+
left: auto;
|
|
391
|
+
}
|
|
392
|
+
.dropdown-menu-left {
|
|
393
|
+
right: auto;
|
|
394
|
+
left: 0;
|
|
395
|
+
}
|
|
396
|
+
.dropdown-header {
|
|
397
|
+
display: block;
|
|
398
|
+
padding: 3px 20px;
|
|
399
|
+
font-size: 12px;
|
|
400
|
+
line-height: 1.42857143;
|
|
401
|
+
color: #777777;
|
|
402
|
+
white-space: nowrap;
|
|
403
|
+
}
|
|
404
|
+
.dropdown-backdrop {
|
|
405
|
+
position: fixed;
|
|
406
|
+
top: 0;
|
|
407
|
+
right: 0;
|
|
408
|
+
bottom: 0;
|
|
409
|
+
left: 0;
|
|
410
|
+
z-index: 990;
|
|
411
|
+
}
|
|
412
|
+
.pull-right > .dropdown-menu {
|
|
413
|
+
right: 0;
|
|
414
|
+
left: auto;
|
|
415
|
+
}
|
|
416
|
+
.dropup .caret,
|
|
417
|
+
.navbar-fixed-bottom .dropdown .caret {
|
|
418
|
+
content: "";
|
|
419
|
+
border-top: 0;
|
|
420
|
+
border-bottom: 4px dashed;
|
|
421
|
+
border-bottom: 4px solid \9;
|
|
422
|
+
}
|
|
423
|
+
.dropup .dropdown-menu,
|
|
424
|
+
.navbar-fixed-bottom .dropdown .dropdown-menu {
|
|
425
|
+
top: auto;
|
|
426
|
+
bottom: 100%;
|
|
427
|
+
margin-bottom: 2px;
|
|
428
|
+
}
|
|
429
|
+
@media (min-width: 768px) {
|
|
430
|
+
.navbar-right .dropdown-menu {
|
|
431
|
+
right: 0;
|
|
432
|
+
left: auto;
|
|
433
|
+
}
|
|
434
|
+
.navbar-right .dropdown-menu-left {
|
|
435
|
+
right: auto;
|
|
436
|
+
left: 0;
|
|
437
|
+
}
|
|
438
|
+
}
|
|
439
|
+
.clearfix:before,
|
|
440
|
+
.clearfix:after {
|
|
441
|
+
display: table;
|
|
442
|
+
content: " ";
|
|
443
|
+
}
|
|
444
|
+
.clearfix:after {
|
|
445
|
+
clear: both;
|
|
446
|
+
}
|
|
447
|
+
.center-block {
|
|
448
|
+
display: block;
|
|
449
|
+
margin-right: auto;
|
|
450
|
+
margin-left: auto;
|
|
451
|
+
}
|
|
452
|
+
.pull-right {
|
|
453
|
+
float: right !important;
|
|
454
|
+
}
|
|
455
|
+
.pull-left {
|
|
456
|
+
float: left !important;
|
|
457
|
+
}
|
|
458
|
+
.hide {
|
|
459
|
+
display: none !important;
|
|
460
|
+
}
|
|
461
|
+
.show {
|
|
462
|
+
display: block !important;
|
|
463
|
+
}
|
|
464
|
+
.invisible {
|
|
465
|
+
visibility: hidden;
|
|
466
|
+
}
|
|
467
|
+
.text-hide {
|
|
468
|
+
font: 0/0 a;
|
|
469
|
+
color: transparent;
|
|
470
|
+
text-shadow: none;
|
|
471
|
+
background-color: transparent;
|
|
472
|
+
border: 0;
|
|
473
|
+
}
|
|
474
|
+
.hidden {
|
|
475
|
+
display: none !important;
|
|
476
|
+
}
|
|
477
|
+
.affix {
|
|
478
|
+
position: fixed;
|
|
479
|
+
}
|
package/app/css/cvjs_7.css
CHANGED
|
@@ -3891,7 +3891,7 @@ table.publishPDFModalTable td {
|
|
|
3891
3891
|
|
|
3892
3892
|
.radioColor1{
|
|
3893
3893
|
position: absolute;
|
|
3894
|
-
left:
|
|
3894
|
+
left: 270px;
|
|
3895
3895
|
top: 32px;
|
|
3896
3896
|
}
|
|
3897
3897
|
|
|
@@ -3913,7 +3913,7 @@ table.publishPDFModalTable td {
|
|
|
3913
3913
|
|
|
3914
3914
|
.radioColor2{
|
|
3915
3915
|
position: absolute;
|
|
3916
|
-
left:
|
|
3916
|
+
left: 370px;
|
|
3917
3917
|
top: 32px;
|
|
3918
3918
|
}
|
|
3919
3919
|
|
|
@@ -3936,7 +3936,7 @@ table.publishPDFModalTable td {
|
|
|
3936
3936
|
|
|
3937
3937
|
.radioColor3{
|
|
3938
3938
|
position: absolute;
|
|
3939
|
-
left:
|
|
3939
|
+
left: 270px;
|
|
3940
3940
|
top: 57px;
|
|
3941
3941
|
}
|
|
3942
3942
|
|
|
@@ -3960,7 +3960,7 @@ table.publishPDFModalTable td {
|
|
|
3960
3960
|
|
|
3961
3961
|
.radioColor4{
|
|
3962
3962
|
position: absolute;
|
|
3963
|
-
left:
|
|
3963
|
+
left: 370px;
|
|
3964
3964
|
top: 57px;
|
|
3965
3965
|
}
|
|
3966
3966
|
|
|
@@ -3984,7 +3984,7 @@ table.publishPDFModalTable td {
|
|
|
3984
3984
|
|
|
3985
3985
|
.radioColor5{
|
|
3986
3986
|
position: absolute;
|
|
3987
|
-
left:
|
|
3987
|
+
left: 270px;
|
|
3988
3988
|
top: 82px;
|
|
3989
3989
|
}
|
|
3990
3990
|
|
|
@@ -4009,7 +4009,7 @@ table.publishPDFModalTable td {
|
|
|
4009
4009
|
|
|
4010
4010
|
.radioColor6{
|
|
4011
4011
|
position: absolute;
|
|
4012
|
-
left:
|
|
4012
|
+
left: 370px;
|
|
4013
4013
|
top: 82px;
|
|
4014
4014
|
}
|
|
4015
4015
|
|
|
@@ -4034,7 +4034,7 @@ table.publishPDFModalTable td {
|
|
|
4034
4034
|
|
|
4035
4035
|
.radioColor7{
|
|
4036
4036
|
position: absolute;
|
|
4037
|
-
left:
|
|
4037
|
+
left: 270px;
|
|
4038
4038
|
top: 107px;
|
|
4039
4039
|
}
|
|
4040
4040
|
|
|
@@ -4058,7 +4058,7 @@ table.publishPDFModalTable td {
|
|
|
4058
4058
|
|
|
4059
4059
|
.radioColor8{
|
|
4060
4060
|
position: absolute;
|
|
4061
|
-
left:
|
|
4061
|
+
left: 370px;
|
|
4062
4062
|
top: 107px;
|
|
4063
4063
|
}
|
|
4064
4064
|
|
|
@@ -4080,7 +4080,7 @@ table.publishPDFModalTable td {
|
|
|
4080
4080
|
|
|
4081
4081
|
.radioColor1_background{
|
|
4082
4082
|
position: absolute;
|
|
4083
|
-
left:
|
|
4083
|
+
left: 270px;
|
|
4084
4084
|
top: 32px;
|
|
4085
4085
|
}
|
|
4086
4086
|
|
|
@@ -4103,7 +4103,7 @@ table.publishPDFModalTable td {
|
|
|
4103
4103
|
|
|
4104
4104
|
.radioColor2_background{
|
|
4105
4105
|
position: absolute;
|
|
4106
|
-
left:
|
|
4106
|
+
left: 370px;
|
|
4107
4107
|
top: 32px;
|
|
4108
4108
|
}
|
|
4109
4109
|
|
|
@@ -4126,7 +4126,7 @@ table.publishPDFModalTable td {
|
|
|
4126
4126
|
|
|
4127
4127
|
.radioColor3_background{
|
|
4128
4128
|
position: absolute;
|
|
4129
|
-
left:
|
|
4129
|
+
left: 270px;
|
|
4130
4130
|
top: 57px;
|
|
4131
4131
|
}
|
|
4132
4132
|
|
|
@@ -4149,7 +4149,7 @@ table.publishPDFModalTable td {
|
|
|
4149
4149
|
|
|
4150
4150
|
.radioColor4_background{
|
|
4151
4151
|
position: absolute;
|
|
4152
|
-
left:
|
|
4152
|
+
left: 370px;
|
|
4153
4153
|
top: 57px;
|
|
4154
4154
|
}
|
|
4155
4155
|
|
|
@@ -4172,7 +4172,7 @@ table.publishPDFModalTable td {
|
|
|
4172
4172
|
|
|
4173
4173
|
.radioColor5_background{
|
|
4174
4174
|
position: absolute;
|
|
4175
|
-
left:
|
|
4175
|
+
left: 270px;
|
|
4176
4176
|
top: 82px;
|
|
4177
4177
|
}
|
|
4178
4178
|
|
|
@@ -4196,7 +4196,7 @@ table.publishPDFModalTable td {
|
|
|
4196
4196
|
|
|
4197
4197
|
.radioColor6_background{
|
|
4198
4198
|
position: absolute;
|
|
4199
|
-
left:
|
|
4199
|
+
left: 370px;
|
|
4200
4200
|
top: 82px;
|
|
4201
4201
|
}
|
|
4202
4202
|
|
|
@@ -4218,7 +4218,7 @@ table.publishPDFModalTable td {
|
|
|
4218
4218
|
|
|
4219
4219
|
.radioColor7_background{
|
|
4220
4220
|
position: absolute;
|
|
4221
|
-
left:
|
|
4221
|
+
left: 270px;
|
|
4222
4222
|
top: 107px;
|
|
4223
4223
|
}
|
|
4224
4224
|
|
|
@@ -4240,7 +4240,7 @@ table.publishPDFModalTable td {
|
|
|
4240
4240
|
|
|
4241
4241
|
.radioColor8_background{
|
|
4242
4242
|
position: absolute;
|
|
4243
|
-
left:
|
|
4243
|
+
left: 370px;
|
|
4244
4244
|
top: 107px;
|
|
4245
4245
|
}
|
|
4246
4246
|
|
|
@@ -4289,7 +4289,7 @@ table.publishPDFModalTable td {
|
|
|
4289
4289
|
|
|
4290
4290
|
#radioColor2_generic{
|
|
4291
4291
|
position: absolute;
|
|
4292
|
-
left:
|
|
4292
|
+
left: 190px;
|
|
4293
4293
|
top: 32px;
|
|
4294
4294
|
}
|
|
4295
4295
|
|
|
@@ -4312,7 +4312,7 @@ table.publishPDFModalTable td {
|
|
|
4312
4312
|
|
|
4313
4313
|
#radioColor3_generic{
|
|
4314
4314
|
position: absolute;
|
|
4315
|
-
left:
|
|
4315
|
+
left: 100px;
|
|
4316
4316
|
top: 57px;
|
|
4317
4317
|
}
|
|
4318
4318
|
|
|
@@ -4335,7 +4335,7 @@ table.publishPDFModalTable td {
|
|
|
4335
4335
|
|
|
4336
4336
|
#radioColor4_generic{
|
|
4337
4337
|
position: absolute;
|
|
4338
|
-
left:
|
|
4338
|
+
left: 190px;
|
|
4339
4339
|
top: 57px;
|
|
4340
4340
|
}
|
|
4341
4341
|
|
|
@@ -4358,7 +4358,7 @@ table.publishPDFModalTable td {
|
|
|
4358
4358
|
|
|
4359
4359
|
#radioColor5_generic{
|
|
4360
4360
|
position: absolute;
|
|
4361
|
-
left:
|
|
4361
|
+
left: 100px;
|
|
4362
4362
|
top: 82px;
|
|
4363
4363
|
}
|
|
4364
4364
|
|
|
@@ -4382,7 +4382,7 @@ table.publishPDFModalTable td {
|
|
|
4382
4382
|
|
|
4383
4383
|
#radioColor6_generic{
|
|
4384
4384
|
position: absolute;
|
|
4385
|
-
left:
|
|
4385
|
+
left: 190px;
|
|
4386
4386
|
top: 82px;
|
|
4387
4387
|
}
|
|
4388
4388
|
|
|
@@ -4405,7 +4405,7 @@ table.publishPDFModalTable td {
|
|
|
4405
4405
|
|
|
4406
4406
|
#radioColor7_generic{
|
|
4407
4407
|
position: absolute;
|
|
4408
|
-
left:
|
|
4408
|
+
left: 100px;
|
|
4409
4409
|
top: 107px;
|
|
4410
4410
|
}
|
|
4411
4411
|
|
|
@@ -4427,7 +4427,7 @@ table.publishPDFModalTable td {
|
|
|
4427
4427
|
|
|
4428
4428
|
#radioColor8_generic{
|
|
4429
4429
|
position: absolute;
|
|
4430
|
-
left:
|
|
4430
|
+
left: 190px;
|
|
4431
4431
|
top: 107px;
|
|
4432
4432
|
}
|
|
4433
4433
|
|