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 | 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)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Patch using absolute position for the sortables and fixed width for the table cells