Serveur preprod f0c0c48223 first push
2016-04-14 16:14:31 +02:00

22 lines
412 B
CSS
Executable File

#cookiesinfo{
position:fixed;
top:0px;
left:0px;
right:0px;
z-index:10000;
display:none;
background:#f3f5f5;
padding:10px 0px;
text-align:center;
}
#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;
}