Edgewall Software
Modify

Opened 20 years ago

Closed 20 years ago

#362 closed defect (fixed)

"This report " navigation menu is incorrectly positioned

Reported by: cmlenz@… Owned by: daniel
Priority: normal Milestone: 0.7
Component: report system Version: devel
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

The items in the "This report" navigation are placed underneath the normal list and floated against the left side of the screen.

The following inline patch fixes this problem:

Index: htdocs/css/trac.css
===================================================================
--- htdocs/css/trac.css	(revision 495)
+++ htdocs/css/trac.css	(working copy)
@@ -104,7 +104,7 @@
   border: 1px solid;
   padding: 0 .5em;
   display: inline;
-  float: left;
+  margin: 0;
 }
 .menulist {
   padding: 0;

Tested against Moz/Win, IE6/Win and Safari/OSX. All were showing the problem, all are better with this change.

Attachments (0)

Change History (1)

comment:1 by daniel, 20 years ago

Resolution: fixed
Status: newclosed

Fixed in [500].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain daniel.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from daniel to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.