From e38368db8250d6913bedd81577e53ee05af9c203 Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Wed, 2 Jun 2004 12:23:29 +0000
Subject: [PATCH] =?UTF-8?q?Correction=20bug=20d'affichage=20menu=20d=C2=8E?=
 =?UTF-8?q?roulant=20GTK=20(Gnome)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/inc_lang.php3         | 4 ++--
 ecrire/inc_presentation.php3 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ecrire/inc_lang.php3 b/ecrire/inc_lang.php3
index f332053bfc..a01386bd9a 100644
--- a/ecrire/inc_lang.php3
+++ b/ecrire/inc_lang.php3
@@ -438,9 +438,9 @@ function menu_langues($nom_select = 'var_lang', $default = '', $texte = '', $her
 		$ret .= $texte;
 
 	if (!$flag_ecrire)
-		$style = "class='forml' style='vertical-align: top; margin-bottom: 5px; width: 120px;'";
+		$style = "class='forml' style='vertical-align: top; max-height: 24px; margin-bottom: 5px; width: 120px;'";
 	else if ($nom_select == 'var_lang_ecrire') 
-		$style = "class='verdana1' style='background-color: $couleur_foncee; border: 1px solid white; color: white; width: 100px;'";
+		$style = "class='verdana1' style='background-color: $couleur_foncee; max-height: 24px; border: 1px solid white; color: white; width: 100px;'";
 	else
 		$style = "class='fondl'";
 
diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3
index efbcb59ddc..a35e489270 100644
--- a/ecrire/inc_presentation.php3
+++ b/ecrire/inc_presentation.php3
@@ -1943,7 +1943,7 @@ function debut_page($titre = "", $rubrique = "asuivre", $sous_rubrique = "asuivr
 	else {
 		$style = "background-color: $couleur_claire";
 	}
-	echo "\n<div style=\"height: 27px; width: 100%; border-bottom: solid 1px white;$style\">";
+	echo "\n<div style=\"max-height: 40px; width: 100%; border-bottom: solid 1px white;$style\">";
 	echo "<table align='center' cellpadding='0' background='' width='$largeur'><tr width='$largeur'>";
 
 
-- 
GitLab