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
+2 -2
View File
@@ -126,7 +126,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-md-6">
<?php if ($rack_photo) { ?> <?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 } ?> <?php } ?>
<table class="table table-sm table-borderless"> <table class="table table-sm table-borderless">
<tbody> <tbody>
@@ -176,7 +176,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
</table> </table>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<table class="table border"> <table class="table table-sm border">
<thead> <thead>
<tr> <tr>
<th class="text-center bg-light px-0 border">U</th> <th class="text-center bg-light px-0 border">U</th>