mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Merge branch '3.2.4' into 'master'
Fix for mobile See merge request TheGamecraft/c-cms!85
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
@endif
|
||||
</div>
|
||||
<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>
|
||||
<tr>
|
||||
<th>#</th>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<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>
|
||||
<tr>
|
||||
<th class="text-center">ID</th>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<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>
|
||||
<tr>
|
||||
<th>Horodatage</th>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<h4 class="card-title">Liste des utilisateurs </h4>
|
||||
</div>
|
||||
<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>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
|
||||
Reference in New Issue
Block a user