Add close button to cookies listing
This commit is contained in:
parent
4e63203bc2
commit
447b5e0b3b
|
|
@ -20,7 +20,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width:767px) {
|
@media screen and (max-width:767px) {
|
||||||
#tarteaucitron {
|
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer, #tarteaucitron {
|
||||||
|
background: #fff;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
bottom: 0 !important;
|
bottom: 0 !important;
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
|
|
@ -124,6 +125,7 @@
|
||||||
z-index: 2147483647;
|
z-index: 2147483647;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
|
||||||
#tarteaucitron #tarteaucitronClosePanel {
|
#tarteaucitron #tarteaucitronClosePanel {
|
||||||
background: #333333;
|
background: #333333;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
|
@ -338,7 +340,8 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 11px !important;
|
font-size: 11px !important;
|
||||||
padding: 10px 10px 5px 10px;
|
padding: 8px 10px 5px;
|
||||||
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitronAlertSmall #tarteaucitronManager:hover {
|
#tarteaucitronAlertSmall #tarteaucitronManager:hover {
|
||||||
|
|
@ -382,7 +385,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 34px;
|
font-size: 34px;
|
||||||
padding: 5px 10px 0;
|
padding: 2px 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
|
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
|
||||||
|
|
@ -390,8 +393,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
|
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
|
||||||
background: #fff;
|
|
||||||
box-shadow: 0 0 15px #4a4a4a;
|
|
||||||
display: none;
|
display: none;
|
||||||
max-height: 80%;
|
max-height: 80%;
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
|
|
@ -402,10 +403,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
|
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
|
||||||
background: rgba(51, 51, 51, 0.1);
|
background: #fff;
|
||||||
color: #333;
|
color: #333;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
padding: 12px;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -415,6 +415,7 @@
|
||||||
|
|
||||||
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList #tarteaucitronCookiesTitle {
|
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList #tarteaucitronCookiesTitle {
|
||||||
background: #333;
|
background: #333;
|
||||||
|
margin-top: 20px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -424,6 +425,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
|
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
|
||||||
|
background: rgba(51, 51, 51, 0.1);
|
||||||
border-bottom: 4px solid #fff;
|
border-bottom: 4px solid #fff;
|
||||||
padding: 7px 5px 10px;
|
padding: 7px 5px 10px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue