Hey,
here is a small location-rtl.css file - for RTL support :)
my suggestions:
- remove the float to have the label on top of the input field as in the rest of the system.
- remove the text-align, since it is inherited anyway from the rest of the system's css.
RTL themes will have text-align:right ans LTR will have text-align:left (somewhere closer to the body element)
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | Location-RTL-support-1151374-10685950.patch | 376 bytes | rreiss |
| #1 | location-rtl.txt | 112 bytes | mtk |
Comments
Comment #1
mtk commentedComment #2
bnadem commentedThanks a lot, you saved me from a terrible headache, as I tried to fix it using the theme overriding local system inspite of the module's theming "location" itself !
Thank you again for sharing your solution ;)
Comment #3
rreiss commentedStill lack of support in RTL. Patch is attached.
Please review and commit to dev.
Thanks.
Comment #5
rreiss commentedComment #7
rreiss commentedComment #9
rreiss commentedComment #10
podarokThanks, merged.