]> source.dussan.org Git - gitblit.git/commitdiff
provide spacing on the projects page listing 286/head
authorJoel Johnson <mrjoel@lixil.net>
Thu, 2 Jul 2015 22:15:14 +0000 (16:15 -0600)
committerJoel Johnson <mrjoel@lixil.net>
Thu, 2 Jul 2015 22:15:14 +0000 (16:15 -0600)
The projects page was showing the project listing directly under the navbar
with no spacing. This adds spacing to have the elements offset.

The table is showing using the common "repositories" class, however it can't
be changed directly since several other table displays use the same class, and
have adequate top margin spacing. We create a new class for the one-off use
on the projects page.

src/main/java/com/gitblit/wicket/pages/ProjectsPage.html
src/main/resources/gitblit.css

index 2d446eccf9da4ee0a1d6a5877a9cab20e5fa87b1..fc28d1783f1706df589468d52983b6a45e271238 100644 (file)
@@ -8,7 +8,7 @@
 <wicket:extend>\r
 <div class="container">\r
        \r
-       <table class="repositories">\r
+       <table class="repositories projectlist">\r
                <thead>\r
                        <tr>    \r
                                <th class="left">\r
index a6cc516c3edde46263e9585c794b0a0dc5545759..c0329059f8846706f646b8c8e2e1365dde5a6d70 100644 (file)
@@ -1734,7 +1734,11 @@ table.comments td {
        line-height: 17px;\r
 }\r
 \r
-table.repositories {   \r
+table.projectlist {\r
+       margin-top: 10px;\r
+}\r
+\r
+table.repositories {\r
        border:1px solid #ddd;\r
        border-spacing: 0px;\r
        width: 100%;\r