Opened 15 years ago
Closed 15 years ago
#16084 closed defect (bug) (fixed)
no space between buttons (css issue)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | normal | Version: | 3.1 |
| Component: | RTL | Keywords: | has-patch commit |
| Focuses: | 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)
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.