From 6364d8c3491863e783be8e5285233b535e5c1235 Mon Sep 17 00:00:00 2001
From: Philippe Grand <philippe.grand@atoo-net.com>
Date: Wed, 29 Dec 2010 09:26:28 +0000
Subject: [PATCH] enhancement and correct bug

---
 htdocs/theme/bureau2crea/style.css.php | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php
index 15d0c8b2cc1..4f5e80dc56a 100644
--- a/htdocs/theme/bureau2crea/style.css.php
+++ b/htdocs/theme/bureau2crea/style.css.php
@@ -488,8 +488,9 @@ li.tmenu a.tmenudisabled {
 
 div.login {
   position: absolute;
-  <?php print $right; ?>: 30px;
-  padding: 12px 8px;
+  <?php print $right; ?>: 40px;
+  top: 5px;
+  padding: 0px 8px;
   margin: 0px 0px 1px 0px;
   font-weight: bold;
 }
@@ -503,7 +504,8 @@ div.login a:hover {
 
 img.login, img.printer {
   position: absolute;
-  <?php print $right; ?>: 20px;
+  <?php print $right; ?>: 25px;
+  top: -3px;
   padding: 10px 0px 0px 0px;
   text-decoration: none;
   color: white;
-- 
GitLab