From f6b5fe5c7afc263712629d0ed5458df11b159aa9 Mon Sep 17 00:00:00 2001 From: Mete Polat Date: Sat, 7 Dec 2019 17:46:18 +0100 Subject: [PATCH] templates: Combine series and related row Move the series patch list from row 'Related' to 'Series'. This allows us to use the 'Related' row for actually showing submission relations instead. Signed-off-by: Mete Polat Reviewed-by: Stephen Finucane --- htdocs/css/style.css | 2 +- patchwork/templates/patchwork/submission.html | 69 +++++++++---------- 2 files changed, 33 insertions(+), 38 deletions(-) diff --git a/htdocs/css/style.css b/htdocs/css/style.css index b9fb9eb3..243caa0d 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -192,7 +192,7 @@ table.patchmeta tr th, table.patchmeta tr td { vertical-align: top; } -.patchrelations ul { +.submissionlist ul { list-style-type: none; padding: 0; margin: 0; diff --git a/patchwork/templates/patchwork/submission.html b/patchwork/templates/patchwork/submission.html index 2706a553..77a2711a 100644 --- a/patchwork/templates/patchwork/submission.html +++ b/patchwork/templates/patchwork/submission.html @@ -9,7 +9,7 @@ {% block body %}