From 4ab184198bd7eac67eb767cf2e19423f618a70ae Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 03 Jun 2011 17:44:19 -0400 Subject: [PATCH] GitNotes. Unit testing. More correct refs. --- src/com/gitblit/wicket/resources/gitblit.css | 27 +++++++++++++++++++++++++-- 1 files changed, 25 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/wicket/resources/gitblit.css b/src/com/gitblit/wicket/resources/gitblit.css index c9356c3..5dd0f16 100644 --- a/src/com/gitblit/wicket/resources/gitblit.css +++ b/src/com/gitblit/wicket/resources/gitblit.css @@ -243,6 +243,7 @@ } div.commit_message { + font-family: monospace; padding: 8px; border: solid #bbb; border-width: 1px 0px 0px; @@ -508,7 +509,7 @@ border-right: 1px solid #bbb; } -table.pretty, table.comments, table.repositories { +table.pretty, table.comments, table.repositories, table.gitnotes { width:100%; } @@ -608,7 +609,29 @@ } table.palette td.pane { padding: 0px; -} +} + +table.gitnotes { + padding-bottom: 5px; +} +table.gitnotes td { + border-top: 1px solid #ccc; + padding-top: 3px; + vertical-align:top; +} + +table.gitnotes td table td { + border: none; + padding-top: 0px; +} + +table.gitnotes td.info { +} + +table.gitnotes td.message { + width: 65%; + border-left: 1px solid #ccc; +} tr th a { padding-right: 15px; background-position: right; background-repeat:no-repeat; } tr th.wicket_orderDown a {background-image: url(arrow_down.png); } -- Gitblit v1.9.1