Skip to:
Content

BuddyPress.org

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#4402 closed enhancement (fixed)

RE-align checkboxes with icons and text in Settings > BP > Components panel

Reported by: mercime's profile mercime Owned by:
Milestone: 1.6.1 Priority: normal
Severity: minor Version: 1.6
Component: Administration Keywords: has-patch reporter-feedback
Cc:

Description

The fix to align boxes with icons in Components panel for BP 1.6 RC2 https://buddypress.trac.wordpress.org/ticket/4390 is no longer valid for BP 1.6 as the form ID was changed from #bp-admin-component-form to #bp-wizard-form

The new fix:

#bp-admin-component-form .widefat th {
    display: table-cell;
    vertical-align: top;
}

Image reference - https://buddypress.trac.wordpress.org/attachment/ticket/4390/BP-16RC2-components-panel.jpg

Change History (5)

#1 @boonebgorges
12 years ago

  • Keywords reporter-feedback added

Are you sure that the ID *changed*? I'm pretty sure it's just that, strictly speaking, there are two forms: the one used during the wizard setup (#bp-wizard-form) and the one used in the component admin (#bp-admin-component-form).

Anyway, I assume you mean that the "new" fix should have the id #bp-wizard-form, correct? ("New" is in scare quotes because this is, in fact, a *missing* declaration, rather than a replacement.)

#2 @boonebgorges
12 years ago

  • Milestone changed from Awaiting Review to 1.6.1

#3 @mercime
12 years ago

Anyway, I assume you mean that the "new" fix should have the id #bp-wizard-form, correct?

Yes Boone. Was surprised when I saw that the boxes were not aligned going through installation wizard. Thank you :-)

#bp-wizard-form .widefat th { 
    display: table-cell;
    vertical-align: top;
}
Last edited 12 years ago by mercime (previous) (diff)

#4 @boonebgorges
12 years ago

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

(In [6243]) Adds missing styles to Component screen during installation.

See #4390, where this change was correctly applied to the Settings panel, after
BP has been installed.

Fixes #4402

Props mercime

#5 @boonebgorges
12 years ago

(In [6244]) Adds missing styles to Component screen during installation.

See #4390, where this change was correctly applied to the Settings panel, after
BP has been installed.

Fixes #4402

Props mercime

Note: See TracTickets for help on using tickets.