Modify

Opened 10 years ago

Closed 7 years ago

Last modified 6 years ago

#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  
    5353
    5454/*** TRAC STYLE CSS ***/
    5555#mainnav {
    56   height: 14px;
     56  height: 2em;
    5757  padding-top: 0;
    5858}
    5959.sf-menu {

Attachments (1)

tracmenus.css.patch (279 bytes) - added by DG1000s 10 years ago.

Download all attachments as: .zip

Change History (8)

Changed 10 years ago by DG1000s

Attachment: tracmenus.css.patch added

comment:1 Changed 10 years ago by Ryan J Ollos

Owner: changed from Catalin BALAN to Ryan J Ollos
Status: newaccepted

comment:2 Changed 9 years ago by Ryan J Ollos

Refocusing.

comment:3 Changed 9 years ago by Ryan J Ollos

Status: acceptedassigned

comment:4 Changed 7 years ago by Ryan J Ollos

Owner: Ryan J Ollos deleted
Status: assignednew

comment:5 Changed 7 years ago by Ryan J Ollos

Owner: set to Ryan J Ollos
Resolution: fixed
Status: newclosed

In 16733:

TracMenusPlugin 0.2.0: Upgrade superfish and hoverIntent

This adds basic support for Trac >= 1.2.
The CSS needs improvement. Patches welcome.

Fixes #13018, #11727.

comment:6 Changed 7 years ago by Ryan J Ollos

In 16734:

TracMenusPlugin 0.2.0: Restore missing styles

Fixes #13018, #11727.

comment:7 Changed 6 years ago by Ryan J Ollos

In 17159:

TracMenusPlugin 0.3.0dev: Improve layout of menu items

Patch by DG1000s.

Fixes #13353, Refs #13018, #11727.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.