Fix responsive
This commit is contained in:
parent
474057de1f
commit
2c86aab9ca
@ -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>';
|
||||
|
||||
@ -372,6 +372,7 @@ th .button {
|
||||
}
|
||||
.maxwidthsearch { /* Max width of column with the search picto */
|
||||
width: 54px;
|
||||
min-width: 54px;
|
||||
}
|
||||
.valigntop {
|
||||
vertical-align: top;
|
||||
|
||||
@ -594,6 +594,7 @@ th .button {
|
||||
}
|
||||
.maxwidthsearch { /* Max width of column with the search picto */
|
||||
width: 54px;
|
||||
min-width: 54px;
|
||||
}
|
||||
|
||||
.valigntop {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user