Title: [opsview] [12981] DE733 - fixed navbar when "Not Logged In" is displayed
Revision
12981
Author
tvoon
Date
2013-07-17 18:03:23 +0100 (Wed, 17 Jul 2013)

Log Message

DE733 - fixed navbar when "Not Logged In" is displayed

Modified Paths


Modified: trunk/opsview-core/share/stylesheets/navmenu/navigation.css
===================================================================
--- trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2013-07-17 16:40:01 UTC (rev 12980)
+++ trunk/opsview-core/share/stylesheets/navmenu/navigation.css	2013-07-17 17:03:23 UTC (rev 12981)
@@ -164,6 +164,8 @@
 	float:right;
 	right:0;
 	margin-right:0;
+    /* Need nowrap, so that longer usernames and "Not logged in" will extend to left */
+    white-space: nowrap;
 }
 .opsview_menu li.opsview_right:hover {
 	margin-right:-1px;

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

Reply via email to