Extra nutrients are displayed in table cells
Fixed column widths with content ellipsizing
This commit is contained in:
@@ -2,8 +2,15 @@ table.list tr.quantity.primary td.name {font-weight: bold;}
|
||||
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 {white-space: nowrap;}
|
||||
table.list td.name,
|
||||
table.list td.value {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
max-width: 1px;
|
||||
}
|
||||
|
||||
.icon-move-left { background-image: url(../images/1leftarrow.png); }
|
||||
.icon-move-right { background-image: url(../images/1rightarrow.png); }
|
||||
|
||||
Reference in New Issue
Block a user