From a4ad9d98b0d6f503f8a7c3c4b42b474f275aa4a7 Mon Sep 17 00:00:00 2001 From: Marion Muszynski Date: Mon, 30 May 2016 12:07:24 +0200 Subject: [PATCH] modif tpl product css --- themes/site/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/themes/site/css/style.css b/themes/site/css/style.css index 777b743e..9c805853 100755 --- a/themes/site/css/style.css +++ b/themes/site/css/style.css @@ -5870,9 +5870,16 @@ div#giftvoucher_ask_infos_block .gv_customization > .gv_param input { padding: 20px 0px; background: #F3F3F3; } -#product .product_info .info_2 .picto { +#product .sheets #idTab1{ + overflow-y: auto; + max-height: 500px; +} +#product .product_info .info_1 .picto { background: url('../img/livraison.png') no-repeat center; } +#product .product_info .info_2 .picto { + background: url('../img/cochon.png') no-repeat center; +} #product .product_info .info_3 .picto { background: url('../img/cadena.png') no-repeat center; }