Fix Responsive View Issue and Some Bugs

This commit is contained in:
2021-09-16 22:54:20 +07:00
parent 2a453c851c
commit 8da0a69176
24 changed files with 200 additions and 201 deletions

View File

@@ -47,7 +47,7 @@
<div class="container">
<div class="row">
<div class="col-md-3" style="cursor:pointer;">
<div class="card" style="width: 18rem;">
<div class="card">
<div class="card-header text-center">
<img src="<?php echo base_url()?>assets/images/<?php echo $user_logged->foto_user ?>" width="125" /><br>
<strong><?php echo $user_logged->nama ?></strong>
@@ -71,7 +71,7 @@
</ul>
</div>
</div>
<div class="col-md-9">
<div class="col col-md-9 col-lg-9 col-sm-12 col-12">
<div class="card">
<h5 class="card-header">Absensi</h5>
<div class="card-body">
@@ -135,7 +135,7 @@
</div>
<?php } ?>
<table id="tabeldata" class="table table-striped table-bordered">
<table id="tabeldata" class="table table-striped table-bordered table-responsive-lg">
<thead>
<tr>
<th>Bln</th>