From 000bb35da9f9766dc8e49b404b17212c60b7a4cb Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 08 Nov 2012 08:23:20 -0500 Subject: [PATCH] Add sendmail-html to the build script --- resources/gitblit.css | 27 ++++++++++++++++++++++++--- 1 files changed, 24 insertions(+), 3 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 66387d1..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 { @@ -173,6 +172,28 @@ 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; +} + +span.authorizationControl label { + display: inline; + color: #777; + padding:5px 0px 5px 10px; +} + div.page_footer { clear: both; height: 17px; -- Gitblit v1.9.1