1
0

Displaying readouts is working

This commit is contained in:
cryptogopher
2019-12-14 01:25:20 +01:00
parent 96fe7db39d
commit 925def1674
10 changed files with 98 additions and 48 deletions

View File

@@ -1,8 +1,12 @@
table.list tr.quantity.primary td.name {font-weight: bold;}
table.nutrients.list td.name,
table.nutrients.list td.quantity {text-align: left; border-bottom: none;}
table.nutrients.list td.space {border-top: none; border-bottom: none;}
table.nutrients.list td.value {border-top: none;}
table.nutrients.list td.quantity,
table.readouts.list td.date,
table.readouts.list td.quantity {text-align: left; border-bottom: none;}
table.nutrients.list td.space,
table.readouts.list td.space {border-top: none; border-bottom: none;}
table.nutrients.list td.value,
table.readouts.list td.value {border-top: none;}
table.list tr.ingredient.hidden {opacity: 0.4}
table.list td.action,
table.list td.date,