Update plugin install screens to use the new stars. Add stars-rtl.png. Remove star.png and gray-star.png and add to old files list.

Props helenyhou
Fixes #20626



git-svn-id: https://develop.svn.wordpress.org/trunk@20754 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2012-05-09 16:27:24 +00:00
parent b5904b9525
commit 1b25bfa42e
10 changed files with 15 additions and 94 deletions

View File

@@ -7135,12 +7135,17 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
}
/* plugin-install */
/* NOTE: the following CSS rules(.star*) are taken more or less straight from the bbPress rating plugin. */
div.star-holder {
position: relative;
height: 19px;
height: 17px;
width: 100px;
font-size: 19px;
background: url('../images/stars.png?ver=20120307') repeat-x bottom left;
}
div.star-holder .star-rating {
background: url('../images/stars.png?ver=20120307') repeat-x top left;
height: 17px;
float: left;
}
div.action-links {
@@ -7148,38 +7153,6 @@ div.action-links {
margin: 6px 0 0;
}
div.star {
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: transparent;
letter-spacing: 1ex;
border: none;
}
.star1 { width: 20%; }
.star2 { width: 40%; }
.star3 { width: 60%; }
.star4 { width: 80%; }
.star5 { width: 100%; }
.star img,
div.star a,
div.star a:hover,
div.star a:visited {
display: block;
position: absolute;
right: 0;
border: none;
text-decoration: none;
}
div.star img {
width: 19px;
height: 19px;
}
/* Header on thickbox */
#plugin-information-header {
margin: 0;