add another pengesahan on result report

This commit is contained in:
nurafrinaalimi16
2025-04-21 13:40:41 +08:00
parent f5814af30e
commit 2dfc52c8ed
+10 -6
View File
@@ -56,14 +56,15 @@
<div class="signature-section row"> <div class="signature-section row">
<div class="col-md-12"> <div class="col-md-12">
<div class="table-responsive"> <div class="table-responsive">
<table> <table style="width: 100%;">
<tbody> <tbody>
<tr> <tr>
<td colspan="4"><b>Disahkan Oleh :</b></td> <td style="width: 50%;"><b>Disahkan Oleh :</b></td>
<td style="width: 50%;"><b>Diperiksa Oleh :</b></td>
</tr> </tr>
<tr> <tr>
<td><b>...................................</b></td> <td><br><br><b>...................................</b></td>
<td><br><br><b>...................................</b></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@@ -74,8 +75,11 @@
<style> <style>
/* Style for table body */ /* Style for table body */
.signature-section{
margin-top: 80px; .signature-section td {
padding-top: 20px;
vertical-align: bottom;
text-align: center;
} }
.table tbody td { .table tbody td {