@medicus.ai/medicus-report-pdf-generator 1.0.215 → 1.0.216
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.
|
@@ -73,7 +73,7 @@ body {
|
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.first-page .logo {
|
|
76
|
-
width:
|
|
76
|
+
width: 25%
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.first-page .company-logo {
|
|
@@ -107,7 +107,7 @@ body {
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.report-title {
|
|
110
|
-
font-size:
|
|
110
|
+
font-size: 300%;
|
|
111
111
|
font-weight: 700;
|
|
112
112
|
float: right;
|
|
113
113
|
width: 75%;
|
|
@@ -227,11 +227,11 @@ td.bar-title span {
|
|
|
227
227
|
text-align: right;
|
|
228
228
|
direction: ltr;
|
|
229
229
|
}
|
|
230
|
-
|
|
230
|
+
/*
|
|
231
231
|
.participant-analytics-section .container .side-chart-container:nth-child(odd) .bar-title span {
|
|
232
232
|
text-align: left;
|
|
233
233
|
}
|
|
234
|
-
|
|
234
|
+
*/
|
|
235
235
|
.side-chart.side-chart-with-border table tr.empty-tr {
|
|
236
236
|
height: 52px;
|
|
237
237
|
}
|
|
@@ -264,22 +264,22 @@ td {
|
|
|
264
264
|
min-width: 60px;
|
|
265
265
|
}
|
|
266
266
|
|
|
267
|
-
.participant-analytics-section .container .side-chart-container
|
|
267
|
+
.participant-analytics-section .container .side-chart-container table {
|
|
268
268
|
direction: rtl;
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.participant-analytics-section .container .side-chart-container
|
|
271
|
+
.participant-analytics-section .container .side-chart-container {
|
|
272
272
|
float: right;
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
.participant-analytics-section .container .side-chart-container
|
|
275
|
+
.participant-analytics-section .container .side-chart-container table td.bar-title {
|
|
276
276
|
border-right: 1px solid;
|
|
277
277
|
border-left: 0;
|
|
278
278
|
padding-right: 13px;
|
|
279
279
|
padding-left: 0;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
.participant-analytics-section .container .side-chart-container
|
|
282
|
+
.participant-analytics-section .container .side-chart-container table .bar-chart {
|
|
283
283
|
float: left;
|
|
284
284
|
border-radius: 0 20px 20px 0;
|
|
285
285
|
}
|
|
@@ -40,9 +40,6 @@ td.bar-title span {
|
|
|
40
40
|
.participant-analytics-section.single-section.page {
|
|
41
41
|
margin-top: 0px;
|
|
42
42
|
}
|
|
43
|
-
.participant-analytics-section .container .side-chart-container:nth-child(odd) .bar-title span {
|
|
44
|
-
text-align: right;
|
|
45
|
-
}
|
|
46
43
|
|
|
47
44
|
.container {
|
|
48
45
|
padding-right: 0px;
|
|
@@ -57,22 +54,18 @@ td.bar-title span {
|
|
|
57
54
|
border-bottom-left-radius: 0;
|
|
58
55
|
}
|
|
59
56
|
|
|
60
|
-
.participant-analytics-section .container .side-chart-container
|
|
57
|
+
.participant-analytics-section .container .side-chart-container table {
|
|
61
58
|
direction: ltr;
|
|
62
59
|
}
|
|
63
60
|
|
|
64
|
-
.participant-analytics-section .container .side-chart-container
|
|
65
|
-
float: left;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.participant-analytics-section .container .side-chart-container:nth-child(even) table td.bar-title {
|
|
61
|
+
.participant-analytics-section .container .side-chart-container table td.bar-title {
|
|
69
62
|
border-left: 1px solid;
|
|
70
63
|
border-right: 0;
|
|
71
64
|
padding-left: 13px;
|
|
72
65
|
padding-right: 0;
|
|
73
66
|
}
|
|
74
67
|
|
|
75
|
-
.participant-analytics-section .container .side-chart-container
|
|
68
|
+
.participant-analytics-section .container .side-chart-container table .bar-chart {
|
|
76
69
|
float: right;
|
|
77
70
|
border-radius: 20px 0 0 20px;
|
|
78
71
|
}
|
package/package.json
CHANGED