Ticket #1484384 (closed Patches: fixed)
Colum width in the message list table
| Reported by: | moc | Owned by: | |
|---|---|---|---|
| Priority: | 1 - Highest | Milestone: | 0.1-rc2 |
| Component: | Interface | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The size column in the messagelist table is too narrow to contain the label in some languages. 80px instead of 60px should be OK. Here is the patch for the file skins/default/mail.css:
#messagelist tr td.size
{
width: 80px;
text-align: right;
vertical-align: middle;
}
Change History
Note: See
TracTickets for help on using
tickets.
