Fix responsive
This commit is contained in:
parent
474057de1f
commit
2c86aab9ca
@ -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>';
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user