Added cookie law banner
This commit is contained in:
19
static/cookielaw/css/cookielaw.css
Normal file
19
static/cookielaw/css/cookielaw.css
Normal file
@@ -0,0 +1,19 @@
|
||||
#CookielawBanner {
|
||||
background: #fff;
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
#CookielawBanner .container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#CookielawBanner #CookielawCross {
|
||||
background: url('../img/close.png') no-repeat 0 0;
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user