1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

tweak cdm header button alignment

This commit is contained in:
Andrew Dolgov
2013-03-16 13:38:50 +04:00
parent 5adfc4a091
commit bdb7d62e9f

View File

@@ -518,7 +518,7 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "<div class=\"cdmHeader\">";
$reply['content'] .= "<div>";
$reply['content'] .= "<div style=\"vertical-align : middle\">";
$reply['content'] .= "<input dojoType=\"dijit.form.CheckBox\"
type=\"checkbox\" onclick=\"toggleSelectRow2(this, false, true)\"
@@ -563,7 +563,7 @@ class Feeds extends Handler_Protected {
$reply['content'] .= "</span>";
$reply['content'] .= "<div>";
$reply['content'] .= "<div style=\"vertical-align : middle\">";
$reply['content'] .= "<span class='updated'>$updated_fmt</span>";
$reply['content'] .= "$score_pic";