Skip to:
Content

BuddyPress.org

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's profile 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;
}

Change History (3)

#1 in reply to: ↑ description @davidtcarson
15 years ago

Replying to davidtcarson:

When group names are long (~40 characters or more), the background images in the new forums directory repeat vertically - specifically the .sticky and table#global-forum-topic-list tr.alt 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;
}

#2 @DJPaul
15 years ago

  • Keywords has-patch added

Can't recreate this because I #fail today, but anyway.

#3 @davidtcarson
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

I think with the new bp-default theme coming out in BP 1.2 that this issue went from trivial to unimportant.

Note: See TracTickets for help on using tickets.