Foreport of the parts of CCK's #360712: RTL CSS files that now live in core.
Takes care of the table headers and drag-n-drop handles in forms for multiple values.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

KarenS’s picture

Status: Needs review » Reviewed & tested by the community

I don't have a right to left setup to test this on, but it's really simple and is the same code used in D6 so it looks like a no-brainer :)

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed to HEAD. :) Thanks!

Status: Fixed » Closed (fixed)

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

Jeff Burnz’s picture

Status: Closed (fixed) » Needs work

Need to float: right; the inline field label and items:

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: right;
}
Jeff Burnz’s picture

Status: Needs work » Needs review
FileSize
582 bytes

And a patch.

Status: Needs review » Needs work

The last submitted patch, field-float-inline-field-items-label_v1.patch, failed testing.

Jeff Burnz’s picture

Hmmm, lets try that again.

Jeff Burnz’s picture

Status: Needs work » Needs review

kick the bot.

Status: Needs review » Needs work

The last submitted patch, field-float-inline-field-items-label_v2.patch, failed testing.

Jeff Burnz’s picture

Status: Needs work » Needs review
FileSize
606 bytes

Seem to be having some config issues with Eclipse, just got a new system so lets try this again, pretty sure this is line ending issue for me... grrr.

yched’s picture

Status: Needs review » Needs work

Sounds reasonable.

However, I think it's standard practice to mark the corresponding LTR property with /* LTR */ in the original css file. See book.css and book-rtl.css

Jeff Burnz’s picture

Status: Needs work » Needs review
FileSize
1.07 KB

Arrr yes of course, here we go.

yched’s picture

Status: Needs review » Reviewed & tested by the community

Thanks !

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

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