Small layout changes

This commit is contained in:
2024-08-11 12:25:51 +02:00
parent 083ec5253a
commit 6a8de20f44
2 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
</div>
<div class="overflow-auto min-w-full drop-shadow-lg">
<table class="w-full py-8 table-auto">
<thead class="bg-gray-200 text-hsrm-gray border-b-2 border-hsrm-gray">
<thead class="bg-gray-200 text-hsrm-gray border-b-2 border-gray-300">
<tr>
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> ID </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left"> Auftraggeber </th>
@@ -17,10 +17,10 @@
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> A1 </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> A2 </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> A3 </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> noDIN </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> Kosten </th>
<th class="p-3 text-sm font-semibold tracking-wide text-center w-1"> noDIN </th>
<th class="p-3 text-sm font-semibold tracking-wide text-center w-1"> Kosten </th>
<th class="p-3 text-sm font-semibold tracking-wide text-center w-1"> Status </th>
<th class="p-3 text-sm font-semibold tracking-wide text-left w-1"> Actions </th>
<th class="p-3 text-sm font-semibold tracking-wide text-center w-1"> Actions </th>
</tr>
</thead>
<tbody id='jobs' class="divide-y divivde-gray-300">