From e48ccfa40f11732da94a210c7579b309bf34aa47 Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Mon, 26 Aug 2002 15:38:01 +0000
Subject: [PATCH] =?UTF-8?q?Correction=20bug=20style=20(bizarre)=20sous=20M?=
 =?UTF-8?q?SIE=20Windows=20(XP)=20dans=20cadre=5Fformulaire=20(=C2=8Da=20d?=
 =?UTF-8?q?=C2=8Epassait=20=C2=88=20droite).?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/inc_presentation.php3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3
index 7b6ea0cc4a..d5ff56a680 100644
--- a/ecrire/inc_presentation.php3
+++ b/ecrire/inc_presentation.php3
@@ -1595,8 +1595,8 @@ function fin_grand_cadre(){
 // Cadre formulaires
 
 function debut_cadre_formulaire(){
-	echo "\n<div style='border-top: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa; border-right: 1px solid white; border-bottom: 1px solid white; padding: 0px;'>";
-	echo "\n<div style='border: 1px dashed #666666; padding: 10px; background-color:#e4e4e4;'>";
+	echo "\n<div style='width: 100%; border-top: 1px solid #aaaaaa; border-left: 1px solid #aaaaaa; border-right: 1px solid white; border-bottom: 1px solid white; padding: 0px;'>";
+	echo "\n<div style='width: 100%; border: 1px dashed #666666; padding: 10px; background-color:#e4e4e4;'>";
 }
 
 function fin_cadre_formulaire(){
-- 
GitLab