From 1a1572c915e19b46247e9c253bf37e98c53fd616 Mon Sep 17 00:00:00 2001
From: Philippe Grand <philippe.grand@atoo-net.com>
Date: Thu, 6 Jan 2011 15:54:44 +0000
Subject: [PATCH] for multi entity icon display

---
 htdocs/theme/auguria/style.css.php | 13 +++++++++----
 htdocs/theme/eldy/style.css.php    | 14 +++++++++-----
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php
index f6901f2e16e..971415074d1 100644
--- a/htdocs/theme/auguria/style.css.php
+++ b/htdocs/theme/auguria/style.css.php
@@ -432,8 +432,9 @@ foreach($mainmenuusedarray as $key => $val)
 
 div.login {
   position: absolute;
-  <?php print $right; ?>: 30px;
-  padding: 12px 8px;
+  <?php print $right; ?>: 60px;
+  top: 10px;
+  padding: 0px 8px;
   margin: 0px 0px 1px 0px;
   font-weight: bold;
 }
@@ -445,9 +446,10 @@ div.login a:hover {
 	text-decoration:underline;
 }
 
-img.login, img.printer {
+img.login, img.printer, img.entity {
   position: absolute;
-  <?php print $right; ?>: 20px;
+  <?php print $right; ?>: 25px;
+  top: -1px;
   padding: 10px 0px 0px 0px;
   text-decoration: none;
   color: white;
@@ -456,6 +458,9 @@ img.login, img.printer {
 img.printer {
   <?php print $right; ?>: 4px;
 }
+img.entity {
+  <?php print $right; ?>: 48px;
+}
 
 
 /* ============================================================================== */
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index b0b774f5ca1..0da4b4b4c96 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -451,8 +451,8 @@ foreach($mainmenuusedarray as $key => $val)
 
 div.login {
   position: absolute;
-  <?php print $right; ?>: 30px;
-  top: 3px;
+  <?php print $right; ?>: 60px;
+  top: 10px;
   padding: 0px 8px;
   margin: 0px 0px 1px 0px;
   font-weight: bold;
@@ -465,10 +465,11 @@ div.login a:hover {
 	text-decoration:underline;
 }
 
-img.login, img.printer {
+img.login, img.printer, img.entity {
   position: absolute;
-  <?php print $right; ?>: 20px;
-  top: 3px;
+  <?php print $right; ?>: 25px;
+  top: -1px;
+  padding: 10px 0px 0px 0px;
   text-decoration: none;
   color: white;
   font-weight: bold;
@@ -476,6 +477,9 @@ img.login, img.printer {
 img.printer {
   <?php print $right; ?>: 4px;
 }
+img.entity {
+  <?php print $right; ?>: 48px;
+}
 
 
 /* ============================================================================== */
-- 
GitLab