1
0

Added is_binding attribute to Goal

Fixed test_index to check for data rows only
This commit is contained in:
cryptogopher
2020-08-18 17:40:46 +02:00
parent 955125b843
commit 59a14043c8
13 changed files with 43 additions and 21 deletions

View File

@@ -5,14 +5,22 @@ table.list tr.food.hidden {opacity: 0.4}
table.list .date,
table.list .name,
table.list .quantity {text-align: left;}
/* TODO: merge with .closable */
table.list .quantityhead {
/* TODO: merge with .closable and/or remove .closable */
/* TODO: replace .quantityhead(empty) with th.quantity/.empty */
table.list .quantityhead, table.list th.quantity {
text-align: center;
position: relative;
padding: 2px 0;
border-bottom: none;
}
table.list .quantityheadempty {border-top: none; border-bottom: none;}
table.list th.quantity {
text-align: center;
position: relative;
padding: 2px 0;
border-bottom: none;
}
table.list th.empty {border-top: none;}
table.list .action,
table.list .value {text-align: right; padding-right: 2px;}