|
|
@@ -23,19 +23,19 @@
|
|
|
right:10px;
|
|
|
|
|
|
display:block;
|
|
|
- width:13px;
|
|
|
- height:13px;
|
|
|
- background:url(../images/info-popup-sprite.png) no-repeat;
|
|
|
+ width:14px;
|
|
|
+ height:14px;
|
|
|
+ background:url(../images/info-popup-sprite.png) no-repeat 0 -1px;
|
|
|
cursor:pointer;
|
|
|
font-size:0;
|
|
|
line-height:0;
|
|
|
text-indent:-9999px;
|
|
|
}
|
|
|
.d-popup span.close:hover{
|
|
|
- background-position:0 -13px;
|
|
|
+ background-position:0 -17px;
|
|
|
}
|
|
|
.d-popup span.close:active{
|
|
|
- background-position:0 -26px;
|
|
|
+ background-position:0 -33px;
|
|
|
}
|
|
|
|
|
|
.d-popup-title{
|