#22621 closed defect (bug) (fixed)
New buttons: Clear recent list button misaligned
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | minor | Version: | 3.5 |
Component: | UI | Keywords: | has-patch |
Focuses: | Cc: |
Description
The 'Clear Recent List' button on the 'Recently Active' tabs of the Plugins screen is too small and is misaligned.
Attachments (4)
Change History (10)
#2
@
13 years ago
Removing .button-small handles most of it. #doaction, #doaction2 also has a top margin of 1px that seems like it should be removed.
#3
@
13 years ago
Patch seems fine. Either remove the 1px margin from #doaction, #doaction2 and #clear-recent-list or add it to all.
#4
@
13 years ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 22906:
#5
@
13 years ago
To be clear, 1px on those action buttons is to compensate for 1px on select
:
http://core.trac.wordpress.org/browser/tags/3.4.2/wp-admin/css/wp-admin.dev.css#L321
#changeit
comes from ticket:22034:22034-2.patch, which was merged with #delete_all
in ticket:21598:21598-17.patch, but [22288] didn't include that part.
Note: See
TracTickets for help on using
tickets.
Patch