Fix responsive

This commit is contained in:
Laurent Destailleur 2019-12-03 15:22:46 +01:00
parent 474057de1f
commit 2c86aab9ca
3 changed files with 3 additions and 1 deletions

View File

@ -949,7 +949,7 @@ if (!empty($arrayfields['s.import_key']['checked']))
print '</td>';
}
// Action column
print '<td class="liste_titre right">';
print '<td class="liste_titre center">';
$searchpicto = $form->showFilterButtons();
print $searchpicto;
print '</td>';

View File

@ -372,6 +372,7 @@ th .button {
}
.maxwidthsearch { /* Max width of column with the search picto */
width: 54px;
min-width: 54px;
}
.valigntop {
vertical-align: top;

View File

@ -594,6 +594,7 @@ th .button {
}
.maxwidthsearch { /* Max width of column with the search picto */
width: 54px;
min-width: 54px;
}
.valigntop {