From 08bfba544c9af9c6557c29e585c17bc82df3f5a1 Mon Sep 17 00:00:00 2001 From: Philippe Grand <philippe.grand@atoo-net.com> Date: Thu, 6 Jan 2011 15:40:28 +0000 Subject: [PATCH] for multi entity icon display --- htdocs/theme/bureau2crea/style.css.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index 842f1a7b225..d2ebbee9420 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -488,7 +488,7 @@ li.tmenu a.tmenudisabled { div.login { position: absolute; - <?php print $right; ?>: 40px; + <?php print $right; ?>: 60px; top: 5px; padding: 0px 8px; margin: 0px 0px 1px 0px; @@ -502,7 +502,7 @@ div.login a:hover { text-decoration:underline; } -img.login, img.printer { +img.login, img.printer, img.entity { position: absolute; <?php print $right; ?>: 25px; top: -3px; @@ -514,6 +514,10 @@ img.login, img.printer { img.printer { <?php print $right; ?>: 4px; } +img.entity { + <?php print $right; ?>: 45px; +} + /* ============================================================================== */ -- GitLab