From e839c7210949ea784cf5e7668cfbb99bc58debb4 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 22 Dec 2017 14:05:49 +0100 Subject: [PATCH] Fix css --- htdocs/admin/notification.php | 2 ++ htdocs/theme/eldy/style.css.php | 3 +++ 2 files changed, 5 insertions(+) diff --git a/htdocs/admin/notification.php b/htdocs/admin/notification.php index 04427f636cd..3a342052c6d 100644 --- a/htdocs/admin/notification.php +++ b/htdocs/admin/notification.php @@ -189,8 +189,10 @@ foreach($listofnotifiedevents as $notifiedevent) print ''; print ''; +print '
'; print '* '.$langs->trans("GoOntoUserCardToAddMore").'
'; if (! empty($conf->societe->enabled)) print '** '.$langs->trans("GoOntoContactCardToAddMore").'
'; +print '
'; print '

'; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index c579859f3e2..0a16564ab40 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1277,6 +1277,9 @@ div.nopadding { .pictoedit, .pictowarning, .pictodelete { vertical-align: text-bottom; } +.fiche img.pictoedit { + opacity: 0.7; +} .colorthumb { padding-left: 1px !important; padding-right: 1px;