Set a fixed size on the status field in product tables
This commit is contained in:
parent
8495eca38c
commit
80a2b900d8
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user