Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
system.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Oct 2007 at 11:24 UTC
Updated:
27 Nov 2007 at 19:45 UTC
Jump to comment: Most recent file
Comments
Comment #1
hass commentedupdated patch for latest HEAD
Comment #2
dvessel commentedThe base LTR styles show this:
Is there a reason why your patch forces a right padding of .5em? Is that what's most browsers use as their defaults?
Comment #3
hass commentedGood catch! Sorry, my fault... i found this has been introduced by my theme with a line
th, td { padding: .3em .5em; }. Reworked the patch and checked all overwrites... we could keep padding-left, but this could be inherited from default-rtl, too. So removed this line, too.The kept alignment is nevertheless required.
Comment #4
yhager commentedthןדwas actually committed with http://drupal.org/node/181370 (but with the enforcement of padding-right:0.5em - I made the exact same mistake you did). However, since this problem cannot be solved (you either break the theme or the core), I recommend to leave it as is).