Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2009 at 19:03 UTC
Updated:
5 Jun 2010 at 20:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
karens commentedI 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 :)
Comment #2
webchickCommitted to HEAD. :) Thanks!
Comment #4
Jeff Burnz commentedNeed to float: right; the inline field label and items:
Comment #5
Jeff Burnz commentedAnd a patch.
Comment #7
Jeff Burnz commentedHmmm, lets try that again.
Comment #8
Jeff Burnz commentedkick the bot.
Comment #10
Jeff Burnz commentedSeem 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.
Comment #11
yched commentedSounds 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.cssComment #12
Jeff Burnz commentedArrr yes of course, here we go.
Comment #13
yched commentedThanks !
Comment #14
dries commentedCommitted to CVS HEAD. Thanks.