From 067e65667144221742db6a40986808da4f7df481 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@users.sourceforge.net>
Date: Sat, 26 May 2007 00:43:06 +0000
Subject: [PATCH] Fix: Retour arriere sur modif style car ne fonctionnait plus
 sur IE6 en resolution variable

---
 htdocs/theme/eldy/eldy.css.php       |  2 ++
 htdocs/theme/freelug/freelug.css.php | 19 +++++++++++--------
 2 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/htdocs/theme/eldy/eldy.css.php b/htdocs/theme/eldy/eldy.css.php
index a4563611bad..f72e54e749c 100644
--- a/htdocs/theme/eldy/eldy.css.php
+++ b/htdocs/theme/eldy/eldy.css.php
@@ -148,6 +148,8 @@ div.fiche
 	if (! eregi('MSIE 7\.0',$_SERVER['HTTP_USER_AGENT'])) print "    position: absolute;\n";
 ?>
     display: block;
+	margin-left: 2px;
+	margin-right: 4px;
     width:auto;
 }
 
diff --git a/htdocs/theme/freelug/freelug.css.php b/htdocs/theme/freelug/freelug.css.php
index a25d0828114..76bc17e39f0 100644
--- a/htdocs/theme/freelug/freelug.css.php
+++ b/htdocs/theme/freelug/freelug.css.php
@@ -118,7 +118,8 @@ select.flat
 	background-position: bottom;
 	background-repeat: repeat-x;
 }
-form {
+form
+{
     padding: 0em 0em 0em 0em;
     margin: 0em 0em 0em 0em;
 }
@@ -132,10 +133,12 @@ div.vmenuplusfiche
 {
     top: auto;
     left: auto;
+	position: static;
+    float: left;
     display: block;
     margin-right: 6px;
     margin-left: 1px;
-    margin-top: 6px;
+    margin-top: 4px;
     
 }
 
@@ -151,16 +154,16 @@ div.vmenu
 div.fiche
 {
     float: right top;
+<?php
+	//print "_SERVER['HTTP_USER_AGENT']=".$_SERVER['HTTP_USER_AGENT'];
+	if (! eregi('MSIE 7\.0',$_SERVER['HTTP_USER_AGENT'])) print "    position: absolute;\n";
+?>
     display: block;
-    
-    margin-left: 170px;
+	margin-left: 2px;
+	margin-right: 4px;
     width:auto;
 }
 
-* html div.fiche
-{
-	width:800px;	
-}
 
 
 /* ============================================================================== */
-- 
GitLab