HiDPI rating stars. props chexee. see #21019.

git-svn-id: https://develop.svn.wordpress.org/trunk@22479 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2012-11-09 01:34:48 +00:00
parent df931d747d
commit c4556dce6b
4 changed files with 8 additions and 8 deletions

View File

@@ -7407,11 +7407,11 @@ div.star-holder {
position: relative;
height: 17px;
width: 100px;
background: url('../images/stars.png') repeat-x bottom left;
background: url('../images/stars.png?ver=20121108') repeat-x bottom left;
}
div.star-holder .star-rating {
background: url('../images/stars.png') repeat-x top left;
background: url('../images/stars.png?ver=20121108') repeat-x top left;
height: 17px;
float: left;
}
@@ -8463,12 +8463,12 @@ a.widget-control-edit {
}
div.star-holder {
background: url('../images/stars-2x.png') repeat-x bottom left;
background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom left;
background-size: 21px 37px;
}
div.star-holder .star-rating {
background: url('../images/stars-2x.png') repeat-x top left;
background: url('../images/stars-2x.png?ver=20121108') repeat-x top left;
background-size: 21px 37px;
}
}