From a4675010ac3647bb9d267cda98f6adaa9312c4f7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 5 May 2015 22:08:53 +0200 Subject: [PATCH] Fix label --- htdocs/product/card.php | 2 +- htdocs/theme/eldy/style.css.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 4a6af7b855e..f8b945c2559 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1085,7 +1085,7 @@ else print ''.$langs->trans("Ref").''; // Label - print ''.$langs->trans("Label").''; + print ''.$langs->trans("Label").''; // Status To sell print ''.$langs->trans("Status").' ('.$langs->trans("Sell").')'; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index bcb5acb361b..4b68d4c975c 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2974,7 +2974,6 @@ a span.select2-chosen cursor: default; } .select2-container-multi .select2-choices .select2-search-choice { - margin-top: 2px; margin-bottom: 2px; }