Browse Source

Always show the information text

Amauri CHAMPEAUX 6 years ago
parent
commit
1dae9ace78
1 changed files with 14 additions and 0 deletions
  1. 14 0
      css/tarteaucitron.css

+ 14 - 0
css/tarteaucitron.css

@@ -674,3 +674,17 @@ div.amazon_product {
 }.tarteaucitronIsDenied .tarteaucitronAllow {
 }.tarteaucitronIsDenied .tarteaucitronAllow {
     opacity: 0.5;
     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;
+}