Scarab commit: svn commit: r11010 - trunk/src/webapp: WEB-INF/templates/viewIssue skins

[email protected] Tue, 4 May 2010 04:44:51 -0700 (PDT)
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: dabbous
Date: 2010-05-04 04:44:51-0700
New Revision: 11010

Modified:
   trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm
   trunk/src/webapp/skins/classic.css

Log:
some little tweeking of the comments layout

Modified: trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm?view=diff&pathrev=11010&r1=11009&r2=11010
==============================================================================
--- trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm	(original)
+++ trunk/src/webapp/WEB-INF/templates/viewIssue/ViewIssueTab3.vm	2010-05-04 04:44:51-0700
@@ -41,9 +41,8 @@
    <h4>$l10n.Comments</h4>
   #end
 
-  #set ($comment_counter=0)
+  #set ($comment_counter=$comments.size())
   #foreach ($comment in $comments)
-    #set ($comment_counter = $comment_counter + 1)
     <div class="scb_comment">
       #set ($commentUser = $scarabR.getUser($comment.CreatedBy))
       <h4>
@@ -59,6 +58,7 @@
       </div>
     
     </div>
+    #set ($comment_counter = $comment_counter - 1)
   #end
 
   #if ($isEditComments)

Modified: trunk/src/webapp/skins/classic.css
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/webapp/skins/classic.css?view=diff&pathrev=11010&r1=11009&r2=11010
==============================================================================
--- trunk/src/webapp/skins/classic.css	(original)
+++ trunk/src/webapp/skins/classic.css	2010-05-04 04:44:51-0700
@@ -349,7 +349,7 @@
 
 .scb_comment .content {
 	margin-top:5px;
-	margin-left:35px;
+	margin-left:42px;
 }
 
 .scb_comment .content .comment {

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=2602628