add table to list view

This commit is contained in:
Alexander Foremny
2024-06-04 15:42:33 +02:00
parent ed753b0410
commit d5f3f2333a
3 changed files with 49 additions and 7 deletions

View File

@@ -147,6 +147,23 @@ header section {
margin-left: auto; }
header section:first-child {
margin-left: 0; }
/* table layout */
th, td {
text-align: left;
padding: 0 16px;
line-height: 52px;
text-overflow: ellipsis;
}
/* table borders */
table {
border-collapse: collapse;
border-left: 1px solid gray;
border-right: 1px solid gray; }
th, td {
border-top: 1px solid gray;
border-bottom: 1px solid gray; }
|]
)
]