Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
Bartik theme
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
24 Oct 2011 at 19:10 UTC
Updated:
12 Jul 2012 at 12:42 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #19 | bartik_style_rtl-1320028-d7-19.patch | 371 bytes | albert volkman |
| #17 | bartik_style_rtl-1320028-d7-17.patch | 362 bytes | albert volkman |
| #14 | bartik-style-rtl-1320028-14.patch | 412 bytes | isay |
| #7 | bartik-style-rtl-1320028-7.patch | 491 bytes | isay |
| #5 | bartik-style-rtl-1320028-5.patch | 511 bytes | isay |
Comments
Comment #1
isay commentedComment #2
isay commentedComment #3
isay commentedI 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.
Comment #5
isay commentedComment #7
isay commentedComment #8
isay commented#5: bartik-style-rtl-1320028-5.patch queued for re-testing.
Comment #9
isay commentedComment #10
isay commented#5: bartik-style-rtl-1320028-5.patch queued for re-testing.
Comment #11
isay commentedthis patch belongs to bartik theme
Comment #12
isay commentedComment #13
aspilicious commentedThis 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.
Comment #14
isay commentedchange the patch by aspilicious's recommendation
Comment #15
aspilicious commentedComment #16
catchLooks fine. Committed/pushed to 8., moving back to 8.x.
Comment #17
albert volkman commented7.x, even :) Backport!
Comment #18
aspilicious commentedYou're missing the "tr td"
Comment #19
albert volkman commentedArggh.
Comment #20
aspilicious commentedgood :)
Comment #21
webchickCommitted and pushed to 7.x. Thanks!
Comment #23
cweagansUpdating tags per http://drupal.org/node/1517250
Comment #24
albert volkman commentedAlready was backported :)