1
0

Added Quantity ordering

Some table columns made unwrappable
This commit is contained in:
cryptogopher
2019-10-26 21:00:37 +02:00
parent 2176ef77f3
commit 745d6de42b
8 changed files with 66 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
table.list tr.quantity.primary td.name {font-weight: bold;}
table.list td.action,
table.list td.value {text-align: right;}
table.list td.action,
table.list td.name {white-space: nowrap;}
.icon-move-left { background-image: url(../images/1leftarrow.png); }
.icon-move-right { background-image: url(../images/1rightarrow.png); }