Update tarteaucitron.css
This commit is contained in:
parent
041d6de3b5
commit
f0997f460f
|
|
@ -74,7 +74,7 @@ button.tarteaucitron-toggle-group {
|
|||
}
|
||||
/* hide useless mandatory button */
|
||||
#tarteaucitronRoot #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAsk {
|
||||
display: none;
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
/* remove icon from the banner */
|
||||
|
|
@ -94,6 +94,11 @@ button.tarteaucitron-toggle-group {
|
|||
font-weight: initial;
|
||||
text-shadow: 0px 0px 1px;
|
||||
}
|
||||
|
||||
/* fix padding if no cookies */
|
||||
#tarteaucitronRoot #tarteaucitronServices li#tarteaucitronNoServicesTitle {
|
||||
padding: 20px;
|
||||
}
|
||||
/***************/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue