HiDPI rating stars. props chexee. see #21019.
git-svn-id: http://core.svn.wordpress.org/trunk@22479 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
23b62b3d77
commit
f972ff8852
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue