From c968ddd27e3ac07575606fb04c70f092d18f6ad4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 20 Oct 2012 09:40:00 -0400 Subject: [PATCH] Switch to tab interface for Edit User and Edit Team for consistency --- resources/gitblit.css | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 1d17dc8..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 { @@ -180,6 +179,15 @@ vertical-align: middle; } +div.odd { + +} + +div.even { + background-color: whiteSmoke; + vertical-align: middle; +} + div.page_footer { clear: both; height: 17px; -- Gitblit v1.9.1