Opened 6 years ago

Closed 6 years ago

#1484384 closed Feature Patches (fixed)

Colum width in the message list table

Reported by: moc Owned by:
Priority: 1 - Highest Milestone: 0.1-rc2
Component: Interface Version: git-master
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 (1)

comment:1 Changed 6 years ago by thomasb

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in trunk [f45bbe6d]

Note: See TracTickets for help on using tickets.