Opened 2 years ago
Closed 2 years ago
#16084 closed defect (bug) (fixed)
no space between buttons (css issue)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | RTL | Version: | 3.1 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
Snapshot: http://img153.imageshack.us/img153/8039/666b.gif
Location: wp-admin/edit-comments.php?comment_status=trash (wp-ar/rtl)
There is no space between the buttons.
Attachments (2)
Change History (8)
SergeyBiryukov — 2 years ago
comment:1
SergeyBiryukov — 2 years ago
- Keywords has-patch needs-testing added; rtl css removed
- Resolution set to worksforme
- Status changed from new to closed
SergeyBiryukov — 2 years ago
comment:3
in reply to:
↑ 2
SergeyBiryukov — 2 years ago
comment:4
SergeyBiryukov — 2 years ago
- Resolution worksforme deleted
- Status changed from closed to reopened
- Keywords commit added; needs-testing removed
- Milestone changed from Awaiting Review to 3.1
16084.2.patch makes more sense :)
Also - the problem is only visible with Akismet enabled.
Note: See
TracTickets for help on using
tickets.

I can't reproduce that screenshot state.
Also
.tablenav a.button-secondary { margin: 3px 0 0 8px; }is necessary, as original in wp-admin-dev.css is
.tablenav a.button-secondary { margin: 3px 8px 0 0; }I couldn't find any other css code that would interfere with this.