From 87cc1ed60735a419a3ea23f20614fc0a3f9bab60 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 15 Apr 2011 17:18:51 -0400
Subject: [PATCH] Settings overhaul. Fixes to authentication.  Bind interface feature.

---
 src/com/gitblit/wicket/pages/TicGitTicketPage.html |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/com/gitblit/wicket/pages/TicGitTicketPage.html b/src/com/gitblit/wicket/pages/TicGitTicketPage.html
index 1746266..56e2980 100644
--- a/src/com/gitblit/wicket/pages/TicGitTicketPage.html
+++ b/src/com/gitblit/wicket/pages/TicGitTicketPage.html
@@ -26,12 +26,13 @@
 	<div class="header"><wicket:message key="gb.ticketComments">comments</wicket:message></div>
 	
 	<!-- comments -->
-	<table style="width:100%;" class="pretty">
+	<table style="width:100%;" class="comments">
 		<tbody>
-			<tr wicket:id="comment">
-         		<td class="date"><span wicket:id="commentDate">[comment date]</span></td>
-         		<td class="author"><span wicket:id="commentAuthor">[comment author]</span></td>
-         		<td><div wicket:id="commentText">[comment text]</div></td>
+			<tr valign="top" wicket:id="comment">
+         		<td><span class="author" wicket:id="commentAuthor">[comment author]</span><br/>
+         			<span class="date" wicket:id="commentDate">[comment date]</span>
+         		</td>
+         		<td><span wicket:id="commentText">[comment text]</span></td>
        		</tr>
        	</tbody>
     </table>

--
Gitblit v1.9.1