From 7ba0ec1e871a1f7b5a40b3272e860ade13038e95 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 06 Apr 2011 17:25:23 -0400 Subject: [PATCH] Added placeholder for Admin links on main page. --- resources/gitblit.css | 21 +++++++++++++-------- 1 files changed, 13 insertions(+), 8 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 96815bd..675a258 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -63,6 +63,10 @@ padding: 8px; } +div.repositories_message { + line-height: inherit; +} + div.header { background-color: #D2C3AF; padding: 3px; @@ -176,27 +180,27 @@ border-width: 1px 0px 1px; } -div.bug_open { +div.bug_open, span.bug_open { padding: 2px; background-color: #800000; color: white; text-align: center; } -div.bug_resolved { +div.bug_resolved, span.bug_resolved { padding: 2px; background-color: #008000; color: white; text-align: center; } -div.bug_invalid { +div.bug_invalid, span.bug_invalid { padding: 2px; background-color: gray; text-align: center; } -div.bug_hold { +div.bug_hold, span.bug_hold { padding: 2px; background-color: orange; text-align: center; @@ -304,9 +308,9 @@ } table.repositories th { - background-color:#000070; + background-color:#D2C3AF; padding: 4px; - border-bottom: 1px solid #bbb; + border-bottom: 1px solid #808080; } table.repositories td { @@ -314,7 +318,7 @@ } table.repositories th a { - color:#ddd; + color:black;/*#ddd;*/ text-decoration: none; font-weight: normal; } @@ -324,7 +328,8 @@ } table.repositories th.wicket_orderDown a, table.repositories th.wicket_orderUp a { - color: yellow; + color: black; + font-weight: bold; } tr th a { padding-right: 15px; background-position: right; background-repeat:no-repeat; } -- Gitblit v1.9.1