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

@ -2144,10 +2144,10 @@ body.login {
/* Star ratings */
div.star-holder {
background: url('../images/stars-rtl.png') repeat-x bottom right;
background: url('../images/stars-rtl.png?ver=20121108') repeat-x bottom right;
}
div.star-holder .star-rating {
background: url('../images/stars-rtl.png') repeat-x top right;
background: url('../images/stars-rtl.png?ver=20121108') repeat-x top right;
float: right;
}
@ -2395,12 +2395,12 @@ div.sidebar-name h3 {
}
div.star-holder {
background: url('../images/stars-rtl-2x.png') repeat-x bottom right;
background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x bottom right;
background-size: 21px 37px;
}
div.star-holder .star-rating {
background: url('../images/stars-rtl-2x.png') repeat-x top right;
background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x top right;
background-size: 21px 37px;
}

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;
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB