latest commit 19-05-2025
This commit is contained in:
parent
6353347376
commit
10e026c879
@ -237,7 +237,7 @@
|
||||
.table-responsive {
|
||||
overflow-x: auto;
|
||||
overflow-y: auto;
|
||||
max-height: 450px;
|
||||
max-height: 580px;
|
||||
max-width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
@ -327,12 +327,12 @@ foreach ($period as $day) {
|
||||
|
||||
|
||||
|
||||
<div class="row ">
|
||||
<div class="row" >
|
||||
<div class="col-12">
|
||||
<div class="card" id="fullscreenDiv">
|
||||
<div class="card-body">
|
||||
|
||||
<div id="successMessage"
|
||||
<div id="successMessage"
|
||||
style="
|
||||
display: none;
|
||||
position: absolute;
|
||||
@ -858,6 +858,8 @@ foreach ($period as $day) {
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
</div>
|
||||
|
||||
</div> <!-- End card-body -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user