Modify

Opened 8 years ago

Closed 3 years ago

Last modified 3 years ago

#12767 closed defect (fixed)

Bad display of Logout Button and View Tickets at Trac 1.0.x

Reported by: podskalsky Owned by: Jun Omae
Priority: normal Component: TracpathTheme
Severity: normal Keywords: style
Cc: Trac Release: 1.0

Description

At Trac 1.0.x the "Logout Button" and "View Tickets" are bad displayed.

Logout Button ... overlaps search box and the text is aligned View Tickets ... too many colored lines

So I fixed the style at: Admin > Themes > Customize theme: Advanced

html body div#banner-container div#metanav.nav ul li.first form#logout.trac-logout div button {
    box-shadow: none;
    vertical-align: top;
    height: 1em;
}

#logout > div:nth-child(2) > button {
    box-shadow: none;
    vertical-align: top;
    height: 1.5em
}

html body div#main div#content.report div.reports div.collapsed h3 {
    background: none;
}

Attachments (3)

2016-05-03 09_31_07-Administration_ Customize theme – NoTrac.png (6.0 KB) - added by podskalsky 8 years ago.
2016-05-03 09_32_18-Available Reports – NoTrac.png (52.0 KB) - added by podskalsky 8 years ago.
t12767.diff (522 bytes) - added by Ryan J Ollos 7 years ago.

Download all attachments as: .zip

Change History (9)

comment:1 Changed 8 years ago by podskalsky

At Trac 0.12 the display was OK.

Last edited 8 years ago by Ryan J Ollos (previous) (diff)

Changed 7 years ago by Ryan J Ollos

Attachment: t12767.diff added

comment:2 Changed 7 years ago by Ryan J Ollos

I've created a patch for the issue: t12767.diff.

comment:3 Changed 3 years ago by Ryan J Ollos

@jun66j5 I'm helping someone that uses this theme. I wanted to see if you have any thoughts on the patch and if it's suitable for commit. Thanks!

comment:4 Changed 3 years ago by Jun Omae

Resolution: fixed
Status: newclosed

In 17872:

tracpaththeme: fix style of logout button on Trac 1.0.x (closes #12767)

Patched by: rjollos

comment:5 Changed 3 years ago by Jun Omae

Sorry about my long long delay. Thanks for the patch!

comment:6 Changed 3 years ago by Ryan J Ollos

Thank you for the fast reply!

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jun Omae.
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.