1
0

Styles adjustments

This commit is contained in:
cryptogopher
2020-04-30 18:50:28 +02:00
parent e74c707729
commit 9ccd41b422
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ table.list .quantityhead {
}
table.list .action,
table.list .value {text-align: right;}
table.list .value {text-align: right; padding-right: 2px;}
table.list .closable {padding-right: 0;}
table.list .unwrappable {white-space: nowrap;}
@@ -24,7 +24,7 @@ table.list .ellipsible {
white-space: nowrap;
max-width: 1px;
}
table.list .buttonable {line-height: 1.8em;}
table.list tr.buttonable {line-height: 1.8em;}
table.list td.form {
padding-right: 2px;