Opened 14 years ago
Closed 14 years ago
#16081 closed defect (bug) (fixed)
Space needed between text and avatar
Reported by: | rasheed | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | RTL | Keywords: | has-patch, commit |
Focuses: | Cc: |
Description
Snapshot: http://img40.imageshack.us/img40/6683/123ey.gif
Location: wp-admin/edit-comments.php
When marking a comment as a spam we can notice avatar and text is too much close and a margin-left is required.
.spam-undo-inside .avatar, .trash-undo-inside .avatar {
height: 20px;
margin-right: 8px; (it should be margin-left)
vertical-align: middle;
width: 20px;
}
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [17207]) RTL: Space between texas and avatar. Props SergeyBiryukov, rasheed. fixes #16081