Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10159 closed defect (bug) (fixed)

RTL CSS fixes for admin area

Reported by: sambauers's profile sambauers Owned by: nbachiyski's profile nbachiyski
Milestone: 2.8.1 Priority: lowest
Severity: trivial Version: 2.8
Component: I18N Keywords: has-patch, RTL, CSS, Hello Dolly
Focuses: Cc:

Description

In RTL languages, cursor points in the wrong direction when collapsing and expanding the menu. Also, position of Hello Dolly text interferes with page titles.

Patch provided to fix both these issues.

Attachments (2)

rtl-admin-fixes.patch (1.6 KB) - added by sambauers 15 years ago.
rtl-admin-fixes-with-get-bloginfo.diff (1.6 KB) - added by nbachiyski 15 years ago.

Download all attachments as: .zip

Change History (7)

#1 @Denis-de-Bernardy
15 years ago

at the same time this gets fixed, it would be sweet if the dolly message didn't crash into the "there's a new version of WP" notice.

#2 @nbachiyski
15 years ago

The patch seems good, except that it could use get_bloginfo() instead of the global variable.

#3 @ryan
15 years ago

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

(In [11665]) RTL admin fixes. Props sambauers, nbachiyski. fixes #10159 for trunk

#5 @aldenta
15 years ago

There is a small misspelling on line 65... posinioning = positioning

Note: See TracTickets for help on using tickets.