From b94312162ebb1acb9600fc0ca47c626d98272580 Mon Sep 17 00:00:00 2001 From: BENKE Charlie <charles.fr@benke.fr> Date: Fri, 17 Feb 2017 12:05:24 +0100 Subject: [PATCH] on list, preview tooltip is not displayed correctly it's a problem of alignment, the tooltip is cut by the left part on list (ex : comm/propal/list.php) think we can do better --- htdocs/core/class/html.formfile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 83e913f9718..6c8a1170a90 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -803,7 +803,7 @@ class FormFile { $out='<dl class="dropdown inline-block"> <dt><a data-ajax="false" href="#" onClick="return false;">'.img_picto('', 'listlight').'</a></dt> - <dd><div class="multichoicedoc"><ul class="ulselectedfields" style="display: none;">'; + <dd><div class="multichoicedoc" style="position:absolute;left:100px;" ><ul class="ulselectedfields" style="display: none;">'; $tmpout=''; // Loop on each file found -- GitLab