From 2d0abebca301cc88afb503b5786bef802661c436 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 May 2020 04:40:08 +0200 Subject: [PATCH] CSS --- htdocs/hrm/index.php | 2 +- htdocs/theme/eldy/global.inc.php | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/htdocs/hrm/index.php b/htdocs/hrm/index.php index ba33ecbbdb3..e31266f755c 100644 --- a/htdocs/hrm/index.php +++ b/htdocs/hrm/index.php @@ -77,7 +77,7 @@ $childids[] = $user->id; llxHeader('', $langs->trans('HRMArea')); -print load_fiche_titre($langs->trans("HRMArea"), '', 'hrm'); +print load_fiche_titre($langs->trans("HRMArea"), '', 'user'); if (!empty($setupcompanynotcomplete)) diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 2430257b268..fc365ae5812 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1638,10 +1638,14 @@ td.nobordernopadding.widthpictotitle.col-picto { } span.widthpictotitle.pictotitle { -/* background: var(--colortexttitlenotab); - color: #fff; - padding: 10px; - border-radius: 2px;*/ + /* background: rgba(70, 3, 62, 0.5); */ + background: var(--colortexttitlenotab); + opacity: 0.8; + color: #fff !important; + padding: 7px; + border-radius: 2px; + min-width: 30px; + text-align: center; } .pictotitle { margin-: 8px; @@ -3913,7 +3917,7 @@ div.boximport { .fieldrequired { font-weight: bold; color: var(--fieldrequiredcolor); } -.widthpictotitle { width: 26px; text-align: ; } +td.widthpictotitle { width: 26px; text-align: ; } span.widthpictotitle { font-size: 1.7em; }; .dolgraphtitle { margin-top: 6px; margin-bottom: 4px; }