Modify ↓
#12347 closed enhancement (fixed)
Refine cosmetic improvements for ticket changelog
Reported by: | Ryan J Ollos | Owned by: | Christian Boos |
---|---|---|---|
Priority: | normal | Milestone: | 1.2 |
Component: | ticket system | Version: | |
Severity: | minor | Keywords: | |
Cc: | Branch: | ||
Release Notes: |
Fixes for the restyled ticket changelog (#11835). |
||
API Changes: | |||
Internal Changes: |
Description (last modified by )
There are some minor defects and refinements needed after #11835:
- CSS tweak (comment:9:ticket:12120):
trac-author-user { color: #666; }
- Attachment comment overlaps property change table (comment:3:ticket:10323).
- The order of ticket comment form buttons is reversed (comment:27:ticket:11835).
- Pre blocks in ticket comment need a
clear: right
for the preview (comment:30:ticket:11835)#ticketchange pre.wiki, #ticketchange div.code { clear: right }
Attachments (0)
Change History (5)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Owner: | set to |
---|---|
Release Notes: | modified (diff) |
Severity: | normal → minor |
Status: | new → assigned |
comment:5 by , 9 years ago
Release Notes: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
I noticed another issue. After auto-preview is fired, Reply, Edit and Delete buttons in each comment would be hidden and unavailable.