Added closable/un-/shrinkable css classes for table column styling
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user