mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 20:08:49 +00:00
new addon - cookienotice - configure, show and handle a simple cookie usage notice
This commit is contained in:
parent
36120615dd
commit
fa08109830
8 changed files with 233 additions and 0 deletions
23
cookienotice/cookienotice.css
Normal file
23
cookienotice/cookienotice.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue