Put avatars in detail view on the right side, a la Mail.
This commit is contained in:
parent
5dd20264bf
commit
f812209d06
|
@ -66,7 +66,8 @@ a:hover {
|
|||
color: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.headerTable {
|
||||
widtdh: 100%;
|
||||
width: 100%;
|
||||
height: 68px;
|
||||
}
|
||||
.avatar img {
|
||||
border-radius: 7px;
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
<div class="headerContainer">
|
||||
<table cellpadding=0 cellspacing=0 border=0 class="headerTable">
|
||||
<tr>
|
||||
<td class="header leftAlign avatar">[[avatars]]</td>
|
||||
<td class="header leftAlign">[[favicon]] <b>[[feedlink]]</b><br />[[byline]]</td>
|
||||
<td class="header rightAlign avatar">[[avatars]]</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue