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 | 21 ++++++++++++++++++--- 1 files changed, 18 insertions(+), 3 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 66387d1..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 { @@ -173,6 +172,22 @@ padding: 2px 0px; } +.forkSource .forks, .forkEntry .forks { + font-size: 10px; + padding-left: 5px; + text-decoration: underline; + vertical-align: middle; +} + +div.odd { + +} + +div.even { + background-color: whiteSmoke; + vertical-align: middle; +} + div.page_footer { clear: both; height: 17px; -- Gitblit v1.9.1