@ -14,12 +14,12 @@
<table class="message message-list">
<tbody>
<tr>
<th>SHA1 hash</th>
<th>From</th>
<th>To</th>
<th>Subject</th>
<th>Date</th>
<th>Attachments</th>
<th class="hash">SHA1 hash</th>
<th class="from">From</th>
<th class="to">To</th>
<th class="subject">Subject</th>
<th class="date">Date</th>
<th class="attachments">Attachments</th>
</tr>
%(items)s
</tbody>
@ -81,6 +81,26 @@ table.message > tbody > tr > th
color: white;
}
table.message-list th.hash
{
width: 320px;
table.message-list th.from
width: 20%;
table.message-list th.to
width: 15%;
table.message-list th.date
table td.body
border: 2px solid #313131;