@ -34,3 +34,12 @@
color: white;
text-align: center;
}
.orderlist-screen table td[name='td_ol_amount_total'] {
text-align: right;
/* Keep the table from breaking when the customer name is too long */
.orderlist-screen table td:not([name='td_ol_customer']) {
white-space: nowrap;
@ -33,7 +33,7 @@
<th name="th_ol_ref">Ref.</th>
<th name="th_ol_customer">Customer</th>
<th name="th_ol_date">Date</th>
<th name="th_ol_amount_total">Amount Total</th>
<th name="th_ol_amount_total">Amount</th>
<th name="th_ol_reprint"/>
</thead>
<tbody class="order-list-contents">