Title: [opsview] [10623] Increase z-index so menus above ExtJS applications
Revision
10623
Author
tvoon
Date
2012-10-25 18:17:43 +0100 (Thu, 25 Oct 2012)

Log Message

Increase z-index so menus above ExtJS applications

Modified Paths


Modified: trunk/opsview-core/share/stylesheets/navmenu/navigation.css
===================================================================
--- trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2012-10-25 17:01:03 UTC (rev 10622)
+++ trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2012-10-25 17:17:43 UTC (rev 10623)
@@ -47,7 +47,8 @@
     text-align: center;
     top: 0;
     width: 100%;
-    z-index: 10000;
+/* This needs to be above z-index:18999, as extjs uses this */
+    z-index: 20000;
 }
 
 #opsview_system_messages a:link, a:visited {
@@ -77,7 +78,7 @@
 	margin:0 auto;
 	display:block;
 	position: relative;
-	z-index:9999;
+	z-index:19999;
 }
 
 .opsview_wrapper_menu .opsview_menu {
@@ -94,7 +95,7 @@
 .opsview_wrapper_menu_full {
     margin:0;
     position: relative;
-    z-index:9999;
+    z-index:19999;
 }
 
 .opsview_wrapper_menu_full .opsview_menu {
@@ -569,7 +570,7 @@
 	background:#FFF;
     position: fixed;
     top: 0px;
-    z-index: 9999;
+    z-index: 19999;
     font-size: 8pt;
 }
 #opsview_navigation_logo_row {
@@ -761,7 +762,7 @@
     width: 100%;
     height: 25px;
     margin: 0;
-    z-index: 10000;
+    z-index: 20000;
 }
 
 #opsview_account_wrapper_menu .opsview_menu_opsview {

_______________________________________________
Opsview-checkins mailing list
[email protected]
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to