css
This commit is contained in:
parent
5736709991
commit
d22ba9aa66
@ -5333,6 +5333,7 @@ td.cal_other_month {
|
|||||||
/* CSS for treeview */
|
/* CSS for treeview */
|
||||||
.treeview ul { background-color: transparent !important; margin-bottom: 4px !important; margin-top: 0 !important; padding-top: 2px !important; }
|
.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 { 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 .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
|
||||||
.treeview .hitarea { margin-top: 3px; }
|
.treeview .hitarea { margin-top: 3px; }
|
||||||
|
|
||||||
|
|||||||
@ -5177,6 +5177,7 @@ td.gtaskname {
|
|||||||
/* CSS for treeview */
|
/* CSS for treeview */
|
||||||
.treeview ul { background-color: transparent !important; margin-bottom: 4px !important; margin-top: 0 !important; padding-top: 8px !important; }
|
.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 { 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 .hover { color: var(--colortextlink) !important; text-decoration: underline !important; }
|
||||||
.treeview .hitarea { margin-top: 3px; }
|
.treeview .hitarea { margin-top: 3px; }
|
||||||
|
|
||||||
|
|||||||
@ -130,7 +130,7 @@ if (!is_array($user_arbo) && $user_arbo < 0) {
|
|||||||
}
|
}
|
||||||
$li .= ' <span class="opacitymedium">('.$val['login'].($entitystring ? ' - '.$entitystring : '').')</span>';
|
$li .= ' <span class="opacitymedium">('.$val['login'].($entitystring ? ' - '.$entitystring : '').')</span>';
|
||||||
|
|
||||||
$entry = '<table class="nobordernopadding centpercent"><tr><td class="'.($val['statut'] ? 'usertdenabled' : 'usertddisabled').'">'.$li.'</td><td align="right" class="'.($val['statut'] ? 'usertdenabled' : 'usertddisabled').'">'.$userstatic->getLibStatut(2).'</td></tr></table>';
|
$entry = '<table class="nobordernopadding centpercent"><tr class="trtree"><td class="'.($val['statut'] ? 'usertdenabled' : 'usertddisabled').'">'.$li.'</td><td align="right" class="'.($val['statut'] ? 'usertdenabled' : 'usertddisabled').'">'.$userstatic->getLibStatut(2).'</td></tr></table>';
|
||||||
|
|
||||||
$data[] = array(
|
$data[] = array(
|
||||||
'rowid'=>$val['rowid'],
|
'rowid'=>$val['rowid'],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user