new addon - cookienotice - configure, show and handle a simple cookie usage notice

This commit is contained in:
Peter Liebetrau 2019-01-20 10:04:25 +01:00
parent 36120615dd
commit fa08109830
8 changed files with 233 additions and 0 deletions

View file

@ -0,0 +1,23 @@
#cookienotice-label {
float: left;
width: 300px;
margin-top: 10px;
}
#cookienotice-text {
float: left;
margin-top: 10px;
width: 400px;
height: 150px;
}
#cookienotice-submit {
margin-top: 15px;
}
.cookienotice {
text-align: center;
width: 100%;
margin-top: 25px;
font-size: 20px;
}