Title: [opsview] [5332] Fixed visual glitch when long text in Actions button
Revision
5332
Author
tvoon
Date
2010-11-08 15:47:29 +0000 (Mon, 08 Nov 2010)

Log Message

Fixed visual glitch when long text in Actions button

Modified Paths


Modified: trunk/CHANGES
===================================================================
--- trunk/CHANGES	2010-11-08 13:43:17 UTC (rev 5331)
+++ trunk/CHANGES	2010-11-08 15:47:29 UTC (rev 5332)
@@ -1,5 +1,12 @@
 This documents the major changes between releases
 
+3.11 ????
+    FEATURES:
+    ENHANCEMENTS:
+    WARNINGS:
+    FIXES:
+    Fixed slight visual glitch when long text is in Actions button
+
 3.9.1 8th November 2010
     FEATURES:
     UI updates to page headers (to increase amount of visible area - contributed by Capside) and menus

Modified: trunk/opsview-core/share/stylesheets/opsview2.css
===================================================================
--- trunk/opsview-core/share/stylesheets/opsview2.css	2010-11-08 13:43:17 UTC (rev 5331)
+++ trunk/opsview-core/share/stylesheets/opsview2.css	2010-11-08 15:47:29 UTC (rev 5332)
@@ -1294,7 +1294,7 @@
 	display: block;
 	border-bottom: 1px solid #c2c2c2;
     color: #490a73;
-    background: transparent url(../images/greySemiTransparentMenu.png) repeat-y;
+    background: transparent url(../images/greySemiTransparentMenu.png) repeat;
     padding: 3px 5px;
 	text-decoration: none;
 }

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

Reply via email to