Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#24850 closed defect (bug) (fixed)

Position of the lock icon (RTL layout)

Reported by: rasheed's profile rasheed Owned by: markjaquith's profile markjaquith
Milestone: 3.6 Priority: normal
Severity: normal Version: 3.6
Component: RTL Keywords: has-patch
Focuses: Cc:

Description (last modified by SergeyBiryukov)

Screenshot attached.

It needs margin right 6px

tr.wp-locked .locked-indicator {
    margin: -2px 6px 0 0;
}

Attachments (2)

lock.gif (17.2 KB) - added by rasheed 11 years ago.
24850.patch (1.1 KB) - added by ocean90 11 years ago.

Download all attachments as: .zip

Change History (6)

@rasheed
11 years ago

#1 @SergeyBiryukov
11 years ago

  • Component changed from General to RTL
  • Description modified (diff)
  • Milestone changed from Awaiting Review to 3.6
  • Summary changed from Position of the the lock icon (RTlL layout) to Position of the lock icon (RTL layout)

@ocean90
11 years ago

#2 @ocean90
11 years ago

  • Keywords has-patch added

24850.patch fixes the lock icon and even the whole notication box.

#3 @markjaquith
11 years ago

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

In 24808:

Fix the positioning of the post lock icon/layout in RTL mode.

Fixes #24850 for trunk. Props ocean90, rasheed.

#4 @markjaquith
11 years ago

In 24811:

Fix the positioning of the post lock icon/layout in RTL mode.

Fixes #24850 for 3.6. Props ocean90, rasheed.

Note: See TracTickets for help on using tickets.