From 5b831a0981491cabbbdbb02dba237308947a5e7d Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 28 Oct 2012 08:58:39 -0400
Subject: [PATCH] Do not display link for add team in LDAP-managed teams setup (issue 153)

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

diff --git a/resources/gitblit.css b/resources/gitblit.css
index 4d7e3ab..5c2d92a 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 {

--
Gitblit v1.9.1