6.0.0-beta1
7/6/25

[#6401] Size column styling hard-coded
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

History
03/08/2008 05:57:10 PM Jan Schneider Assigned to Jan Schneider
Taken from Matt Selsky
State ⇒ Resolved
 
03/08/2008 05:11:48 PM Matt Selsky Comment #3 Reply to this comment
It's still only inheriting .messageList.  The rightAlign is getting ignored.
03/08/2008 04:28:14 PM Chuck Hagenbuch Comment #2
State ⇒ Feedback
Assigned to Matt Selsky
Reply to this comment
Maybe .messageList td.rightAlign: text-align: right in 
imp/themes/screen.css, and .messageList td.rightAlign: text-align: 
left in imp/themes/rtl.css?
03/08/2008 08:53:24 AM Matt Selsky Comment #1
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Size column styling hard-coded
Queue ⇒ IMP
State ⇒ New
Reply to this comment
On the mailbox view, the style for the Size column is hard-coded to 
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?

Saved Queries