feat: Update ui table styles
This commit is contained in:
parent
e9c383b41e
commit
65041f65b3
2 changed files with 6 additions and 6 deletions
|
|
@ -36,20 +36,20 @@ tags:
|
||||||
{% comment %}TODO: Auswahl für ziehbares Element hinzufügen{% endcomment %}
|
{% comment %}TODO: Auswahl für ziehbares Element hinzufügen{% endcomment %}
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
<table id="content" class="draggable">
|
<table id="content" class="draggable content horizontal">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="min" scope="col" title="Index">#</th>
|
<th scope="col" title="Index">#</th>
|
||||||
<th class="min" scope="col"></th>
|
<th 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>
|
||||||
<th scope="col">Description</th>
|
<th class="max" scope="col">Description</th>
|
||||||
<th scope="col">Amount</th>
|
<th scope="col">Amount</th>
|
||||||
<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 class="min" scope="col"></th>
|
<th scope="col"></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="positions"></tbody>
|
<tbody id="positions"></tbody>
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit b42c8cdd7e29aff34a108266a72a1be603145984
|
Subproject commit 43f66d8178c7225931d6358d1f37797461a0a94d
|
||||||
Loading…
Add table
Add a link
Reference in a new issue