Title: [opsview] [5314] Sort out fixed width on actions menu
Revision
5314
Author
tvoon
Date
2010-11-04 23:31:27 +0000 (Thu, 04 Nov 2010)

Log Message

Sort out fixed width on actions menu

Modified Paths


Modified: trunk/opsview-core/share/stylesheets/opsview2.css
===================================================================
--- trunk/opsview-core/share/stylesheets/opsview2.css	2010-11-04 23:28:55 UTC (rev 5313)
+++ trunk/opsview-core/share/stylesheets/opsview2.css	2010-11-04 23:31:27 UTC (rev 5314)
@@ -1279,9 +1279,11 @@
 	list-style-type: none;
 }
 
-.anylinkcss ul li a, #action_menu a {
+.anylinkcss ul li a {
     /* Width is menu width (150px) subtract padding (5+5px) */
 	width: 140px;
+}
+.anylinkcss ul li a, #action_menu a {
 	display: block;
 	border-bottom: 1px solid #c2c2c2;
     color: #490a73;

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

Reply via email to