From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id EF1CC5A8C for ; Mon, 30 May 2016 11:53:05 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id n129so64667722wmn.1 for ; Mon, 30 May 2016 02:53:05 -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; bh=igOoHib/8Qqx4YClYwO+RjAw3/h6agB5cn6apvB5IXE=; b=o40mBSS6qtvHL2b3Z/NQHKXWQe2DL0e7tfp2CiNzMeXtZbXvkf7iYXQREyS5iaTucE 3Aw4+/kkr+9aqB/jnOmZDMAr65iY5MV+BY6ElBRgFoTINWpp5tww36OawcIBqTdjq3AZ PD7fZ//Mgae+OI3RsxED9vScDhKcreC7A4YCW6UfSPbdkrBkTjNLsedY/yjSfY+P+j6s axNzFfv5EfEPaO0L8pR8mCW99Hk6k+qkFu5ljuYSC+iXp6NgipW1hAlLibZ8RuoqU7ah TMf3A03PnNx9rjqrIi6sgqYK4hjYteUWDnAak4Q8prIt66NmuXUalEYLIUK5EJy8EgVj gptA== 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; bh=igOoHib/8Qqx4YClYwO+RjAw3/h6agB5cn6apvB5IXE=; b=WGsFh/6RE752G1vJDQp8hqTGecd2F5eXUn6ntTApAFfTgj83vV+VW4/TODbtNjqrJN dGnWr7q5Gfjf84CRd/RpRz1pEYwGcRrWhfA/cc3AaZfh/HPubXEq4UCR/0TXyZrMg3EM esy0Xw+q3JFpUp/7kzq6bp3Dvimd9xhm7t4JYy3ebbWjnHIQcPIxq9dSTD2JxWntLJYG waHtH6sLxpuCwUAbrkFbPcHmqwrXaX7xtTd6jscSK0WLChflHG5UsPixrbaQgyTST+uC afq9u8cCTp4O8fw8FCpeQiFxSMm3TlZ8lrnjWMO8pbQqSdPpRjs70dQm50tNCY+ai804 sp5g== X-Gm-Message-State: ALyK8tL7rc+dRmljUgXNpoJ/kauTHb8SxzimiOsq11ioy3tkXc8hh9XfmRE8SRjLrujQrI6u X-Received: by 10.194.0.171 with SMTP id 11mr25868711wjf.110.1464601985660; Mon, 30 May 2016 02:53:05 -0700 (PDT) Received: from XPS13.localdomain (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id c2sm23014696wme.4.2016.05.30.02.53.04 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 30 May 2016 02:53:04 -0700 (PDT) From: Thomas Monjalon To: web@dpdk.org Date: Mon, 30 May 2016 11:53:02 +0200 Message-Id: <1464601982-10710-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.7.0 Subject: [dpdk-web] [PATCH] move button sizes in stylesheet X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2016 09:53:06 -0000 Signed-off-by: Thomas Monjalon --- content.css | 16 +++++++++++++++- download.html | 14 +++++++------- events.html | 4 ++-- rel.html | 12 ++++++------ 4 files changed, 30 insertions(+), 16 deletions(-) diff --git a/content.css b/content.css index 9a76bb0..4bd7240 100644 --- a/content.css +++ b/content.css @@ -90,7 +90,10 @@ section .button { border-radius: 0.7em 0.7em 0.7em 0.7em; color : #00233b; } - +section .button .material-icons { + display: block; + font-size: 4em; +} section .button:hover { text-decoration: none; color: #fff; @@ -100,6 +103,17 @@ section .button:hover { -o-transition: background-color .08s linear; transition: background-color .08s linear; } +section#download .button, +section#rel .button { + width: 26%; +} +section#download .button + .button, +section#rel .button + .button { + margin-left: 11%; +} +section#events .button { + padding: 1em 3em; +} section hr { margin: 2em 0 1em 0; diff --git a/download.html b/download.html index 9e66668..af3ba98 100644 --- a/download.html +++ b/download.html @@ -37,18 +37,18 @@ -
+

Download

- - archive
+
+ archive Latest Version: 16.04 - view_list
+ -->
+ view_list Other Versions - access_time
+ -->
+ access_time Quick Start Instructions