Opened 15 years ago
Closed 15 years ago
#1160 closed defect (bug) (fixed)
Forums Directory CSS tweak for background images on sticky and alt classes
Reported by: | davidtcarson | Owned by: | |
---|---|---|---|
Milestone: | 1.2 | Priority: | trivial |
Severity: | Version: | ||
Component: | Keywords: | css forums sticky, has-patch | |
Cc: |
Description
When group names are long (~40 characters or more), the background images in the new forums directory repeat vertically - specifically the .sticky background image and table#global-forum-topic-list tr.alt background image class on lines 1494 and 1642 of screen.css (BP trunk 2029), respectively.
Those classes just need "repeat-x" added to the "background" property.
I've added the following to my custom.css for now:
.sticky, table#global-forum-topic-list tr.alt { background-repeat:repeat-x; }
Note: See
TracTickets for help on using
tickets.
Replying to davidtcarson: