[#36] MemberAdminWindow: Add MemberList
This commit is contained in:
@ -116,6 +116,27 @@ main table tr.sectionheading th {
|
||||
border-top: 0.5pt solid black;
|
||||
}
|
||||
|
||||
main table tr.header {
|
||||
border: 0.5pt solid black;
|
||||
background-color: #E0E0E0;
|
||||
}
|
||||
|
||||
main table tr.header th {
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
font-size: 16pt;
|
||||
padding: 1mm 2mm;
|
||||
}
|
||||
|
||||
main table tr.spacing td,
|
||||
main table tr.spacing th {
|
||||
height: 5mm;
|
||||
}
|
||||
|
||||
main table tr.spacing ~ tr.header {
|
||||
break-before: avoid;
|
||||
}
|
||||
|
||||
main table.number thead tr:first-child th:first-child {
|
||||
text-align: left;
|
||||
}
|
||||
|
Reference in New Issue
Block a user