#21929 closed enhancement (duplicate)
Better tab styles in sidebar
Reported by: | lessbloat | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | UI | Keywords: | |
Focuses: | Cc: |
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Absolute positioned the tabs over the div container in 21929.diff. Here's what it looks like with this patch applied:
Note: I debated on whether to use margin-top: -18px; or margin-top: -19px; for ul.category-tabs. -19px works in Mac Chrome/Win IE8/Win FF, but not Mac FF. -18px works in all of them but shows a slight overlap in everything except Mac FF:
Is having the slight overlap better than having the line under the whole active tab?