Support from Acquia helps fund testing for Drupal Acquia logo

Comments

hmazurkiewicz created an issue. See original summary.

TR’s picture

Version: 7.x-2.9 » 7.x-2.x-dev
Category: Bug report » Task
Status: Active » Needs work

There's a lot more than that one float that needs to be changed for RTL support. Please make a patch that contains ALL the changes needed for RTL, and please pay attention to the coding standards for RTL support as outlined in https://www.drupal.org/node/222782

TR’s picture

Issue tags: +Novice

Anyone interested in helping out? How about you RTL folks? This is an easy one ...

elaman’s picture

Status: Needs work » Needs review
FileSize
3.73 KB

@TR, I've rerolled the patch based on your comment.

TR’s picture

Thanks! It looks like you forgot to include the rtl.css files in your patch?

A quick review also shows a couple of styles that should be marked LTR but aren't. These are in rules.ui.css:

Line 25
padding-left: 0px

Line 60
right: 0px

Note that even though they are both 0px, they override the inherited style and change it. So these are both LTR styles.

elaman’s picture

  • TR committed 0306d03 on 7.x-2.x authored by Elaman
    Issue #2759199 by Elaman: RTL Rules Components tab
    
TR’s picture

Status: Needs review » Fixed

Thanks. I fixed the "\ No newline at end of file" in the patch for ui/rules.ui.seven-rtl.css, and I added @file documentation blocks at the top of the files.

Committed!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.