|
@@ -495,7 +495,7 @@ div#tarteaucitronServices {
|
|
|
text-align: center;
|
|
|
padding: 10px 0 10px 0;
|
|
|
margin: auto;
|
|
|
- width: 100%;
|
|
|
+ width: calc(100% - 20px); /* 100 % - padding-right - padding-left */
|
|
|
}
|
|
|
|
|
|
#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
|
|
@@ -556,6 +556,46 @@ div#tarteaucitronServices {
|
|
|
z-index: 2147483644;
|
|
|
}
|
|
|
|
|
|
+/***
|
|
|
+ * Icon
|
|
|
+ */
|
|
|
+.tarteaucitronIconBottomRight {
|
|
|
+ bottom: 0;
|
|
|
+ right: 0;
|
|
|
+}
|
|
|
+.tarteaucitronIconBottomLeft {
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+.tarteaucitronIconTopRight {
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+}
|
|
|
+.tarteaucitronIconTopLeft {
|
|
|
+ top: 0;
|
|
|
+ left: 0;
|
|
|
+}
|
|
|
+
|
|
|
+#tarteaucitronIcon {
|
|
|
+ background: transparent;
|
|
|
+ position: fixed;
|
|
|
+ display: none;
|
|
|
+ width: auto;
|
|
|
+ z-index: 2147483646;
|
|
|
+}
|
|
|
+#tarteaucitronIcon #tarteaucitronManager {
|
|
|
+ color: transparent;
|
|
|
+ cursor: pointer;
|
|
|
+ display: inline-block;
|
|
|
+ font-size: 11px !important;
|
|
|
+ padding: 8px 10px 8px;
|
|
|
+ border: none;
|
|
|
+}
|
|
|
+#tarteaucitronIcon #tarteaucitronManager img {
|
|
|
+ width: 50px;
|
|
|
+ height: 50px;
|
|
|
+}
|
|
|
+
|
|
|
/***
|
|
|
* Small alert
|
|
|
*/
|