From: Belén Barros Pena Date: Thu, 6 Nov 2014 14:02:34 +0000 (+0000) Subject: patch: Redesign slightly the comment headers X-Git-Tag: v1.1.0~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bc4ccadbeda35e37b23d740a42d68ead0435ebd;p=thirdparty%2Fpatchwork.git patch: Redesign slightly the comment headers Signed-off-by: Belén Barros Pena Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- 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 }}