v.301 minor cosmetics

This commit is contained in:
Frede Hundewadt 2023-11-09 09:35:20 +01:00
parent c71b585362
commit b0f1712b16
4 changed files with 12 additions and 7 deletions

View file

@ -93,7 +93,7 @@
<td class=""></td> <td class=""></td>
<td class="bg-light"></td> <td class="bg-light"></td>
<td class="bg-light"></td> <td class="bg-light"></td>
<td class="text-end border-end">@(ReportData.NormalTurnover)</td> <td class="text-end fw-bold border-end">@(ReportData.NormalTurnover)</td>
<td class="bg-light"></td> <td class="bg-light"></td>
<td class="bg-light"></td> <td class="bg-light"></td>
<td class="bg-light"></td> <td class="bg-light"></td>
@ -105,7 +105,7 @@
<td class="bg-light"></td> <td class="bg-light"></td>
<td class="bg-light"></td> <td class="bg-light"></td>
<td class="text-end">@ReportData.SasCount</td> <td class="text-end">@ReportData.SasCount</td>
<td class="text-end border-end">@ReportData.SasTurnover</td> <td class="text-end fw-bold border-end">@ReportData.SasTurnover</td>
<td class="bg-light"></td> <td class="bg-light"></td>
<td class="bg-light"></td> <td class="bg-light"></td>
<td class="text-end">@ReportData.SasCountMonth</td> <td class="text-end">@ReportData.SasCountMonth</td>

View file

@ -16,8 +16,8 @@
@using Wonky.Entity.Views @using Wonky.Entity.Views
<div class="report-visit d-block container"> <div class="report-visit d-block d-print-block">
<table class="table table-sm table-striped"> <table class="table table-sm table-striped d-print-table">
<thead> <thead>
<tr> <tr>
<th class="p-0" colspan="4"> <th class="p-0" colspan="4">
@ -100,7 +100,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
<table class="table table-sm table-striped table-bordered"> <table class="table table-sm table-striped table-bordered d-print-table">
<thead> <thead>
<tr class="bg-light text-black"> <tr class="bg-light text-black">
<th scope="col">Placering</th> <th scope="col">Placering</th>

View file

@ -1,7 +1,7 @@
{ {
"appInfo": { "appInfo": {
"name": "Wonky Online", "name": "Wonky Online",
"version": "299.0", "version": "301.0",
"rc": false, "rc": false,
"sandBox": true, "sandBox": true,
"image": "grumpy-coder.png", "image": "grumpy-coder.png",

View file

@ -14,7 +14,6 @@
color-adjust: exact; color-adjust: exact;
} }
.report-main { .report-main {
font-size: 10px;
/*page-break-before: always;*/ /*page-break-before: always;*/
/*page-break-after: always;*/ /*page-break-after: always;*/
/*break-before: page;*/ /*break-before: page;*/
@ -24,6 +23,7 @@
border: initial; border: initial;
border-radius: initial; border-radius: initial;
box-shadow: initial; box-shadow: initial;
font-size: 10px;
margin: auto; margin: auto;
width: initial; width: initial;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
@ -39,12 +39,16 @@
border: initial; border: initial;
border-radius: initial; border-radius: initial;
box-shadow: initial; box-shadow: initial;
font-size: 10px;
min-height: 250mm; min-height: 250mm;
margin: 0; margin: 0;
width: initial; width: initial;
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
color-adjust: exact; color-adjust: exact;
} }
.report-visit td {
font-size: 10px;
}
.distance-ledger {} .distance-ledger {}
.report-ledger { .report-ledger {
/*page-break-before: avoid;*/ /*page-break-before: avoid;*/
@ -53,6 +57,7 @@
break-before: avoid; break-before: avoid;
break-inside: avoid; break-inside: avoid;
break-after: recto; break-after: recto;
font-size: 10px;
min-height: 300px; min-height: 300px;
} }
} }