]> source.dussan.org Git - gitblit.git/commitdiff
Simplified refs panel layout and css
authorJames Moger <james.moger@gitblit.com>
Sun, 25 Mar 2012 22:25:28 +0000 (18:25 -0400)
committerJames Moger <james.moger@gitblit.com>
Sun, 25 Mar 2012 22:25:28 +0000 (18:25 -0400)
resources/gitblit.css
src/com/gitblit/wicket/panels/RefsPanel.java

index 8934cb2db06e545615715d60b24ceca6e081b845..7812ec49535d6cef4032f08d4c291c377beeab84 100644 (file)
@@ -831,7 +831,7 @@ span.metricsTitle {
        font-size: 2em;\r
 }\r
 \r
-span .tagRef, span .headRef, span .localBranch, span .remoteBranch, span .otherRef {   \r
+.tagRef, .headRef, .localBranch, .remoteBranch, .otherRef {    \r
        padding: 0px 3px;\r
        margin-right:2px;\r
        font-family: sans-serif;\r
@@ -841,41 +841,38 @@ span .tagRef, span .headRef, span .localBranch, span .remoteBranch, span .otherR
        color: black;   \r
 }\r
 \r
-span .tagRef a span, span .headRef a span, span .localBranch a span, span .remoteBranch a span, span .otherRef a span {\r
+.tagRef a, .headRef a, .localBranch a, .remoteBranch a, .otherRef a {\r
        font-size: 9px;\r
-}\r
-\r
-span .tagRef a, span .headRef a, span .localBranch a, span .remoteBranch a, span .otherRef a {\r
        text-decoration: none;\r
        color: black !important;\r
 }\r
 \r
-span .tagRef a:hover, span .headRef a:hover, span .localBranch a:hover, span .remoteBranch a:hover, span .otherRef a:hover {\r
+.tagRef a:hover, .headRef a:hover, .localBranch a:hover, .remoteBranch a:hover, .otherRef a:hover {\r
        color: black !important;\r
        text-decoration: underline;\r
 }\r
 \r
-span .otherRef {\r
+.otherRef {\r
        background-color: #b0e0f0;\r
        border-color: #80aaaa;  \r
 }\r
 \r
-span .remoteBranch {\r
+.remoteBranch {\r
        background-color: #cAc2f5;\r
        border-color: #6c6cbf;\r
 }\r
 \r
-span .tagRef {\r
+.tagRef {\r
        background-color: #ffffaa;\r
        border-color: #ffcc00;\r
 }\r
 \r
-span .headRef {\r
+.headRef {\r
        background-color: #ffaaff;\r
        border-color: #ff00ee;\r
 }\r
 \r
-span .localBranch {\r
+.localBranch {\r
        background-color: #ccffcc;\r
        border-color: #00cc33;\r
 }\r
index 86e74a145c99ac94e156ffe54322b67d0822d6ff..b4676427d1591c900ae14ee10344fee3b8db5ff9 100644 (file)
@@ -142,6 +142,7 @@ public class RefsPanel extends Panel {
                                lb.setVisible(breakLine);\r
                                lb.setRenderBodyOnly(true);\r
                                item.add(lb.setEscapeModelStrings(false));\r
+                               item.setRenderBodyOnly(true);\r
                        }\r
                };\r
                add(refsView);\r