From 0c7c4936d4119e6edc9001815f1a4f14ba81d929 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 01 Oct 2012 23:00:50 -0400
Subject: [PATCH] Fixed delete repository from repository panel

---
 src/com/gitblit/wicket/panels/RepositoriesPanel.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/wicket/panels/RepositoriesPanel.html b/src/com/gitblit/wicket/panels/RepositoriesPanel.html
index 5da43e0..6c19fc5 100644
--- a/src/com/gitblit/wicket/panels/RepositoriesPanel.html
+++ b/src/com/gitblit/wicket/panels/RepositoriesPanel.html
@@ -72,7 +72,7 @@
 	
 	<wicket:fragment wicket:id="groupRepositoryRow">
         <td colspan="1"><span wicket:id="groupName">[group name]</span></td>
-        <td colspan="6"><span class="hidden-phone" style="font-weight:normal;color:#666;" wicket:id="groupDescription">[description]</span></td>
+        <td colspan="6" style="padding: 2px;"><span class="hidden-phone" style="font-weight:normal;color:#666;" wicket:id="groupDescription">[description]</span></td>
 	</wicket:fragment>
 		
 	<wicket:fragment wicket:id="repositoryRow">

--
Gitblit v1.9.1