tweak cdm header button alignment

This commit is contained in:
Andrew Dolgov 2013-03-16 13:38:50 +04:00
parent 5adfc4a091
commit bdb7d62e9f
1 changed files with 2 additions and 2 deletions

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";