From eb0f7ea03074bb45c67d2ad877af3c5c85e6b3fc Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 03 Mar 2014 11:33:24 -0500
Subject: [PATCH] Fix compare page exception when a submodule changes (issue-375)

---
 src/main/resources/gitblit.css |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css
index c07f8bf..cd5c57b 100644
--- a/src/main/resources/gitblit.css
+++ b/src/main/resources/gitblit.css
@@ -34,6 +34,10 @@
 	vertical-align: text-bottom;
 }
 
+a.bugtraq {
+    font-weight: bold;
+}
+
 [class^="icon-"], [class*=" icon-"] i {
 	/* override for a links that look like bootstrap buttons */
 	vertical-align: text-bottom;
@@ -514,6 +518,18 @@
 th {
 	vertical-align: middle;
 	text-align: left;	
+}
+
+div.featureWelcome {
+	padding: 15px;
+	background-color: #fbfbfb;
+	border: 1px solid #ccc;
+	border-radius: 5px;	
+}
+
+div.featureWelcome div.icon {
+	color: #ccc;
+	font-size: 144px;
 }
 
 div.sourceview {
@@ -1287,6 +1303,11 @@
 }
 table.palette td.pane {
 	padding: 0px;
+	width: 250px !important;
+}
+
+table.palette td.pane select {
+	width: 250px !important;
 }
 
 table.gitnotes {		

--
Gitblit v1.9.1