MemberDataSheet: Minor improvements
This commit is contained in:
@ -64,7 +64,7 @@ aside table thead:not(:first-child) tr {
|
||||
border-top: 0.5pt solid #808080;
|
||||
}
|
||||
|
||||
aside table thead th {
|
||||
aside table thead tr {
|
||||
background-color: #E0E0E0;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
@ -100,6 +100,10 @@ main table.tiny tr.subheading td {
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
main table tr.sectionheading {
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
main table tr.sectionheading th {
|
||||
padding-top: 1mm;
|
||||
padding-bottom: 1mm;
|
||||
|
@ -19,10 +19,10 @@
|
||||
<tbody>
|
||||
<tr class="sectionheading"><th colspan="5">Persönliche Daten</th></tr>
|
||||
<tr>
|
||||
<th class="small">Titel</th>
|
||||
<th class="small">Titel (vorangestellt)</th>
|
||||
<th class="small">Vorname</th>
|
||||
<th colspan="2" class="small">Nachname</th>
|
||||
<th class="small">Titel</th>
|
||||
<th class="small">Titel (nachgestellt)</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="large">@Model.Member.Prefix</td>
|
||||
@ -174,7 +174,7 @@
|
||||
</tr>
|
||||
@foreach (var areaCom in contractType.AreaComs) {
|
||||
<tr class="area-commitment">
|
||||
<td>@areaCom.Kg.AtKg.Name <span style="font-size: 8pt;">(@areaCom.Kg.AtKg.KgNr)</span></td>
|
||||
<td>@areaCom.Kg.AtKg.Name <span style="font-size: 8pt;">(@($"{areaCom.Kg.AtKg.KgNr:00000}"))</span></td>
|
||||
<td>@areaCom.Rd?.Name</td>
|
||||
<td class="text">@areaCom.GstNr.Replace(",", ", ").Replace("-", "–")</td>
|
||||
<td class="number">@($"{areaCom.Area:N0}")</td>
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
h2 {
|
||||
/*break-before: page;*/
|
||||
table.member {
|
||||
margin-bottom: 5mm;
|
||||
}
|
||||
|
||||
table.area-commitements {
|
||||
|
Reference in New Issue
Block a user