$reply['content'] .= $labels_str;
- if (!get_pref($this->link, 'VFEED_GROUP_BY_FEED') &&
- defined('_SHOW_FEED_TITLE_IN_VFEEDS')) {
- if (@$line["feed_title"]) {
+ $reply['content'] .= "</div>";
+
+ $reply['content'] .= "<span class=\"hlUpdated\">";
+
+ if (@$line["feed_title"]) {
$reply['content'] .= "<span class=\"hlFeed\">
- (<a href=\"#\" onclick=\"viewfeed($feed_id)\">".
- $line["feed_title"]."</a>)
+ <a href=\"#\" onclick=\"viewfeed($feed_id)\">".
+ $line["feed_title"]."</a><br/>
</span>";
}
- }
- $reply['content'] .= "</div>";
-
- $reply['content'] .= "<span class=\"hlUpdated\">$updated_fmt</span>";
+ $reply['content'] .= "$updated_fmt</span>";
$reply['content'] .= "<div class=\"hlRight\">";
$reply['content'] .= $score_pic;
}
}
- $reply['content'] .= "<div style=\"vertical-align : middle\">";
$reply['content'] .= "<span class='updated'>$updated_fmt</span>";
+
+ $reply['content'] .= "<div style=\"vertical-align : middle\">";
$reply['content'] .= "$score_pic";
if (!get_pref($this->link, "VFEED_GROUP_BY_FEED") && $line["feed_title"]) {
white-space: nowrap;
}
-td.hlSelectRow, td.hlUpdPic {
- width : 25px;
- text-align : center;
-}
-
div.postHeader div.postDate {
text-align : right;
color : gray;
display : none;
}
-td.hlMarkedPic, td.hlSelectRow, td.hlUpdated, td.hlFeed {
- height : 1em;
-}
-
-td.hlFeed {
- text-align : right;
-}
-
span.hlFeed, span.hlFeed a {
- font-size : 12px;
+ font-size : 10px;
color : gray;
+ font-style : italic;
+ font-weight : normal;
}
span.hlFeed a:hover {
display : table-cell;
width : 100%;
vertical-align : middle;
- padding-top : 4px;
- padding-bottom : 4px;
text-align : right;
+ font-size : 10px;
+ font-weight : normal;
}
div.hlLeft {