diff --git a/htdocs/product/composition/card.php b/htdocs/product/composition/card.php index 7d2caabc8f8..a1cd63eea12 100644 --- a/htdocs/product/composition/card.php +++ b/htdocs/product/composition/card.php @@ -394,7 +394,7 @@ if ($id > 0 || ! empty($ref)) $totalsell+=$totallinesell; } print ''; - print ($notdefined?'':($value['nb']> 1 ? $value['nb'].'x' : ''); + print ($notdefined?'':($value['nb']> 1 ? $value['nb'].'x' : '')); if (is_numeric($pricesell)) print price($pricesell,'','',0,0,-1,$conf->currency); else print $langs->trans($pricesell); print ''; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 792ee7f02a0..5b5aebfd20d 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3187,7 +3187,7 @@ ul.noborder li:nth-child(even):not(.liste_titre) { background: #f8f8f8; border: 1px solid #eee; - box-shadow: 1px 1px 6px #bbb; + box-shadow: 1px 1px 8px #ddd; border-radius: 0px; } .boxstats, .boxstats130, .boxstatscontent {