Title: [opsview] [5305] Updated menu images
Revision
5305
Author
tvoon
Date
2010-11-04 15:14:17 +0000 (Thu, 04 Nov 2010)

Log Message

Updated menu images

Modified Paths


Added Paths

Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2010-11-04 15:01:02 UTC (rev 5304)
+++ trunk/CHANGES	2010-11-04 15:14:17 UTC (rev 5305)
@@ -10,7 +10,7 @@
     Integration with SolarWinds SNMP trap forwarding, so you can forward traps for processing on Opsview master or slaves
 
     ENHANCEMENTS:
-    Refreshed page headers, to increase amount of visible area (contributed by Capside). Updated menu background image
+    Refreshed page headers, to increase amount of visible area (contributed by Capside). Updated menus
     Added nsca_server_address option to override in opsview.conf
     Allow freshness for stale settings to still work if no notifications enabled
     Allow searching on plugin name in service check list page

Added: trunk/opsview-core/opsview-images/images/greySemiTransparentMenu.png
===================================================================
(Binary files differ)


Property changes on: trunk/opsview-core/opsview-images/images/greySemiTransparentMenu.png
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: trunk/opsview-core/share/stylesheets/opsview2.css
===================================================================
--- trunk/opsview-core/share/stylesheets/opsview2.css	2010-11-04 15:01:02 UTC (rev 5304)
+++ trunk/opsview-core/share/stylesheets/opsview2.css	2010-11-04 15:14:17 UTC (rev 5305)
@@ -1264,8 +1264,11 @@
 	left: 0;
 	top: 0;
 	display: none;
-    border: 1px solid #2d2d2d;
+    border: 1px solid #c2c2c2;
     border-bottom-width: 0;
+    -moz-box-shadow: 0px 5px 15px #aaa;
+    -webkit-box-shadow: 0px 5px 15px #aaa;
+    box-shadow: 0px 5px 15px #aaa;
     font: normal 11px Verdana;
 	line-height: 18px;
 	z-index: 100;
@@ -1282,9 +1285,9 @@
     /* Width is menu width (150px) subtract padding (5+5px) */
 	width: 140px;
 	display: block;
-	border-bottom: 1px solid #2d2d2d;
-	color: #da8d0e;
-    background: transparent url(../images/backgroundGreySemiTransparent.png) repeat-y;
+	border-bottom: 1px solid #c2c2c2;
+    color: #490a73;
+    background: transparent url(../images/greySemiTransparentMenu.png) repeat-y;
     padding: 3px 5px;
 	text-decoration: none;
 }

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

Reply via email to