From da276cb4eff0c1bab31f9d975b3f05d5a59ed6d9 Mon Sep 17 00:00:00 2001
From: zarzuelo <noreply@pandorafms.org>
Date: Mon, 2 Jun 2014 11:51:42 +0000
Subject: [PATCH] 2014-06-02  Sergio Martin <sergio.martin@artica.es>

	* include/styles/pandora.css: Change the zindex of autohidden
	menu and shortcut bar to be shown over the gis map for ticket #855



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10074 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
---
 pandora_console/ChangeLog                  | 5 +++++
 pandora_console/include/styles/pandora.css | 3 ++-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog
index c463159ada..a1056516d9 100644
--- a/pandora_console/ChangeLog
+++ b/pandora_console/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-02  Sergio Martin <sergio.martin@artica.es>
+
+	* include/styles/pandora.css: Change the zindex of autohidden
+	menu and shortcut bar to be shown over the gis map for ticket #855
+
 2014-06-02  Sergio Martin <sergio.martin@artica.es>
 
 	* godmode/menu.php: Fixed database interface ACLs for DM flag
diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css
index 9fa147e7e8..189e7acc74 100644
--- a/pandora_console/include/styles/pandora.css
+++ b/pandora_console/include/styles/pandora.css
@@ -274,6 +274,7 @@ div#menu_container {
 	-moz-border-top-right-radius: 6px;
 	-webkit-border-top-right-radius: 6px;
 	border-top-right-radius: 6px;
+	z-index: 1010;
 }
 
 div#menu {
@@ -2900,7 +2901,7 @@ td.empty_field {
 	margin: 0px !important;
 	bottom: 0px;
 	left: 0px;
-	z-index: 1000;
+	z-index: 1020;
 }
 
 #shortcut_bar {