Modify ↓
#11727 closed defect (fixed)
CSS-Style improvement to better fit trac 1.0.1 default theme
Reported by: | DG1000s | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | MenusPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Just installed this plug-in in faced a messed up display of the main nav cause by a fixed height in tracmenus/htdocs/css/tracmenus.css
. Changes within following patch solves the issue:
-
tracmenus/htdocs/css/tracmenus.css
old new 53 53 54 54 /*** TRAC STYLE CSS ***/ 55 55 #mainnav { 56 height: 14px;56 height: 2em; 57 57 padding-top: 0; 58 58 } 59 59 .sf-menu {
Attachments (1)
Change History (8)
Changed 11 years ago by
Attachment: | tracmenus.css.patch added |
---|
comment:1 Changed 10 years ago by
Owner: | changed from Catalin BALAN to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:2 Changed 10 years ago by
comment:3 Changed 9 years ago by
Status: | accepted → assigned |
---|
comment:4 Changed 8 years ago by
Owner: | Ryan J Ollos deleted |
---|---|
Status: | assigned → new |
comment:5 Changed 7 years ago by
Owner: | set to Ryan J Ollos |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In 16733:
Note: See
TracTickets for help on using
tickets.
Refocusing.