cookie-banner-message.tpl.php |
templates/cookie-banner-message.tpl.php |
|
cookie-banner-message.tpl.php
Markup and text. |
cookie_banner.admin.inc |
cookie_banner.admin.inc |
|
Administration form. |
cookie_banner.css |
css/cookie_banner.css |
|
/**
* Cookie Banner - Main CSS file
*/
#cookie-banner {
-webkit-transform: translateZ(0);
position: fixed;
z-index: 300;
bottom: 0;
color: #fff;
background: #090703;
background: … |
cookie_banner.info |
cookie_banner.info |
|
name = Cookie_Banner
description = "Displays a banner with cookie policy information."
core = 7.x
configure = admin/config/system/cookie-banner |
cookie_banner.install |
cookie_banner.install |
|
Install, update and uninstall functions for the Cookie Banner module. |
cookie_banner.module |
cookie_banner.module |
|
Main module file. |
cookie_banner_rtl.css |
css/cookie_banner_rtl.css |
|
/**
* Cookie Banner - Right to Left support.
*/
#cookie-banner {
padding: 20px 20px 20px 0;
}
#cookie-banner .close {
right: auto;
left: 5px;
}
#cookie-banner p {
margin: 0 0 0 40px;
} |
README.txt |
README.txt |
|
Cookie Banner
-------------
This module allows a site to be compliant with the EU directive on privacy and electronic communications (for more information please visit… |