From: James Moger Date: Sat, 20 Oct 2012 02:30:57 +0000 (-0400) Subject: Split edit repository page into tabs X-Git-Tag: v1.2.0~148 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=79dfe69726b6255464599ab852018e4d2ff96fdc;p=gitblit.git Split edit repository page into tabs --- diff --git a/resources/gitblit.css b/resources/gitblit.css index 4d7e3ab1..5c2d92a8 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -30,9 +30,8 @@ hr { margin-bottom: 10px; } -.settings h3 { - margin-bottom: 0.5em; - border-bottom: 1px solid #000080 !important; +.settings th { + vertical-align: top; } .pageTitle { diff --git a/src/com/gitblit/wicket/pages/EditRepositoryPage.html b/src/com/gitblit/wicket/pages/EditRepositoryPage.html index b85568d4..812f656e 100644 --- a/src/com/gitblit/wicket/pages/EditRepositoryPage.html +++ b/src/com/gitblit/wicket/pages/EditRepositoryPage.html @@ -6,11 +6,25 @@ -
+ +
+ + + + +
+ + +
- @@ -23,39 +37,73 @@ - - - - - - - - - - - - - - - - - - - - -
-
- - -

 

 

 


- - - - -



 

 

 

 

 
- +
+ + +
+ + + + + + + + + + + + + + +

+ + + + +



+
+ + +
+ + + + + +
+
+ + + + + +
+ + + + +
+
+ + + +

 

+
+
+ +
+
 
+
+
+
\ No newline at end of file