summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-30 17:42:38 +0300
committerAndrew Dolgov <[email protected]>2018-11-30 17:42:38 +0300
commit2e01a1d41df1c87c0fc7864a21cc0f3ef572219b (patch)
tree2b194f805bd67b72f6e4af1dbebbc1ac626f107a /classes
parent87fe02dabbdd4b7c5d4f1faf996c9953ee12f2c2 (diff)
css updates; night theme fixes for changed CSS classes
Diffstat (limited to 'classes')
-rwxr-xr-xclasses/feeds.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index c8152b9e2..53c6bab2b 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -402,7 +402,7 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div class='hl hlMenuAttach $class' data-orig-feed-id='$feed_id' data-article-id='$id' id='RROW-$id' $mouseover_attrs>";
- $reply['content'] .= "<div class='hlLeft'>";
+ $reply['content'] .= "<div class='left'>";
$reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
type=\"checkbox\" onclick=\"toggleSelectRow2(this)\"
@@ -414,14 +414,14 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "</div>";
$reply['content'] .= "<div onclick='return hlClicked(event, $id)'
- class=\"title\"><span class='hlContent $hlc_suffix'>";
+ class=\"title\"><span class='hl-content $hlc_suffix'>";
$reply['content'] .= "<a class=\"title $hlc_suffix\"
href=\"" . htmlspecialchars($line["link"]) . "\"
onclick=\"\">" .
truncate_string($line["title"], 200);
if (get_pref('SHOW_CONTENT_PREVIEW')) {
- $reply['content'] .= "<span class=\"contentPreview\">" . $line["content_preview"] . "</span>";
+ $reply['content'] .= "<span class=\"preview\">" . $line["content_preview"] . "</span>";
}
$reply['content'] .= "</a></span>";
@@ -440,12 +440,12 @@ class Feeds extends Handler_Protected {
}
- $reply['content'] .= "<span class=\"hlUpdated\">";
+ $reply['content'] .= "<span class=\"updated\">";
$reply['content'] .= "<div title='$date_entered_fmt'>$updated_fmt</div>
</span>";
- $reply['content'] .= "<div class=\"hlRight\">";
+ $reply['content'] .= "<div class=\"right\">";
$reply['content'] .= $score_pic;