Modify ↓
Opened 20 years ago
Closed 20 years ago
#362 closed defect (fixed)
"This report " navigation menu is incorrectly positioned
Reported by: | 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)
Note:
See TracTickets
for help on using tickets.
Fixed in [500].