Fix Responsive View Issue and Some Bugs
This commit is contained in:
@@ -40,7 +40,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>
|
||||
@@ -89,7 +89,7 @@
|
||||
<?php } elseif($del_msg=='sucess'){ ?>
|
||||
<div class="alert alert-success" role="alert">Data berhasil terhapus !</div>
|
||||
<?php }}?>
|
||||
<table id="tabeldata" class="table table-striped table-bordered" style="width:100%">
|
||||
<table id="tabeldata" class="table table-striped table-bordered table-responsive" style="width:100%">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>No</th>
|
||||
|
||||
Reference in New Issue
Block a user