Summary | Size column styling hard-coded |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | selsky (at) columbia (dot) edu |
Created | 03/08/2008 (6329 days ago) |
Due | |
Updated | 03/08/2008 (6329 days ago) |
Assigned | |
Resolved | 03/08/2008 (6329 days ago) |
Milestone | |
Patch | No |
Taken from Matt Selsky
State ⇒ Resolved
State ⇒ Feedback
Assigned to Matt Selsky
imp/themes/screen.css, and .messageList td.rightAlign: text-align:
left in imp/themes/rtl.css?
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Size column styling hard-coded
Queue ⇒ IMP
State ⇒ New
style="text-align:right;".
This creates a problem for RTL languages since we would like to have
style="text-align:left;".
Setting class=rightAlign does not work since the td inherits the
text-align property from .messageList td instead of .rightAlign
How is this done properly with CSS?