CHANGE_UI_FIX - VADIVEL J 2025-09-09
This commit is contained in:
parent
813f99af2b
commit
62f7c0a98d
@ -3,6 +3,11 @@
|
||||
border-collapse: separate; /* important */
|
||||
border-spacing: 20px 0; /* 20px horizontal, 0 vertical */
|
||||
}
|
||||
|
||||
#client_info_modal .modal-body{
|
||||
padding:20px 0px 10px 40px !important;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
||||
@ -109,7 +114,7 @@
|
||||
<?php foreach ($client_policy as $key => $value) { ?>
|
||||
<tr class="policy_terms"
|
||||
data-id="<?= htmlspecialchars($value['policy_terms']) ?>"
|
||||
data-toggle="modal" data-target="#bs-example-modal-lg">
|
||||
data-toggle="modal" data-target="#client_info_modal">
|
||||
<td><?= $value['branch_name'] ?></td>
|
||||
<td><?= $value['policy_type'] ?></td>
|
||||
<td><?= $value['insurer_short_name'] ?></td>
|
||||
@ -214,7 +219,7 @@
|
||||
|
||||
|
||||
<!-- Modal content for the Large example -->
|
||||
<div class="modal fade" id="bs-example-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel"
|
||||
<div class="modal fade" id="client_info_modal" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel"
|
||||
aria-hidden="true" aria-modal="true" data-backdrop="static" style="padding-right: 15px">
|
||||
<div class="modal-dialog modal-full-width">
|
||||
<div class="modal-content">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user