The problem occur when i enable forum (core forum) and open main forum page (for example www.site-name/forum). The page is in RTL language (hebrew) but the text alignment is left. I suppose that problem can occur not only in forum main page. In order to fix it you need to add to style-rtl.css file the next lines of code:
tr td,
tr th {
padding: 4px 9px;
border: 1px solid #fff;
text-align: right; /* RTL */ /* fix */
}

regards,

Itzhak

Comments

isay’s picture

Assigned: isay » Unassigned
isay’s picture

Version: 7.8 » 7.x-dev
isay’s picture

Version: 7.x-dev » 8.x-dev
Assigned: Unassigned » isay
Status: Active » Needs review
StatusFileSize
new491 bytes

I found that the same problem exist in 8.x version so submitting patch for 8.x version. Is after the patch will be tested the backporting to 7.x will be done automatically? Or should I submit the same patch for 7.x version?
I am submitting patch for the first time so I hope I did it right.

Status: Needs review » Needs work

The last submitted patch, bartik-style-rtl-1320028-3.patch, failed testing.

isay’s picture

Status: Needs work » Needs review
StatusFileSize
new511 bytes

Status: Needs review » Needs work

The last submitted patch, bartik-style-rtl-1320028-5.patch, failed testing.

isay’s picture

Version: 8.x-dev » 7.x-dev
Status: Needs work » Needs review
StatusFileSize
new491 bytes
isay’s picture

#5: bartik-style-rtl-1320028-5.patch queued for re-testing.

isay’s picture

Version: 7.x-dev » 8.x-dev
isay’s picture

#5: bartik-style-rtl-1320028-5.patch queued for re-testing.

isay’s picture

Component: theme system » Bartik theme

this patch belongs to bartik theme

isay’s picture

Status: Needs review » Reviewed & tested by the community
aspilicious’s picture

Status: Reviewed & tested by the community » Needs work
+++ b/themes/bartik/css/style-rtl.cssundefined
@@ -17,6 +17,15 @@ blockquote:after {
+  padding: 4px 9px;
+  border: 1px solid #fff;

This is not needed in the rtl file

The other line is ok but remove the /* LTR */ comment

-23 days to next Drupal core point release.

isay’s picture

Status: Needs work » Needs review
StatusFileSize
new412 bytes

change the patch by aspilicious's recommendation

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community
catch’s picture

Version: 8.x-dev » 7.x-dev
Status: Reviewed & tested by the community » Patch (to be ported)

Looks fine. Committed/pushed to 8., moving back to 8.x.

albert volkman’s picture

Status: Patch (to be ported) » Needs review
StatusFileSize
new362 bytes

7.x, even :) Backport!

aspilicious’s picture

Status: Needs review » Needs work

You're missing the "tr td"

albert volkman’s picture

Status: Needs work » Needs review
StatusFileSize
new371 bytes

Arggh.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

good :)

webchick’s picture

Status: Reviewed & tested by the community » Fixed

Committed and pushed to 7.x. Thanks!

Status: Fixed » Closed (fixed)

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

cweagans’s picture

Issue tags: +Needs backport to D7
albert volkman’s picture

Issue tags: -Needs backport to D7

Already was backported :)