From 57a54d65a09b7d527b239c0e1c47bd6560302033 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Tue, 13 May 2008 06:43:21 +0000
Subject: [PATCH] z-index: 1 pour l'icone des blocs, sinon elle reste au-dessus
 des sous-menus quand on les deroule

---
 ecrire/inc/presentation.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php
index 10e3456bd8..f93230defc 100644
--- a/ecrire/inc/presentation.php
+++ b/ecrire/inc/presentation.php
@@ -106,7 +106,7 @@ function debut_cadre($style, $icone = "", $fonction = "", $titre = "", $id="", $
 	."'$style_cadre>";
 
 	if ($spip_display != 1 AND $spip_display != 4 AND strlen($icone) > 1) {
-		$ret .= "\n<div style='position: absolute; top: -16px; $spip_lang_left: 10px;z-index:100;'>";
+		$ret .= "\n<div style='position: absolute; top: -16px; $spip_lang_left: 10px;z-index:1;'>";
 		if ($fonction) {
 			$ret .= "\n<div " . http_style_background($icone, "no-repeat; padding: 0px; margin: 0px") . ">"
 			. http_img_pack($fonction, "", "")
-- 
GitLab