Skip to:
Content

BuddyPress.org

Opened 13 years ago

Closed 13 years ago

Last modified 10 years ago

#4390 closed enhancement (fixed)

Align input boxes with icons and text in Settings > BP > Components panel

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

Description

Attached image shows before and after adding this simple fix:

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

Attachments (1)

BP-16RC2-components-panel.jpg (50.8 KB) - added by mercime 13 years ago.

Download all attachments as: .zip

Change History (6)

#1 @boonebgorges
13 years ago

  • Milestone changed from Awaiting Review to 1.6

Lovely.

#2 @boonebgorges
13 years ago

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

(In [6217]) Fixes alignment of checkboxes on Components admin panel.

Fixes #4390

Props mercime

#3 @boonebgorges
13 years ago

(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

#4 @boonebgorges
13 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

#5 @johnjamesjacoby
10 years ago

  • Version changed from 1.6-rc to 1.6
Note: See TracTickets for help on using tickets.