How to add rtl support for the sidebar?
I'm running drupal 4.7 and using the k2 theme, I have slightly modified the theme to suit my needs but I'm missing few things, one of the major ones is having my right sidebar menu being fully RTL, as you can see on my blog http://yousef.raffah.com it is quite buggy and ugly looking yet :( I would really appreciate your help and feedback -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GIT d- s: a- C++ UL+++ P L+++ E- W+++ N o-- K- w-- O-- M+ V- PS PE+ Y+ PGP++ t 5 X R- tv-- b+ DI- D+ G e++ h--- r+++ y+++ ------END GEEK CODE BLOCK------
On Sun, Jun 25, 2006 at 09:38:12PM +0300, Yousef Raffah wrote:
I'm running drupal 4.7 and using the k2 theme, I have slightly modified the theme to suit my needs but I'm missing few things, one of the major ones is having my right sidebar menu being fully RTL, as you can see on my blog [1]http://yousef.raffah.com it is quite buggy and ugly looking yet :( I would really appreciate your help and feedback
Try: .block-menu .content ul { dir: rtl; } -- GNU/Linux registered user #224950 Proud Egyptian GNU/Linux User Group <www.eglug.org> Member. Life powered by Debian, Homepage: www.foolab.org -- Don't send me any attachment in Micro$oft (.DOC, .PPT) format please Read http://www.gnu.org/philosophy/no-word-attachments.html Preferable attachments: .PDF, .HTML, .TXT Thanx for adding this text to Your signature
On 6/25/06, Mohammed Sameer <msameer@foolab.org> wrote:
On Sun, Jun 25, 2006 at 09:38:12PM +0300, Yousef Raffah wrote:
I'm running drupal 4.7 and using the k2 theme, I have slightly modified the theme to suit my needs but I'm missing few things, one of the major ones is having my right sidebar menu being fully RTL, as you can see on my blog [1]http://yousef.raffah.com it is quite buggy and ugly looking yet :( I would really appreciate your help and feedback
Try:
.block-menu .content ul { dir: rtl; }
Thanks a lot Mohammed but unfortunately, that didn't help :( -- -----BEGIN GEEK CODE BLOCK----- Version: 3.12 GIT d- s: a- C++ UL+++ P L+++ E- W+++ N o-- K- w-- O-- M+ V- PS PE+ Y+ PGP++ t 5 X R- tv-- b+ DI- D+ G e++ h--- r+++ y+++ ------END GEEK CODE BLOCK------
On Sun, Jun 25, 2006 at 10:15:15PM +0300, Yousef Raffah wrote:
On 6/25/06, Mohammed Sameer <msameer@foolab.org> wrote:
On Sun, Jun 25, 2006 at 09:38:12PM +0300, Yousef Raffah wrote:
I'm running drupal 4.7 and using the k2 theme, I have slightly
modified the
theme to suit my needs but I'm missing few things, one of the major ones is having my right sidebar menu being fully RTL, as you can see on my blog [1]http://yousef.raffah.com it is quite buggy and ugly looking yet :( I would really appreciate your help and feedback
Try:
.block-menu .content ul { dir: rtl; }
Thanks a lot Mohammed but unfortunately, that didn't help :(
Well, One shouldn't answer emails after 10 pm ;-) I see you managed to do it. It was direction not dir. Sorry for that. -- GNU/Linux registered user #224950 Proud Egyptian GNU/Linux User Group <www.eglug.org> Member. Life powered by Debian, Homepage: www.foolab.org -- Don't send me any attachment in Micro$oft (.DOC, .PPT) format please Read http://www.gnu.org/philosophy/no-word-attachments.html Preferable attachments: .PDF, .HTML, .TXT Thanx for adding this text to Your signature
participants (2)
-
Mohammed Sameer -
Yousef Raffah