Skip to:
Content

bbPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2320 closed defect (bug) (fixed)

Twenty Thirteen: bbPress Forum Topic and Reply List Style Affected

Reported by: mercime's profile mercime Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.3.2 Priority: normal
Severity: normal Version: trunk
Component: Appearance - Theme Compatibility Keywords: has-patch
Cc:

Description

bbPress trunk-4876; WP 3.6 beta-2; BP trunk-6991

Image attached (as seen in testbp.org and replicated in installation above) shows how Twenty Thirteen theme style below affects presentation of bbPress forum topic replies:

.comment-metadata, .comment-content, .reply {
    float: right;
    width: calc(100% - 124px);
}

This can be fixed by adding width:100%; to #bbpress-forums div.reply in bbpress.css and in bbpress-rtl.css

#bbpress-forums div.reply {
    height: auto;
    width: 100%;
}

Attachments (1)

2013-list-style-issue.png (45.9 KB) - added by mercime 12 years ago.

Download all attachments as: .zip

Change History (4)

#1 @johnjamesjacoby
12 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to 2.3.2

Valid, and duplicated. Moving to 2.3.2.

#2 @johnjamesjacoby
12 years ago

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

In 4887:

Add width: 100%; styling to reply divs, to prevent comment theme styles from bleeding over into forum topics. Fixes #2320 (2.3 branch)

#3 @johnjamesjacoby
12 years ago

In 4888:

Add width: 100%; styling to reply divs, to prevent comment theme styles from bleeding over into forum topics. Fixes #2320 (trunk)

Note: See TracTickets for help on using tickets.