diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 308114e89a7..a310dc19548 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -5472,7 +5472,7 @@ ul.filedirelem li { } ul.ecmjqft { - line-height: 16px; + line-height: 32px; padding: 0px; margin: 0px; font-weight: normal; @@ -5525,8 +5525,8 @@ div#ecm-layout-center { float: right; } -.ecmjqft LI.directory { font-weight:normal; background: url() left top no-repeat; } -.ecmjqft LI.expanded { font-weight:normal; background: url() left top no-repeat; } +.ecmjqft LI.directory { font-weight:normal; background: url() left top no-repeat; background-position-y: 8px; } +.ecmjqft LI.expanded { font-weight:normal; background: url() left top no-repeat; background-position-y: 8px; } .ecmjqft LI.wait { font-weight:normal; background: url() left top no-repeat; }