From e605f6ddd9db4223fa4be74ba7198bcbd9d67556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 21 Jan 2019 11:44:26 +0100 Subject: [PATCH] adjust consent banner style --- plonetheme/pcfweb/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plonetheme/pcfweb/static/css/style.css b/plonetheme/pcfweb/static/css/style.css index 1ad93de..7f424a1 100644 --- a/plonetheme/pcfweb/static/css/style.css +++ b/plonetheme/pcfweb/static/css/style.css @@ -2820,6 +2820,7 @@ div#consent_banner { box-shadow: 0 0 8px 1px #666; padding: 1ex 0; bottom: 0; + font-size: 14px; } div#consent_banner div.actions { @@ -2833,4 +2834,7 @@ div#consent_banner button { background: transparent; border: none; cursor: pointer; + display: block; + width: 3rem; + height: 3rem; }