Reduce padding in Rack units, use thumnail class for rack image

This commit is contained in:
johnnyq 2025-01-18 14:54:33 -05:00
parent a90e08cb2d
commit 5382676fc1
1 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<div class="row">
<div class="col-md-6">
<?php if ($rack_photo) { ?>
<img class="img-fluid mb-3" alt="rack_photo" src="<?php echo "uploads/clients/$client_id/$rack_photo"; ?>">
<img class="img-thumbnail mb-3" alt="rack_photo" src="<?php echo "uploads/clients/$client_id/$rack_photo"; ?>">
<?php } ?>
<table class="table table-sm table-borderless">
<tbody>
@ -176,7 +176,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
</table>
</div>
<div class="col-md-6">
<table class="table border">
<table class="table table-sm border">
<thead>
<tr>
<th class="text-center bg-light px-0 border">U</th>