feat: Add styles to table screen
This commit is contained in:
parent
39591b2c37
commit
318af09d40
2 changed files with 6 additions and 6 deletions
|
|
@ -39,8 +39,8 @@ tags:
|
||||||
<table id="content" class="draggable">
|
<table id="content" class="draggable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" title="Index">#</th>
|
<th class="min" scope="col" title="Index">#</th>
|
||||||
<th scope="col"></th>
|
<th class="min" scope="col"></th>
|
||||||
<th scope="col" title="Position">#</th>
|
<th scope="col" title="Position">#</th>
|
||||||
<th scope="col">Number</th>
|
<th scope="col">Number</th>
|
||||||
<th scope="col">Name</th>
|
<th scope="col">Name</th>
|
||||||
|
|
@ -49,7 +49,7 @@ tags:
|
||||||
<th scope="col">Unit</th>
|
<th scope="col">Unit</th>
|
||||||
<th scope="col">Price</th>
|
<th scope="col">Price</th>
|
||||||
<th scope="col">Sum</th>
|
<th scope="col">Sum</th>
|
||||||
<th scope="col"></th>
|
<th class="min" scope="col"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="positions"></tbody>
|
<tbody id="positions"></tbody>
|
||||||
|
|
@ -72,9 +72,9 @@ tags:
|
||||||
<td>
|
<td>
|
||||||
<textarea class="fit" name="description" cols="64" rows="2"></textarea>
|
<textarea class="fit" name="description" cols="64" rows="2"></textarea>
|
||||||
</td>
|
</td>
|
||||||
<td><input name="amount" type="number"></td>
|
<td><input class="input_io" name="amount" type="number"></td>
|
||||||
<td>
|
<td>
|
||||||
<select name="units">
|
<select class="io_select" name="units">
|
||||||
<option value="">None</option>
|
<option value="">None</option>
|
||||||
<option value="piece">Piece(s)</option>
|
<option value="piece">Piece(s)</option>
|
||||||
<option value="hour">Hour(s)</option>
|
<option value="hour">Hour(s)</option>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 69535d87ac38cbe210ed40f6c2b9952b67b8ce5f
|
Subproject commit ddedf3bbf2d6580dfeae297367fd673abaa11a96
|
||||||
Loading…
Add table
Add a link
Reference in a new issue