feat: Add styles to table screen

This commit is contained in:
sthag 2026-02-25 17:54:28 +01:00
parent 39591b2c37
commit 318af09d40
2 changed files with 6 additions and 6 deletions

View file

@ -39,8 +39,8 @@ tags:
<table id="content" class="draggable">
<thead>
<tr>
<th scope="col" title="Index">#</th>
<th scope="col"></th>
<th class="min" scope="col" title="Index">#</th>
<th class="min" scope="col"></th>
<th scope="col" title="Position">#</th>
<th scope="col">Number</th>
<th scope="col">Name</th>
@ -49,7 +49,7 @@ tags:
<th scope="col">Unit</th>
<th scope="col">Price</th>
<th scope="col">Sum</th>
<th scope="col"></th>
<th class="min" scope="col"></th>
</tr>
</thead>
<tbody id="positions"></tbody>
@ -72,9 +72,9 @@ tags:
<td>
<textarea class="fit" name="description" cols="64" rows="2"></textarea>
</td>
<td><input name="amount" type="number"></td>
<td><input class="input_io" name="amount" type="number"></td>
<td>
<select name="units">
<select class="io_select" name="units">
<option value="">None</option>
<option value="piece">Piece(s)</option>
<option value="hour">Hour(s)</option>

@ -1 +1 @@
Subproject commit 69535d87ac38cbe210ed40f6c2b9952b67b8ce5f
Subproject commit ddedf3bbf2d6580dfeae297367fd673abaa11a96