Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#16081 closed defect (bug) (fixed)

Space needed between text and avatar

Reported by: rasheed's profile 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)

16081.patch (513 bytes) - added by SergeyBiryukov 14 years ago.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
14 years ago

  • Keywords has-patch added; rtl css removed

#2 @yoavf
14 years ago

  • Keywords commit added
  • Milestone changed from Awaiting Review to 3.1

#3 @ryan
14 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [17207]) RTL: Space between texas and avatar. Props SergeyBiryukov, rasheed. fixes #16081

Note: See TracTickets for help on using tickets.