diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index 9f8fc711170..2c7b5e2fabb 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -6099,7 +6099,7 @@ class Form
}
if ($val['label'])
{
- $lis.='
'.dol_escape_htmltag($langs->trans($val['label'])).'';
+ $lis.='';
$listcheckedstring.=(empty($val['checked'])?'':$key.',');
}
}
diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php
index 9f2f82fb50c..5cca7233dd4 100644
--- a/htdocs/core/class/html.formfile.class.php
+++ b/htdocs/core/class/html.formfile.class.php
@@ -915,7 +915,7 @@ class FormFile
if (! empty($file_list))
{
$out='
- - '.img_picto('', 'listlight', '', 0, 0, 0, '', 'valignbottom').'
+ - '.img_picto('', 'listlight', '', 0, 0, 0, '', 'valignmiddle').'
';
$tmpout='';
diff --git a/htdocs/core/lib/functions.lib.php b/htdocs/core/lib/functions.lib.php
index e648a89f6ed..cb938eb81bb 100644
--- a/htdocs/core/lib/functions.lib.php
+++ b/htdocs/core/lib/functions.lib.php
@@ -3152,7 +3152,7 @@ function img_picto($titlealt, $picto, $moreatt = '', $pictoisfullpath = false, $
//if (in_array($picto, array('switch_off', 'switch_on', 'off', 'on')))
if (empty($srconly) && in_array($pictowithoutext, array(
- 'bank', 'close_title', 'delete', 'edit', 'ellipsis-h', 'filter', 'grip', 'grip_title', 'off', 'on', 'play', 'playdisabled', 'printer', 'resize',
+ 'bank', 'close_title', 'delete', 'edit', 'ellipsis-h', 'filter', 'grip', 'grip_title', 'list', 'off', 'on', 'play', 'playdisabled', 'printer', 'resize',
'switch_off', 'switch_on', 'unlink', 'uparrow', '1downarrow', '1uparrow')
)) {
$fakey = $pictowithoutext;
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 8fae88bffe2..a17f5660d36 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -5032,7 +5032,7 @@ dl.dropdown {
box-shadow: 1px 1px 10px #aaa;
display:none;
:0px; /* pop is align on right */
- padding: 2px 15px 2px 5px;
+ padding: 0 0 0 0;
position:absolute;
top:2px;
list-style:none;
@@ -5042,10 +5042,13 @@ dl.dropdown {
.dropdown dd ul li {
white-space: nowrap;
font-weight: normal;
- padding: 4px;
+ padding: 4px 8px 4px 8px;
/* color: rgb(); */
color: #000;
}
+.dropdown dd ul li:hover {
+ background: #eee;
+}
.dropdown dd ul li input[type="checkbox"] {
margin-: 3px;
}