Skip to:
Content

bbPress.org

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#3276 closed defect (bug) (duplicate)

Import Forums Start/Pause Button Styling

Reported by: jarretc's profile JarretC Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: API - Importers Keywords:
Cc:

Description

In Tools->Forums->Import Forums the Start/Pause buttons in the monitor don't have any padding to match the rest of the content within that area.

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

Looks like there are 2 options available...

  1. Add an inside class to the <div class="actions"> element utilizing the styling provided by core
  2. Apply some padding manually to the actions class such as
    .postbox .actions {
        padding: 0 0 8px 12px;
    }
    

Attachments (1)

Screen Shot 2019-11-09 at 11.14.19 AM.png (98.7 KB) - added by johnjamesjacoby 5 years ago.
Updated styling in trunk, for 2.6

Download all attachments as: .zip

Change History (4)

@johnjamesjacoby
5 years ago

Updated styling in trunk, for 2.6

#1 @johnjamesjacoby
5 years ago

  • Component changed from General to API - Importers
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #3244.

Marking this as a duplicate, but only because it's already been addressed for bbPress 2.6.

Thanks @JarretC for the report!

#2 @JarretC
5 years ago

Ah ok! Have those changes not been pushed yet? I did a checkout of trunk last night ( 2.6-rc-7 in plugin version ) and I based this ticket off of that.

#3 @johnjamesjacoby
5 years ago

They definitely have been pushed.

Something must be wrong if you’re consistently seeing missing admin area styling. Is it possible you don’t have script debug enabled?

Note: See TracTickets for help on using tickets.