10445ad61d
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@5881 b9a71923-0436-4b27-9f14-aed3839534dd
22 lines
323 B
CSS
22 lines
323 B
CSS
div.zoomdiv {
|
|
z-index : 100;
|
|
position : absolute;
|
|
top:0px;
|
|
left:0px;
|
|
width : 200px;
|
|
height : 200px;
|
|
background: #ffffff;
|
|
border:1px solid #CCCCCC;
|
|
display:none;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
img.jqzoom{
|
|
cursor:crosshair;
|
|
position:relative;
|
|
|
|
}
|