22 lines
412 B
CSS
Executable File
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;
|
|
} |