
12-30-2009, 01:08 PM
|
|
|
Join Date: Feb 2008
Posts: 113
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by rbu
If you are using Legacy...
post_thanks_box
Code:
<li class="postbitlegacy postbitim" id="post_thanks_box_{vb:raw post.postid}" style="top:-10px;<vb:if condition="!$post_thanks_box == 1"> display:none;</vb:if>">
{vb:raw post_thanks_box}
</li>
post_thanks_javascript
Code:
<style type="text/css">
.postbitlegacy .postfoot .textcontrols a.quickreply, .postbitlegacy .postfoot .textcontrols a.post_thanks_button {
background: url(images/buttons/post_thanks.png) no-repeat transparent left;
padding-left: 20px;
}
.postbitlegacy .postfoot .textcontrols a.quickreply:hover, .postbitlegacy .postfoot .textcontrols a.post_thanks_button:hover {
background: url(images/buttons/post_thanks-hover.png) no-repeat transparent left;
</style>
post_thanks_postbit
find <div class="postbody"> and change it to <div class="postbody" style="margin-left:0;">
|
Its work ! Thanks.
|