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);
|
color: rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
.headerTable {
|
.headerTable {
|
||||||
widtdh: 100%;
|
width: 100%;
|
||||||
|
height: 68px;
|
||||||
}
|
}
|
||||||
.avatar img {
|
.avatar img {
|
||||||
border-radius: 7px;
|
border-radius: 7px;
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
<div class="headerContainer">
|
<div class="headerContainer">
|
||||||
<table cellpadding=0 cellspacing=0 border=0 class="headerTable">
|
<table cellpadding=0 cellspacing=0 border=0 class="headerTable">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="header leftAlign avatar">[[avatars]]</td>
|
|
||||||
<td class="header leftAlign">[[favicon]] <b>[[feedlink]]</b><br />[[byline]]</td>
|
<td class="header leftAlign">[[favicon]] <b>[[feedlink]]</b><br />[[byline]]</td>
|
||||||
|
<td class="header rightAlign avatar">[[avatars]]</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue