Title: [opsview] [11879] Fix IE8 account menu displaying under menus (DE573)
Revision
11879
Author
tvoon
Date
2013-03-20 11:12:43 +0000 (Wed, 20 Mar 2013)

Log Message

Fix IE8 account menu displaying under menus (DE573)

Modified Paths


Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2013-03-20 10:57:48 UTC (rev 11878)
+++ trunk/CHANGES	2013-03-20 11:12:43 UTC (rev 11879)
@@ -17,6 +17,7 @@
     Fixed iOS host notifications not showing correct detail
     Fixed validation so that spaces are not allowed at beginning of service check names
     Fixed check_snmp_ifstatus as wrong snmp-version specified
+    Fixed account menu being displayed under menu options in IE8
 
 3.20130304
     ENHANCEMENTS:

Modified: trunk/opsview-core/share/stylesheets/navmenu/ie/ie.css
===================================================================
--- trunk/opsview-core/share/stylesheets/navmenu/ie/ie.css	2013-03-20 10:57:48 UTC (rev 11878)
+++ trunk/opsview-core/share/stylesheets/navmenu/ie/ie.css	2013-03-20 11:12:43 UTC (rev 11879)
@@ -38,14 +38,6 @@
 .opsview_wrapper_menu_full .opsview_menu li.opsview_right:hover .opsview_dropdown_fullwidth {
 	_margin-right:-490px;
 }
-#opsview_account_wrapper {
-    z-index: 10000;
-}
 #opsview_sidenav_search_autocomplete {
     border: none;
 }
-#opsview_account_wrapper {
-    z-index: 10000;
-}
-
-

Modified: trunk/opsview-core/share/stylesheets/navmenu/navigation.css
===================================================================
--- trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2013-03-20 10:57:48 UTC (rev 11878)
+++ trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2013-03-20 11:12:43 UTC (rev 11879)
@@ -80,7 +80,6 @@
 	margin:0 auto;
 	display:block;
 	position: relative;
-	z-index:18999;
 }
 
 .opsview_wrapper_menu .opsview_menu {
@@ -97,7 +96,6 @@
 .opsview_wrapper_menu_full {
     margin:0;
     position: relative;
-    z-index:18999;
 }
 
 .opsview_wrapper_menu_full .opsview_menu {
@@ -572,7 +570,8 @@
 	background:#FFF;
     position: fixed;
     top: 0px;
-    z-index: 18999;
+/* This needs to be higher than all ExtJS stuff */
+    z-index: 19009;
     font-size: 8pt;
 }
 #opsview_navigation_logo_row {
@@ -764,7 +763,8 @@
     width: 100%;
     height: 25px;
     margin: 0;
-    z-index: 19000;
+/* This needs to be set so that it appears above the navigation menus */
+    z-index: 19009;
 }
 
 #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