Change some column widths

This commit is contained in:
Sven Slootweg 2012-05-28 05:42:57 +02:00
parent 7245b223c0
commit ccb21d450e
2 changed files with 26 additions and 6 deletions

View file

@ -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>

View file

@ -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
{
width: 15%;
}
table td.body
{
border: 2px solid #313131;