Title: [opsview] [11958] Make system messages higher than all other elements
Revision
11958
Author
tvoon
Date
2013-03-28 14:37:35 +0000 (Thu, 28 Mar 2013)

Log Message

Make system messages higher than all other elements

Modified Paths


Modified: trunk/opsview-core/share/stylesheets/navmenu/navigation.css
===================================================================
--- trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2013-03-27 17:31:21 UTC (rev 11957)
+++ trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2013-03-28 14:37:35 UTC (rev 11958)
@@ -47,10 +47,8 @@
     text-align: center;
     top: 0;
     width: 100%;
-/* 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;
+/* We set this to be higher than all other elements, as it is for important messages */
+    z-index: 20000;
 }
 
 #opsview_system_messages a:link, a:visited {

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

Reply via email to