summaryrefslogtreecommitdiff
path: root/tbc_comments.module
diff options
context:
space:
mode:
authorprashant2015-01-29 20:06:35 +0530
committerprashant2015-01-29 20:06:35 +0530
commit16c451a4e83e3132391b03abdfda010c66cd099c (patch)
tree42abb21486f79e71ef513311f23ebf491f02ff4f /tbc_comments.module
parent4d55002e7acd845fdf2ed3d5577751e3dedf574d (diff)
downloadtbc_comments-16c451a4e83e3132391b03abdfda010c66cd099c.tar.gz
tbc_comments-16c451a4e83e3132391b03abdfda010c66cd099c.tar.bz2
tbc_comments-16c451a4e83e3132391b03abdfda010c66cd099c.zip
done minor changes
Diffstat (limited to 'tbc_comments.module')
-rwxr-xr-xtbc_comments.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc_comments.module b/tbc_comments.module
index f807c3e..9d233ed 100755
--- a/tbc_comments.module
+++ b/tbc_comments.module
@@ -62,7 +62,7 @@
SELECT * FROM tbc_comments WHERE post_id = %d ORDER BY id DESC LIMIT 15
", $preference_data->pe_id);
$page_content .= "<div class='product_list'>";
- $page_content .= "<div class='product_name'><img src='".$base_url."book.png' alt='book' style= 'margin-bottom: -15px;' /><b>".$preference_data->book . "</b> <em>by " . $preference_data->author .", ".$preference_data->publisher."</em>
+ $page_content .= "<div class='product_name'><img src='".$base_url."book.png' alt='book' style= 'margin-bottom: -3px; height: 21px;' /><b>".$preference_data->book . "</b> <em>by " . $preference_data->author .", ".$preference_data->publisher."</em>
<br><br> [Reason(s):- ".$preference_data->reason."]</div>";
$page_content .= "<div class='product_flash' id='product_flash_".$preference_data->id.">&nbsp;</div>";
$page_content .= "<div class='product_like'><img class= 'likebt' src='".$base_url."like.png' data-name='like', data-bid ='".$preference_data->pe_id."'> <span id='product_like_".$preference_data->pe_id."'>".$preference_data->pLike."</span></div>";