From 20e7f8c1e9bf9a79ea1a22fa9e1e41964a7ae5f0 Mon Sep 17 00:00:00 2001 From: Denis Shakhov Date: Thu, 8 Mar 2012 02:22:50 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=BF=D1=82=D0=B8=D0=BC=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD?= =?UTF-8?q?=D1=82=D0=B0=D1=80=D0=B8=D0=B5=D0=B2=20=D0=B2=20new-jquery.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/skin/new-jquery/comment.tpl | 4 ---- templates/skin/new-jquery/comment_tree.tpl | 8 ++------ templates/skin/new-jquery/css/comments.css | 10 +++++++--- 3 files changed, 9 insertions(+), 13 deletions(-) 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