From 53952358491f093e1e40fce4f30b1c034d9c98a9 Mon Sep 17 00:00:00 2001
From: Wolfgang <wolfgang@gassler.org>
Date: Fri, 02 Nov 2012 16:56:13 -0400
Subject: [PATCH] first running hook to send pushed file to the bug tracker thebuggenie

---
 resources/gitblit.css |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/resources/gitblit.css b/resources/gitblit.css
index 4d7e3ab..e5363c8 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -30,9 +30,8 @@
 	margin-bottom: 10px;
 }
 
-.settings h3 {
-	margin-bottom: 0.5em;    
-	border-bottom: 1px solid #000080 !important;
+.settings th {
+	vertical-align: top;
 }
 
 .pageTitle {
@@ -189,6 +188,12 @@
 	vertical-align: middle;
 }
 
+span.authorizationControl label {
+	display: inline;
+	color: #777;
+	padding:5px 0px 5px 10px;	
+}
+
 div.page_footer {
 	clear: both;
 	height: 17px;

--
Gitblit v1.9.1