1
0

Displaying heirarchical quantity headers

This commit is contained in:
cryptogopher
2020-05-24 18:57:10 +02:00
parent a8d31f26d2
commit 2216cea6d5
3 changed files with 62 additions and 16 deletions

View File

@@ -8,11 +8,11 @@ table.list .quantity {text-align: left;}
/* TODO: merge with .closable */
table.list .quantityhead {
text-align: center;
vertical-align: bottom;
position: relative;
padding: 2px 0;
border: none;
border-bottom: none;
}
table.list .quantityheadempty {border-top: none; border-bottom: none;}
table.list .action,
table.list .value {text-align: right; padding-right: 2px;}