Uploaded new icon sprite. Closes issue #13

This commit is contained in:
Serghey Rodin 2012-01-11 09:28:48 +02:00
commit 558f4b719f
2 changed files with 5 additions and 5 deletions

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 641 B

Before After
Before After