This commit is contained in:
Laurent Destailleur 2020-04-20 00:54:38 +02:00
parent 08260cb7a4
commit 6472f521ac
2 changed files with 3 additions and 3 deletions

View File

@ -919,7 +919,7 @@ if ($resql)
// Ref // Ref
if (!empty($arrayfields['c.ref']['checked'])) if (!empty($arrayfields['c.ref']['checked']))
{ {
print '<td class="nowrap">'; print '<td class="nowraponall">';
$generic_commande->getLinesArray(); // This set ->lines $generic_commande->getLinesArray(); // This set ->lines

View File

@ -1695,8 +1695,8 @@ div.statusrefbis {
} }
img.photoref, div.photoref { img.photoref, div.photoref {
/* border: 1px solid #DDD; */ /* border: 1px solid #DDD; */
-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2), 0px 0px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
padding: 4px; padding: 4px;
height: 80px; height: 80px;
width: 80px; width: 80px;