New cookie icon off by default and border-radius adjustement
This commit is contained in:
parent
48ed45ba1c
commit
3c5d06bd92
|
|
@ -576,6 +576,22 @@ div#tarteaucitronServices {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tarteaucitronIconTopLeft #tarteaucitronManager {
|
||||||
|
border-radius: 2px 7px 7px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tarteaucitronIconTopRight #tarteaucitronManager {
|
||||||
|
border-radius: 7px 2px 2px 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tarteaucitronIconBottomLeft #tarteaucitronManager {
|
||||||
|
border-radius: 7px 7px 2px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tarteaucitronIconBottomRight #tarteaucitronManager {
|
||||||
|
border-radius: 7px 7px 2px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
#tarteaucitronIcon {
|
#tarteaucitronIcon {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
|
||||||
|
|
@ -208,7 +208,7 @@ var tarteaucitron = {
|
||||||
"bodyPosition": "bottom",
|
"bodyPosition": "bottom",
|
||||||
"removeCredit": false,
|
"removeCredit": false,
|
||||||
"showAlertSmall": true,
|
"showAlertSmall": true,
|
||||||
"showIcon": true,
|
"showIcon": false,
|
||||||
"iconPosition": "BottomRight",
|
"iconPosition": "BottomRight",
|
||||||
"cookieslist": true,
|
"cookieslist": true,
|
||||||
"handleBrowserDNTRequest": false,
|
"handleBrowserDNTRequest": false,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue