Added Quantity ordering
Some table columns made unwrappable
This commit is contained in:
BIN
assets/images/1leftarrow.png
Normal file
BIN
assets/images/1leftarrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 254 B |
BIN
assets/images/1rightarrow.png
Normal file
BIN
assets/images/1rightarrow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 255 B |
@@ -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); }
|
||||
|
||||
Reference in New Issue
Block a user