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>'; print '</td>';
} }
// Action column // Action column
print '<td class="liste_titre right">'; print '<td class="liste_titre center">';
$searchpicto = $form->showFilterButtons(); $searchpicto = $form->showFilterButtons();
print $searchpicto; print $searchpicto;
print '</td>'; print '</td>';

View File

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

View File

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