Fix Responsive View Issue and Some Bugs
This commit is contained in:
@@ -16,18 +16,6 @@
|
||||
|
||||
<title>Aplikasi UMKM</title>
|
||||
|
||||
<style>
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
.hdscr::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Hide scrollbar for IE, Edge and Firefox */
|
||||
.hdscr {
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -54,7 +42,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>
|
||||
@@ -78,7 +66,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">Data UMKM</h5>
|
||||
<div class="card-body">
|
||||
@@ -89,7 +77,7 @@
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="mt-3 hdscr" style="max-height:400px;overflow-y: auto;">
|
||||
<div class="mt-3">
|
||||
<?php if (isset($del_msg)){
|
||||
if($del_msg=='error'){
|
||||
?>
|
||||
@@ -98,7 +86,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">
|
||||
<table id="tabeldata" class="table table-striped table-bordered table-responsi-lg">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>No</th>
|
||||
|
||||
Reference in New Issue
Block a user