diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php
index d5ec0d6d2df..15ee6539239 100644
--- a/htdocs/product/fournisseurs.php
+++ b/htdocs/product/fournisseurs.php
@@ -819,7 +819,7 @@ SCRIPT;
print '
';
// Date from
- print '| '.dol_print_date($productfourn->date_creation, 'dayhour').' | ';
+ print ''.dol_print_date(($productfourn->fourn_date_creation ? $productfourn->fourn_date_creation: $productfourn->date_creation), 'dayhour').' | ';
// Supplier
print ''.$productfourn->getSocNomUrl(1, 'supplier').' | ';
diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php
index efa32a7747d..c07fad24dab 100644
--- a/htdocs/theme/eldy/global.inc.php
+++ b/htdocs/theme/eldy/global.inc.php
@@ -861,7 +861,7 @@ select.selectarrowonleft option {
input, input[type=text], input[type=password], select, textarea {
min-width: 20px;
}
- input[type=text], input[type=password] {
+ .trinputlogin input[type=text], input[type=password] {
max-width: 180px;
}
.vmenu .searchform input {