Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
bibliossimo
opacce
Commits
20802944
Commit
20802944
authored
May 25, 2018
by
Ghislain Loas
Browse files
dev #75606 improve CNIL consent rendering
parent
1da64928
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
46 additions
and
1 deletion
+46
-1
VERSIONS_WIP/75606
VERSIONS_WIP/75606
+2
-0
library/Class/Cnil.php
library/Class/Cnil.php
+4
-1
public/admin/js/notification/css/jquery_notification.css
public/admin/js/notification/css/jquery_notification.css
+40
-0
No files found.
VERSIONS_WIP/75606
0 → 100644
View file @
20802944
- ticket #75606 : Cnil : amélioration de l'affichage du consetement CNIL.
\ No newline at end of file
library/Class/Cnil.php
View file @
20802944
...
...
@@ -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'
);
}
...
...
public/admin/js/notification/css/jquery_notification.css
View file @
20802944
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment