Skip to content
Snippets Groups Projects
Commit 8cbb7083 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

Merge branch 'dev#75606_sandbox_notify_cookies_en_bas_de_page' into 'master'

dev #75606 improve CNIL consent rendering

See merge request !2669
parents 1da64928 20802944
Branches
Tags
2 merge requests!2676Master,!2669dev #75606 improve CNIL consent rendering
Pipeline #4244 passed with stage
in 39 minutes and 14 seconds
- ticket #75606 : Cnil : amélioration de l'affichage du consetement CNIL.
\ No newline at end of file
......@@ -65,7 +65,10 @@ class Class_Cnil {
'action' => 'cookies']);
Class_ScriptLoader::getInstance()
->notify($this->_('En poursuivant votre navigation sur ce site, vous acceptez l\'utilisation de cookies. <a href="'.$read_more.'">En savoir plus</a>'),
false);
false,
10,
'cnil_consent'
);
}
......
......@@ -111,4 +111,44 @@ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8fdfe', end
-moz-box-shadow: 0 0 5px #56a25e;
-webkit-box-shadow: 0 0 5px #56a25e;
box-shadow: 0 0 5px #56a25e;
}
.cnil_consent {
background: #363738;
}
.cnil_consent .message_area {
color: #F0F0F0;
}
.cnil_consent .button_area:after {
content: 'X';
width: 20px;
height: 20px;
display: inline-block;
cursor: pointer;
color: #F0F0F0;
}
.cnil_consent .button_area:hover:after {
text-decoration: underline;
}
#info_message.cnil_consent {
top: auto !important;
bottom: 0 !important;
left: 33%;
width: 33%;
}
.cnil_consent .center_auto{
width: 96%;
}
#info_message.cnil_consent .button_area {
float: none;
line-height: 2em;
width: auto;
height: auto;
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment