Title: [opsview] [10625] Refinement due to z-index values used by ExtJS windows
Revision
10625
Author
tvoon
Date
2012-10-25 18:35:10 +0100 (Thu, 25 Oct 2012)

Log Message

Refinement due to z-index values used by ExtJS windows

Modified Paths


Modified: trunk/opsview-core/share/stylesheets/navmenu/navigation.css
===================================================================
--- trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2012-10-25 17:30:34 UTC (rev 10624)
+++ trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2012-10-25 17:35:10 UTC (rev 10625)
@@ -47,8 +47,10 @@
     text-align: center;
     top: 0;
     width: 100%;
-/* This needs to be above z-index:18999, as extjs uses this */
-    z-index: 20000;
+/* This needs to be above z-index:18999, as extjs uses this for loadMask.
+    But cannot be higher, as windows go above loadMasks
+*/
+    z-index: 19000;
 }
 
 #opsview_system_messages a:link, a:visited {
@@ -78,7 +80,7 @@
 	margin:0 auto;
 	display:block;
 	position: relative;
-	z-index:19999;
+	z-index:18999;
 }
 
 .opsview_wrapper_menu .opsview_menu {
@@ -95,7 +97,7 @@
 .opsview_wrapper_menu_full {
     margin:0;
     position: relative;
-    z-index:19999;
+    z-index:18999;
 }
 
 .opsview_wrapper_menu_full .opsview_menu {
@@ -570,7 +572,7 @@
 	background:#FFF;
     position: fixed;
     top: 0px;
-    z-index: 19999;
+    z-index: 18999;
     font-size: 8pt;
 }
 #opsview_navigation_logo_row {
@@ -762,7 +764,7 @@
     width: 100%;
     height: 25px;
     margin: 0;
-    z-index: 20000;
+    z-index: 19000;
 }
 
 #opsview_account_wrapper_menu .opsview_menu_opsview {
@@ -890,7 +892,7 @@
 #demo_opsview_cta_buttons {
     width:320px;
     display:inline-block;
-    z-index:10001;
+    z-index:19001;
     left:50%;
     right:50%;
     position:absolute;

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

Reply via email to