Extra quantities styling in Nutrients listing
Fixed decimal precision/scale
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
table.list tr.quantity.primary td.name {font-weight: bold;}
|
||||
table.nutrients.list td.name,
|
||||
table.list td.quantity.extra {text-align: left; border-bottom: none;}
|
||||
table.nutrients.list td.space,
|
||||
table.list td.value.extra {border-top: none;}
|
||||
table.list tr.ingredient.hidden {opacity: 0.4}
|
||||
table.list td.action,
|
||||
table.list td.value {text-align: right;}
|
||||
table.list th,
|
||||
table.list td.action,
|
||||
table.list td.name,
|
||||
table.nutrients.list th,
|
||||
table.nutrients.list td.name,
|
||||
table.list td.quantity,
|
||||
table.list td.value {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
Reference in New Issue
Block a user