There are a few issues in the content listing page. There is a patch, and screenshots.

LTR



RTL - before



RTL - after

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

herom’s picture

Issue summary: View changes
eftimitac’s picture

Verified on IE9 and FF(Win7), Chrome and Safari on Mac
Looks fine, you can review screenshots:
http://goo.gl/wKlnQ3
http://goo.gl/M2YdwM

LewisNyman’s picture

Status: Needs review » Needs work

Looking really good

+++ b/core/modules/system/css/system.theme.css
@@ -401,18 +401,22 @@ ul.links a.active {
+[dir="rtl"] .breadcrumb ol {
+  /* this is required to win over specifity of [dir="rtl"] ol */

@@ -455,18 +459,22 @@ ul.tabs {
+[dir="rtl"] .action-links {
+  /* this is required to win over specifity of [dir="rtl"] ul */

I think we just need to capitalise these comments.

Upchuk’s picture

Assigned: Unassigned » Upchuk

I can do that real quick.

Upchuk’s picture

Assigned: Upchuk » Unassigned
Status: Needs work » Needs review
FileSize
2.84 KB
737 bytes

Here you go.

D

LewisNyman’s picture

Status: Needs review » Reviewed & tested by the community

Thank you!

alexpott’s picture

Status: Reviewed & tested by the community » Fixed

Committed 4691167 and pushed to 8.0.x. Thanks!

  • alexpott committed 4691167 on 8.0.x
    Issue #2343281 by Upchuk, herom: Fixed RTL issues in content listing...

Status: Fixed » Closed (fixed)

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