[buddypress-trac] [BuddyPress] #1160: Forums Directory CSS tweak for background images on sticky and alt classes
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sat Oct 3 18:02:06 UTC 2009
#1160: Forums Directory CSS tweak for background images on sticky and alt classes
------------------------------+---------------------------------------------
Reporter: davidtcarson | Owner:
Type: defect | Status: new
Priority: trivial | Milestone: 1.1.1
Keywords: css forums sticky |
------------------------------+---------------------------------------------
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;
}
}}}
--
Ticket URL: <http://trac.buddypress.org/ticket/1160>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list