Ticket #1484384 (closed Patches: fixed)

Opened 19 months ago

Last modified 15 months ago

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

Changed 15 months ago by thomasb

  • status changed from new to closed
  • resolution set to fixed

Fixed in trunk r808

Note: See TracTickets for help on using tickets.