Skip to:
Content

BuddyPress.org

Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#4390 closed enhancement (fixed)

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

Reported by: mercime Owned by:
Priority: normal Milestone: 1.6
Component: Administration Version: 1.6
Severity: trivial 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 14 years ago.

Download all attachments as: .zip

Change History (6)

#1 @boonebgorges
14 years ago

  • Milestone Awaiting Review1.6

Lovely.

#2 @boonebgorges
14 years ago

  • Resolutionfixed
  • Status newclosed

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

Fixes #4390

Props mercime

#3 @boonebgorges
14 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
14 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
11 years ago

  • Version 1.6-rc1.6
Note: See TracTickets for help on using tickets.