From 1dae9ace782e9d68331713dccca68351d29fa1de Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Mon, 10 Sep 2018 07:48:27 +0200 Subject: [PATCH] Always show the information text --- css/tarteaucitron.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index 74d9639..c256731 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -674,3 +674,17 @@ div.amazon_product { }.tarteaucitronIsDenied .tarteaucitronAllow { opacity: 0.5; } + + +div#tarteaucitronInfo { + display: block!important; + position: initial!important; + text-align: center!important; + max-width: 80%!important; + padding: 15px 0!important; + margin: -10px auto 40px!important; + font-size: 1em!important; + border-bottom: 1px solid; + border-top: 1px solid; + border-color: #555; +}