Always show the information text
This commit is contained in:
parent
e7af3c67fa
commit
1dae9ace78
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue