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
This commit is contained in:
BENKE Charlie 2017-02-17 12:05:24 +01:00 committed by GitHub
parent 0e5cd3c257
commit b94312162e

View File

@ -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