Modify ↓
Opened 19 years ago
Closed 18 years ago
#3160 closed defect (fixed)
misplaced context nav in ui
Reported by: | Owned by: | Christopher Lenz | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | admin/web | Version: | |
Severity: | minor | Keywords: | css context navigation bar |
Cc: | themiwi@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
The webadmin ui places the context-nav (<div id="ctxtnav">
) within then content div (<div id="content">
) instead of just before it (as all other trac components do). This breaks absolute css-positioning of the context navigation bar when using custom style sheets.
As a workaround, reposition the bar using a #content #ctxtnav
rule.
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 0.9.5 |
Note:
See TracTickets
for help on using tickets.
This was apparently fixed some time ago.