From: James Moger Date: Mon, 26 Mar 2012 00:15:45 +0000 (-0400) Subject: Improved commit message/ref panel layout X-Git-Tag: v0.9.0~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4b7b406a6db1c02e6fe899f3fb8e65406f4acffe;p=gitblit.git Improved commit message/ref panel layout --- diff --git a/resources/gitblit.css b/resources/gitblit.css index 7812ec49..9b96a1ac 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -16,6 +16,9 @@ body, input, select { ul, ol { margin-bottom: 10px !important; } +a:focus { + outline: none; +} hr { margin-top: 10px; @@ -657,6 +660,16 @@ table.pretty td { border-left: 0; } +table.pretty td.message { + padding: 0px; +} + +table.pretty table.nestedTable { + width: 100%; + margin-left: 4px !important; + margin-bottom: 0px !important; +} + table.comments td { padding: 4px; line-height: 17px; diff --git a/src/com/gitblit/wicket/panels/HistoryPanel.html b/src/com/gitblit/wicket/panels/HistoryPanel.html index 9589d141..3ae8a8f9 100644 --- a/src/com/gitblit/wicket/panels/HistoryPanel.html +++ b/src/com/gitblit/wicket/panels/HistoryPanel.html @@ -19,7 +19,7 @@ [commit date] [commit author] -
[commit refs]
[commit short message] +
[commit short message]
[commit refs]
[history links] diff --git a/src/com/gitblit/wicket/panels/LogPanel.html b/src/com/gitblit/wicket/panels/LogPanel.html index 96173062..7036fa48 100644 --- a/src/com/gitblit/wicket/panels/LogPanel.html +++ b/src/com/gitblit/wicket/panels/LogPanel.html @@ -15,7 +15,7 @@ [commit date] [commit author] -
[commit refs]
[commit short message]
+
[commit short message]
[commit refs]
| | diff --git a/src/com/gitblit/wicket/panels/SearchPanel.html b/src/com/gitblit/wicket/panels/SearchPanel.html index bfbcb6ba..50f4638d 100644 --- a/src/com/gitblit/wicket/panels/SearchPanel.html +++ b/src/com/gitblit/wicket/panels/SearchPanel.html @@ -18,7 +18,7 @@ [commit date] [commit author] -
[commit refs]
[commit short message] +
[commit short message]
[commit refs]
| |