Skip to:
Content

bbPress.org

Opened 5 years ago

Closed 5 years ago

#3277 closed defect (bug) (fixed)

Move Tools Descriptions to New Line for Better Readability

Reported by: jarretc's profile JarretC Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: General Keywords: has-patch
Cc:

Description

In Tools->Forums both the Repair and Upgrade tabs have descriptions for the particular tool, however these are on the same line as the tool "title"

https://i.snipboard.io/u8pRac.jpg

Patch moves the descriptions onto their own line utilizing core styling for descriptions

https://i.snipboard.io/Aak9nZ.jpg

Attachments (1)

3277.diff (1.0 KB) - added by JarretC 5 years ago.

Download all attachments as: .zip

Change History (3)

@JarretC
5 years ago

#1 @johnjamesjacoby
5 years ago

  • Milestone changed from Awaiting Review to 2.6
  • Owner set to johnjamesjacoby
  • Status changed from new to assigned
td.bbp-tool-title strong {
	display: block;
}

This bit in admin.css should be making the title as wide as the table cell, pushing the description onto its own line.

That said, you're still correct that semantically it makes a lot of sense for these to be wrapped in a paragraph tag.

Last edited 5 years ago by johnjamesjacoby (previous) (diff)

#2 @johnjamesjacoby
5 years ago

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

In 6927:

Tools: wrap routine descriptions in a description paragraph tag.

This commit ensures that the descriptive text used to highlight what a specific tool does does not blend in with the title above it.

Fixes #3277. Props JarretC.

Note: See TracTickets for help on using tickets.