From c1c3c6a7a2f0a2893ef36ab3dfc7b09d04a133bc Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 26 Apr 2011 18:05:39 -0400 Subject: [PATCH] Commit header panel. File type icons. Docs page. --- src/com/gitblit/wicket/resources/gitblit.css | 23 ++++++++++++++++++----- 1 files changed, 18 insertions(+), 5 deletions(-) diff --git a/src/com/gitblit/wicket/resources/gitblit.css b/src/com/gitblit/wicket/resources/gitblit.css index 3200381..ce3be67 100644 --- a/src/com/gitblit/wicket/resources/gitblit.css +++ b/src/com/gitblit/wicket/resources/gitblit.css @@ -72,20 +72,27 @@ line-height: inherit; } -div.header { +div.header, div.commitHeader { background-color: #D2C3AF; padding: 3px; border: 1px solid #808080; +} + +div.header { border-radius: 3px 3px 0 0; } -div.header a { +div.commitHeader { + border-radius: 3px; +} + +div.header a, div.commitHeader a { color: black; text-decoration: none; font-weight: bold; } -div.header a:hover { +div.header a:hover, div.commitHeader a:hover { text-decoration: underline; } @@ -558,14 +565,15 @@ } td.mode { + text-align: right; font-family: monospace; - width:90px; + width: 8em; padding-right:15px; } td.size { text-align: right; - width:100px; + width: 8em; padding-right:15px; } @@ -573,6 +581,11 @@ text-align: right; } +td.treeLinks { + text-align: right; + width: 13em; +} + span .tagRef, span .headRef, span .remoteRef, span .otherRef { padding: 0px 3px; margin-right:2px; -- Gitblit v1.9.1