Closed (works as designed)
Project:
Drupal core
Version:
7.x-dev
Component:
markup
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2009 at 07:03 UTC
Updated:
29 May 2011 at 14:22 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| system-menus-rtl.patch | 497 bytes | poiu |
Comments
Comment #1
sun.core commentedMoving "drupal.css" component issues to "markup".
Comment #3
Adamantus commentedI 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...
Comment #4
jacineIt'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.