1
0

Restyled quantity header

Exposure close button removed, toggling only from select
This commit is contained in:
cryptogopher
2020-04-29 22:26:48 +02:00
parent 9f3f90e4f0
commit da11c0f626
6 changed files with 40 additions and 20 deletions

View File

@@ -5,11 +5,18 @@ 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 {
text-align: center;
vertical-align: bottom;
position: relative;
padding: 2px 0;
}
table.list .action,
table.list .value {text-align: right;}
table.list th.closable {padding-right: 0;}
table.list .closable {padding-right: 0;}
table.list .unwrappable {white-space: nowrap;}
table.list .ellipsible {
overflow: hidden;