From 79dfe69726b6255464599ab852018e4d2ff96fdc Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 19 Oct 2012 22:47:35 -0400
Subject: [PATCH] Split edit repository page into tabs

---
 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