While using RTL direction, when displaying a node links in the bottom are not aligned on the left.
Here is the problem:
display link error
This is the fix:
display link fix

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pbull’s picture

Patch applies cleanly and fixes the RTL issue in FF 7, Chrome 16.

However in Safari 5, longer lists of links wrap prematurely, as seen here:
Safari 5 RTL wrapping

Replacing the proposed CSS with .link-wrapper { text-align:left; } fixes this across all tested browsers. Re-rolling and attaching revised patch.

pbull’s picture

Fixing whitespace.

tarekdj’s picture

Status: Needs review » Reviewed & tested by the community

Patch works fine! seems to be RTBC for me

xjm’s picture

Version: 7.x-dev » 8.x-dev
Status: Reviewed & tested by the community » Needs work
Issue tags: +Novice, +Needs backport to D7

Thanks for the patch! This needs to be fixed in Drupal 8 first per the backport policy. (We'll fix it in Drupal 7 around the same time.) Could we get a version of the patch rolled against Drupal 8?

pbull’s picture

Status: Needs work » Needs review
FileSize
337 bytes

D8 patch attached.

xjm’s picture

Status: Needs review » Reviewed & tested by the community
Issue tags: -Novice

Perfect, thanks!

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 8.x and back-ported to 7.x. Thanks!

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