The following block from system-menus.css adds padding (for bullets) on the left side of ul elements:

.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em; /* LTR */
}

Padding should go on the right in RTL layouts. Patch attached.

CommentFileSizeAuthor
system-menus-rtl.patch497 bytespoiu

Comments

sun.core’s picture

Component: drupal.css » markup

Moving "drupal.css" component issues to "markup".

Status: Needs review » Needs work

The last submitted patch, system-menus-rtl.patch, failed testing.

Adamantus’s picture

I have this issue in Drupal 6.2. I've been using this CMS for about a week and have already experience 2 bugs in v6 and v7 doesn't work at all, my host couldn't even get it to install properly...

jacine’s picture

Version: 6.12 » 7.x-dev
Status: Needs work » Closed (works as designed)

It's too late to change this for Drupal 6, and this code no longer exists in Drupal 7. Given that changes would have to be made to 8.x and then back ported to 7.x, and this code is no longer a problem in 7.x, I'm marking this closed.