1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/assets/stylesheets/body_tracking.css
cryptogopher 745d6de42b Added Quantity ordering
Some table columns made unwrappable
2019-10-26 21:00:37 +02:00

9 lines
328 B
CSS

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); }