From 0bc4ccadbeda35e37b23d740a42d68ead0435ebd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bel=C3=A9n=20Barros=20Pena?= Date: Thu, 6 Nov 2014 14:02:34 +0000 Subject: [PATCH] patch: Redesign slightly the comment headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Belén Barros Pena Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- htdocs/css/style.css | 1 + patchwork/templates/patchwork/patch.html | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 18b9b542..96575df7 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -246,6 +246,7 @@ table.patchmeta tr th, table.patchmeta tr td { .comment .meta { background: #f0f0f0; + padding: 0.3em 0.5em; } .comment .content { diff --git a/patchwork/templates/patchwork/patch.html b/patchwork/templates/patchwork/patch.html index a41df6ed..5944f659 100644 --- a/patchwork/templates/patchwork/patch.html +++ b/patchwork/templates/patchwork/patch.html @@ -169,7 +169,10 @@ function toggle_headers(link_id, headers_id) {% for item in patch.commit_message %}

Commit Message

-
{{ item.submitter|personify:project }} - {{item.date}}
+
+ {{ item.submitter|personify:project }} + {{ item.date }} +
 {{ item|commentsyntax }}
 
@@ -202,7 +205,10 @@ function toggle_headers(link_id, headers_id) {% endif %}
-
{{ item.submitter|personify:project }} - {{item.date}}
+
+ {{ item.submitter|personify:project }} + {{ item.date }} +
 {{ item|commentsyntax }}
 
-- 2.47.3