Always show the information text

This commit is contained in:
Amauri CHAMPEAUX 2018-09-10 07:48:27 +02:00 committed by GitHub
parent e7af3c67fa
commit 1dae9ace78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -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;
}