Modify ↓
#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)
Change History (9)
Changed 9 years ago by
Attachment: | 2016-05-03 09_31_07-Administration_ Customize theme – NoTrac.png added |
---|
Changed 9 years ago by
Attachment: | 2016-05-03 09_32_18-Available Reports – NoTrac.png added |
---|
Changed 8 years ago by
Attachment: | t12767.diff added |
---|
comment:3 Changed 4 years ago by
@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!
Note: See
TracTickets for help on using
tickets.
At Trac 0.12 the display was OK.