Srv Bebeboutik 6c0978166c add modules
2016-01-04 12:49:26 +01:00

23 lines
470 B
CSS
Executable File

#cookiesinfo{
position:fixed;
bottom:0px;
left:0px;
right:0px;
z-index:10000;
display:none;
background:#cdc8c8;
padding:10px 0px;
text-align:center;
}
#cookiesinfo a{ color: #2e3192; }
#cookiesinfo .close{
background:url("../../../themes/site/img/icon/delete.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
cursor:pointer;
position:absolute;
top:0px;
right:10px;
font-size:0px;
height:38px;
line-height: 38px;
width:30px;
}