Opened 12 years ago
Closed 12 years ago
#26131 closed defect (bug) (fixed)
Sortable WP List Table headers are misaligned
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | low |
Severity: | trivial | Version: | 3.8 |
Component: | Administration | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
In WP List Table, non sortable table headers have a padding of padding: 8px 10px;
. When a column is set to be sortable, the padding for the table header goes to padding: 0px;
and padding is added to the anchor instead of padding: 7px 7px 8px;
.
This results in a noticeable 3px
difference between the two styles. The sortable version ends up being misaligned with the other items in its column. This behavior changed as of the new admin style merge.
The attached patch brings the sortable item back in line with padding: 7px 7px 8px 10px;
.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 26424: