1
0

Added closable/un-/shrinkable css classes for table column styling

This commit is contained in:
cryptogopher
2019-12-26 22:46:41 +01:00
parent ea8c70e1c0
commit 751da2f0df
3 changed files with 15 additions and 19 deletions

View File

@@ -9,15 +9,9 @@ table.list .quantity {text-align: left;}
table.list .action,
table.list .value {text-align: right;}
table.list td.action,
table.list td.date {white-space: nowrap;}
table.list th {padding-right: 0;}
table.list th,
table.list td.name,
table.list td.quantity,
table.list td.value {
table.list th.closable {padding-right: 0;}
table.list .unshrinkable {white-space: nowrap;}
table.list .shrinkable {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;