Merge branch '3.2.4' into 'master'

Fix for mobile

See merge request TheGamecraft/c-cms!85
This commit is contained in:
Mathieu Lagace
2019-11-09 01:05:52 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>