ns77@siliconpin.com 2025-09-03 14:47:41 +00:00
parent ac7e572558
commit 5a1dad9213
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
left: 0;
right: 0;
height: 55px;
margin-bottom: 100px;
margin-bottom: 50px;
background: #e95420;
display: flex;
justify-content: space-around;

View File

@ -15,7 +15,7 @@ $sql = "SELECT * FROM `" . $GLOBALS['arif_tran'] . "`WHERE `AT_ADMIN` = '" . $co
$result = $conn->query($sql);
?>
<div class="container" style="margin-top:0px; margin-bottom: 150px;">
<div class="container" style="margin-top:0px; margin-bottom: 105px;">
<h3>Transaction Records</h3>
<?php if ($result && $result->num_rows > 0): ?>