Title: [opsview] [11889] Merge from commercial, re: ExtJS z-index
Revision
11889
Author
tvoon
Date
2013-03-20 17:55:59 +0000 (Wed, 20 Mar 2013)

Log Message

Merge from commercial, re: ExtJS z-index

Modified Paths


Modified: trunk/opsview-core/share/stylesheets/navmenu/navigation.css
===================================================================
--- trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2013-03-20 17:51:49 UTC (rev 11888)
+++ trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2013-03-20 17:55:59 UTC (rev 11889)
@@ -570,8 +570,8 @@
 	background:#FFF;
     position: fixed;
     top: 0px;
-/* This needs to be higher than all ExtJS stuff */
-    z-index: 19009;
+/* This needs to be higher than ExtJS stuff, but no higher, otherwise windows appear below the navigation */
+    z-index: 19001;
     font-size: 8pt;
 }
 #opsview_navigation_logo_row {
@@ -763,8 +763,8 @@
     width: 100%;
     height: 25px;
     margin: 0;
-/* This needs to be set so that it appears above the navigation menus */
-    z-index: 19009;
+/* See navigation_wrapper. Needs to be same level */
+    z-index: 19001;
 }
 
 #opsview_account_wrapper_menu .opsview_menu_opsview {

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to