diff --git a/templates/skin/new-jquery/comment.tpl b/templates/skin/new-jquery/comment.tpl index 9c08d241..b3ed9d4d 100644 --- a/templates/skin/new-jquery/comment.tpl +++ b/templates/skin/new-jquery/comment.tpl @@ -56,8 +56,4 @@ {else} {$aLang.comment_was_delete} {/if} -{if $oUserCurrent} - - -{/if} \ No newline at end of file diff --git a/templates/skin/new-jquery/comment_tree.tpl b/templates/skin/new-jquery/comment_tree.tpl index a6903874..94800ceb 100644 --- a/templates/skin/new-jquery/comment_tree.tpl +++ b/templates/skin/new-jquery/comment_tree.tpl @@ -50,7 +50,7 @@ {else} {if $oUserCurrent}
-

{$sNoticeCommentAdd}

+

{$sNoticeCommentAdd}

{if $oConfig->GetValue('view.tinymce')} @@ -111,11 +111,7 @@ {/if} -
- {if $oUserCurrent} - - {/if} - +
{hook run='form_add_comment_begin'} diff --git a/templates/skin/new-jquery/css/comments.css b/templates/skin/new-jquery/css/comments.css index 4b255051..655d34e1 100644 --- a/templates/skin/new-jquery/css/comments.css +++ b/templates/skin/new-jquery/css/comments.css @@ -25,7 +25,7 @@ .comments .comment-wrapper { overflow: hidden; zoom: 1; position: relative; } .comments .comment-wrapper .comment-wrapper { padding-left: 25px; } -.comment-preview { padding: 5px 10px; margin-bottom: 5px; background: #fafafa; overflow: hidden; zoom: 1; } +.comment-preview { padding: 5px 10px; margin-bottom: 10px; background: #eee; overflow: hidden; zoom: 1; } .comments-header { padding-left: 20px; margin-bottom: 20px; } .comments-header h3 { font-size: 18px; font-family: Verdana, sans-serif; margin-bottom: 3px; } .comments-header a.rss { background: url(../images/icons.gif) no-repeat scroll -70px -247px transparent; margin-right: 20px; padding-left: 14px; } @@ -83,9 +83,13 @@ /* Reply Form */ .reply-area { padding-left: 20px; } +.reply-header { margin-bottom: 10px; } -.reply { padding-bottom: 10px; padding-top: 10px; } +.reply { padding-bottom: 15px; } .reply .markItUp { width: 98%; } .reply .markItUpHeader { width: 98%; } .reply textarea { height: 100px; width: 98%; } -.reply textarea.loader { background: #f7f7f7 url(../images/loader.gif) no-repeat center;} \ No newline at end of file +.reply textarea.loader { background: #f7f7f7 url(../images/loader.gif) no-repeat center;} + +.comment-preview, +.comments .reply { margin-left: 20px; } \ No newline at end of file