mirror of https://github.com/itflow-org/itflow
Reduce padding in Rack units, use thumnail class for rack image
This commit is contained in:
parent
a90e08cb2d
commit
5382676fc1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue