mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Fix for mobile
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<table id="log-data" class="table table-striped table-bordered dt-responsive">
|
<table id="log-data" class="table table-striped table-bordered dt-responsive w-100">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>#</th>
|
<th>#</th>
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<table id="log-data" class="table table-striped table-bordered dt-responsive">
|
<table id="log-data" class="table table-striped table-bordered dt-responsive w-100">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-center">ID</th>
|
<th class="text-center">ID</th>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="material-datatables ">
|
<div class="material-datatables ">
|
||||||
<table id="log-data" class="table table-striped dt-responsive table-no-bordered table-hover dataTable dtr-inline">
|
<table id="log-data" class="table table-striped dt-responsive w-100 table-no-bordered table-hover dataTable dtr-inline">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Horodatage</th>
|
<th>Horodatage</th>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
<h4 class="card-title">Liste des utilisateurs </h4>
|
<h4 class="card-title">Liste des utilisateurs </h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<table id="log-data" class="table table-striped table-no-bordered table-hover dataTable dtr-inline dt-responsive">
|
<table id="log-data" class="table table-striped table-no-bordered table-hover dataTable dtr-inline dt-responsive w-100">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
|
|||||||
Reference in New Issue
Block a user