Change some column widths
This commit is contained in:
parent
7245b223c0
commit
ccb21d450e
|
@ -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
|
||||
{
|
||||
width: 15%;
|
||||
}
|
||||
|
||||
table td.body
|
||||
{
|
||||
border: 2px solid #313131;
|
||||
|
|
Loading…
Reference in a new issue