From 04f2931c50ed86fb89de339ddad45b5d71ffa546 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 9 Jan 2011 22:59:51 +0000 Subject: [PATCH] Fix: Space lost --- htdocs/theme/auguria/style.css.php | 2 +- htdocs/theme/eldy/style.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index dfdf06dc1cb..1f9cd1130c4 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -432,7 +432,7 @@ foreach($mainmenuusedarray as $key => $val) div.login { position: absolute; - : 60px; + : 48px; top: 12px; padding: 0px 8px; margin: 0px 0px 0px 0px; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 0da4b4b4c96..9b3225cd873 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -451,7 +451,7 @@ foreach($mainmenuusedarray as $key => $val) div.login { position: absolute; - : 60px; + : 46px; top: 10px; padding: 0px 8px; margin: 0px 0px 1px 0px;