Set a fixed size on the status field in product tables

This commit is contained in:
Erik Thuning 2019-08-15 13:09:28 +02:00
parent 8495eca38c
commit 80a2b900d8
2 changed files with 6 additions and 2 deletions

@ -66,7 +66,7 @@
<table>
<thead>
<tr>
<th>
<th class="status">
</th>
<th>
Namn
@ -86,7 +86,7 @@
¤¤ product_row ¤¤
<tr>
<td class="¤status¤">
<td class="status ¤status¤">
</td>
<td>
¤item_link¤

@ -72,6 +72,10 @@ td.available {
background-color: #a3a86b;
}
td.status, th.status {
width: 5px;
}
td.on_loan, td.active_loan {
background-color: #acdee6;
}