Skip to content
Snippets Groups Projects
Verified Commit 297dd285 authored by David Beniamine's avatar David Beniamine
Browse files

Fix bad responsive table

parent cfd7d528
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
<script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.js"></script> <script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.js"></script>
</head> </head>
<body>
<div id="box" class="container" style="font-size:large"> <div id="box" class="container" style="font-size:large">
...@@ -69,8 +70,8 @@ if(!isset($action)){ ...@@ -69,8 +70,8 @@ if(!isset($action)){
<br /> <br />
Cliquer une deuxième fois inverser l'ordre de tri. Cliquer une deuxième fois inverser l'ordre de tri.
</p> </p>
<div class="table-responsive"> <div class="col-sm-12">
<table class="table-striped table-bordered table-hover" style="text-align:center;"> <table class="table table-striped table-bordered table-hover" style="text-align:center;">
<thead> <thead>
<tr> <tr>
<th style="text-align:center;" data-sort="string" data-sort-onload="yes" >Nom</th> <th style="text-align:center;" data-sort="string" data-sort-onload="yes" >Nom</th>
...@@ -163,6 +164,7 @@ if(!isset($action)){ ...@@ -163,6 +164,7 @@ if(!isset($action)){
"infoFiltered": "(filtré sur _MAX_ entrées)", "infoFiltered": "(filtré sur _MAX_ entrées)",
"infoPostFix": "", "infoPostFix": "",
"thousands": ",", "thousands": ",",
"scrollX": true,
"lengthMenu": "Montrer _MENU_ entrées", "lengthMenu": "Montrer _MENU_ entrées",
"loadingRecords": "Chargement...", "loadingRecords": "Chargement...",
"processing": "Traitement encours...", "processing": "Traitement encours...",
...@@ -183,7 +185,6 @@ if(!isset($action)){ ...@@ -183,7 +185,6 @@ if(!isset($action)){
}); });
</script> </script>
</div> </div>
<?php <?php
}else{ }else{
if(!isset($name)){ if(!isset($name)){
...@@ -250,3 +251,4 @@ if(!isset($action)){ ...@@ -250,3 +251,4 @@ if(!isset($action)){
?> ?>
</div> </div>
</div> </div>
</body>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment