From d22ba9aa661e54ad296280c4e0403a86a4a5d280 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 18 May 2022 17:02:50 +0200 Subject: [PATCH] css --- htdocs/theme/eldy/global.inc.php | 1 + htdocs/theme/md/style.css.php | 1 + htdocs/user/hierarchy.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index ef6bc551454..ac7d0fbe8f8 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -5333,6 +5333,7 @@ td.cal_other_month { /* CSS for treeview */ .treeview ul { background-color: transparent !important; margin-bottom: 4px !important; margin-top: 0 !important; padding-top: 2px !important; } .treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 30px; } +.treeview li table { min-height: 30px; } .treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; } .treeview .hitarea { margin-top: 3px; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index a97b2314227..bddb2dd5392 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -5177,6 +5177,7 @@ td.gtaskname { /* CSS for treeview */ .treeview ul { background-color: transparent !important; margin-bottom: 4px !important; margin-top: 0 !important; padding-top: 8px !important; } .treeview li { background-color: transparent !important; padding: 0 0 0 16px !important; min-height: 30px; } +.treeview li table { min-height: 30px; } .treeview .hover { color: var(--colortextlink) !important; text-decoration: underline !important; } .treeview .hitarea { margin-top: 3px; } diff --git a/htdocs/user/hierarchy.php b/htdocs/user/hierarchy.php index 47fa5b1da1f..1a668522719 100644 --- a/htdocs/user/hierarchy.php +++ b/htdocs/user/hierarchy.php @@ -130,7 +130,7 @@ if (!is_array($user_arbo) && $user_arbo < 0) { } $li .= ' ('.$val['login'].($entitystring ? ' - '.$entitystring : '').')'; - $entry = '
'.$li.''.$userstatic->getLibStatut(2).'
'; + $entry = '
'.$li.''.$userstatic->getLibStatut(2).'
'; $data[] = array( 'rowid'=>$val['rowid'],