This commit is contained in:
Laurent Destailleur 2021-10-10 21:40:01 +02:00
parent 7180f5eeff
commit 92a4000e73

View File

@ -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(<?php echo dol_buildpath($path.'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; }
.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo dol_buildpath($path.'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; }
.ecmjqft LI.directory { font-weight:normal; background: url(<?php echo dol_buildpath($path.'/theme/common/treemenu/folder2.png', 1); ?>) left top no-repeat; background-position-y: 8px; }
.ecmjqft LI.expanded { font-weight:normal; background: url(<?php echo dol_buildpath($path.'/theme/common/treemenu/folder2-expanded.png', 1); ?>) left top no-repeat; background-position-y: 8px; }
.ecmjqft LI.wait { font-weight:normal; background: url(<?php echo dol_buildpath('/theme/'.$theme.'/img/working.gif', 1); ?>) left top no-repeat; }