#21929 closed enhancement (duplicate)
Better tab styles in sidebar
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | UI | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Attachments (1)
Change History (5)
- Resolution set to duplicate
- Status changed from new to closed
Duplicate of #17699.
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?