Make WordPress Core

Opened 13 years ago

Closed 13 years ago

#20654 closed defect (bug) (duplicate)

Media Gallery - "Order" and "Actions" columns do not align

Reported by: tomauger's profile tomauger Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.4
Component: UI Keywords: has-patch dev-feedback
Focuses: Cc:

Description

In Chrome, FF and IE, the "Order" and "Actions" column headings do not align with the subsequent tabular data. This is probably because the header is its own table structure, and at some point, when the individual gallery items were turned into jQuery "sortables" they were pulled out of the table structure and put into their own DIVs.

A quick fix is to change the alignment of the sortables columns from a float to an absolute position (offset from the right).

Attachments (1)

20654-absolute_position.diff (953 bytes) - added by tomauger 13 years ago.
Patch using absolute position for the sortables and fixed width for the table cells

Download all attachments as: .zip

Change History (3)

@tomauger
13 years ago

Patch using absolute position for the sortables and fixed width for the table cells

#1 @tomauger
13 years ago

  • Component changed from General to UI
  • Keywords has-patch dev-feedback added
  • Version set to 3.4

#2 @SergeyBiryukov
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.