From patchwork Thu Sep 8 21:20:32 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 667802 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3sVYDX65Lwz9s2Q for ; Fri, 9 Sep 2016 07:21:32 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=6wind-com.20150623.gappssmtp.com header.i=@6wind-com.20150623.gappssmtp.com header.b=HU7yxOZa; dkim-atps=neutral Received: from ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3sVYDX4zXgzDrpq for ; Fri, 9 Sep 2016 07:21:32 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=6wind-com.20150623.gappssmtp.com header.i=@6wind-com.20150623.gappssmtp.com header.b=HU7yxOZa; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3sVYCf2Vk3zDrp7 for ; Fri, 9 Sep 2016 07:20:46 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=6wind-com.20150623.gappssmtp.com header.i=@6wind-com.20150623.gappssmtp.com header.b=HU7yxOZa; dkim-atps=neutral Received: by mail-wm0-x230.google.com with SMTP id w12so148142wmf.0 for ; Thu, 08 Sep 2016 14:20:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:subject:date:message-id:in-reply-to:references; bh=ZX2pmdFaJqJTjmMGCagbtCX9o1MOBhH0F6AzPe5oYfU=; b=HU7yxOZaCdMqL8IxEFtQuSGcfUk2k/V6Ih9SXD30cHfznWOIpDQLtExHYP75FlYGp/ oaM9JRmKsggt999Q0UeuSgbIE7SrMbn03R76Nx08KocqLJRhjGkyWpAAiqUNUcoeCzwC BUR0QBCEgwMAMQG+larvIMnx6xf4g7Ja7NPJ9qXIZbtEdCeVbNQ2Enb4nUSgowOeGFLN bVkKhS9wfEFcswjP3UPujzm1slRbcZSH5mPTAS/Jz8jE4IWOn/hOL12N9hJFV2c1tkPa xRSB125S4bmXCSn3CEKiMXi1h4nj4BLFoWDQ622RVQdv96BPPXzojhFf/boOw04PNU5T 9Kmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=ZX2pmdFaJqJTjmMGCagbtCX9o1MOBhH0F6AzPe5oYfU=; b=FQlA0FXymAl/MynSPAjqbHzC0B0EQB/yshAL+DgO6s2Ifm2m3U7zg4jXvylkFLRgPe MhEg9+ylD3EBs9hSVxZ4Pk5UrE5+VST8CvdqIsMalMN6kJSu+b8Q+bpoPvY0agl7GWZC +bJrUswzFsLKBLNDVt2dJ3YZOYDCrBzIzEWSjszeXrIwGYrDzPnXR25nVhomr4hZXmKy Ah+laGVow8LHnd47QXbvPIvzK/KIqvG3lUYy3vrk9m0i/MNnEdxWj7REvsinyLl9mSvw rHitmyjR8J2/6jC8CJ2M1463KSH7V8bcbK9NqCWud1tEUoOGpHiF6/sDNDpqaRKELn+R /iCA== X-Gm-Message-State: AE9vXwN3c3VE2pCsgD7HfDVrnxZ0TN1vRQouZQ9LXwjI6PCxd07zyx+AHbpGEr3HMlCHh6jj X-Received: by 10.194.204.196 with SMTP id la4mr29973wjc.7.1473369643393; Thu, 08 Sep 2016 14:20:43 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id bk7sm17795wjc.36.2016.09.08.14.20.42 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 08 Sep 2016 14:20:42 -0700 (PDT) From: Thomas Monjalon To: patchwork@lists.ozlabs.org Subject: [PATCH 3/4] ui: Shrink vertical space Date: Thu, 8 Sep 2016 23:20:32 +0200 Message-Id: <1473369633-10232-4-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1473369633-10232-1-git-send-email-thomas.monjalon@6wind.com> References: <1473369633-10232-1-git-send-email-thomas.monjalon@6wind.com> X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Reduce some vertical padding/margin and remove some useless titles in list.html and patch.html. Signed-off-by: Thomas Monjalon --- htdocs/css/style.css | 10 +++++----- patchwork/templates/patchwork/list.html | 2 -- patchwork/templates/patchwork/submission.html | 4 +--- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/htdocs/css/style.css b/htdocs/css/style.css index a84f03c..0bf4b43 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -91,8 +91,8 @@ dl dt { .filters { border: 1px solid #cccccc; border-radius: 4px; - padding: 10px 20px; - margin-bottom: 20px; + padding: 5px 20px; + margin: 15px 0; } a.filter-action { @@ -119,7 +119,7 @@ div.filters { } div.patchforms { - margin-top: 2em; + margin-top: 1em; } /* list order manipulation */ @@ -145,7 +145,7 @@ input#reorder-change { .paginator { text-align: right; clear: both; - margin: 8px 0 20px; + margin: 8px 0 15px; } .paginator .prev-na, @@ -184,7 +184,7 @@ table.patchmeta th { table.patchmeta tr th, table.patchmeta tr td { text-align: left; - padding: 3px 10px 3px 10px; + padding: 1px 10px; vertical-align: middle; } diff --git a/patchwork/templates/patchwork/list.html b/patchwork/templates/patchwork/list.html index 9fec773..180c560 100644 --- a/patchwork/templates/patchwork/list.html +++ b/patchwork/templates/patchwork/list.html @@ -8,8 +8,6 @@ {% block body %} -

Patches

- {% if errors %}

The following error{{ errors|length|pluralize:" was,s were" }} encountered while updating patches:

diff --git a/patchwork/templates/patchwork/submission.html b/patchwork/templates/patchwork/submission.html index 088cceb..f22c1d0 100644 --- a/patchwork/templates/patchwork/submission.html +++ b/patchwork/templates/patchwork/submission.html @@ -28,12 +28,10 @@ function toggle_headers(link_id, headers_id)

{{ submission.name }}

-
+ -

Details

-
Message ID