diff --git a/htdocs/societe/list.php b/htdocs/societe/list.php index 504ccb37a25..ba01b901f9f 100644 --- a/htdocs/societe/list.php +++ b/htdocs/societe/list.php @@ -949,7 +949,7 @@ if (!empty($arrayfields['s.import_key']['checked'])) print ''; } // Action column -print ''; +print ''; $searchpicto = $form->showFilterButtons(); print $searchpicto; print ''; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 975edc2787f..73b0da9323c 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -372,6 +372,7 @@ th .button { } .maxwidthsearch { /* Max width of column with the search picto */ width: 54px; + min-width: 54px; } .valigntop { vertical-align: top; diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 9557080020d..d450c939a49 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -594,6 +594,7 @@ th .button { } .maxwidthsearch { /* Max width of column with the search picto */ width: 54px; + min-width: 54px; } .valigntop {