From b23b67c1cc0b2541580f23c9aec97c0b84a823f4 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 21 Feb 2014 09:56:37 -0500
Subject: [PATCH] Select default/configured gc period in create/edit repository page

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

diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css
index b785327..91825f7 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;
@@ -1287,6 +1291,11 @@
 }
 table.palette td.pane {
 	padding: 0px;
+	width: 250px !important;
+}
+
+table.palette td.pane select {
+	width: 250px !important;
 }
 
 table.gitnotes {		
@@ -1318,6 +1327,7 @@
 }
 
 table.annotated {
+	width: 100%;
 	border:1px solid #ddd;
 }
 
@@ -1332,6 +1342,24 @@
 table.annotated td {
 	padding: 0px;
 	border: 0;
+}
+
+table.annotated td.lineCommit {
+	padding-left: 5px;
+	padding-right: 5px;
+}
+
+table.annotated td.lineNumber {
+	border-right: 1px solid #ddd;
+	border-left: 1px solid #ddd;
+	padding-left: 5px;
+	padding-right: 5px;
+	text-align: right;
+}
+
+table.annotated td.lineContent {
+	padding-left: 5px;
+	font: monospace;
 }
 
 table.activity {
@@ -1379,7 +1407,7 @@
 	white-space: nowrap;
 }
 
-span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1 {
+span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1, td.sha1 {
 	font-family: consolas, monospace;
 	font-size: 13px;
 }

--
Gitblit v1.9.1