Index: wp-admin/includes/plugin-install.php
===================================================================
--- wp-admin/includes/plugin-install.php	(revision 20730)
+++ wp-admin/includes/plugin-install.php	(working copy)
@@ -343,11 +343,6 @@
 		<h2><?php _e('Average Rating') ?></h2>
 		<div class="star-holder" title="<?php printf(_n('(based on %s rating)', '(based on %s ratings)', $api->num_ratings), number_format_i18n($api->num_ratings)); ?>">
 			<div class="star star-rating" style="width: <?php echo esc_attr( str_replace( ',', '.', $api->rating ) ); ?>px"></div>
-			<div class="star star5"><img src="<?php echo admin_url('images/star.png?v=20110615'); ?>" alt="<?php esc_attr_e('5 stars') ?>" /></div>
-			<div class="star star4"><img src="<?php echo admin_url('images/star.png?v=20110615'); ?>" alt="<?php esc_attr_e('4 stars') ?>" /></div>
-			<div class="star star3"><img src="<?php echo admin_url('images/star.png?v=20110615'); ?>" alt="<?php esc_attr_e('3 stars') ?>" /></div>
-			<div class="star star2"><img src="<?php echo admin_url('images/star.png?v=20110615'); ?>" alt="<?php esc_attr_e('2 stars') ?>" /></div>
-			<div class="star star1"><img src="<?php echo admin_url('images/star.png?v=20110615'); ?>" alt="<?php esc_attr_e('1 star') ?>" /></div>
 		</div>
 		<small><?php printf(_n('(based on %s rating)', '(based on %s ratings)', $api->num_ratings), number_format_i18n($api->num_ratings)); ?></small>
 		<?php endif; ?>
Index: wp-admin/includes/class-wp-plugin-install-list-table.php
===================================================================
--- wp-admin/includes/class-wp-plugin-install-list-table.php	(revision 20730)
+++ wp-admin/includes/class-wp-plugin-install-list-table.php	(working copy)
@@ -218,18 +218,6 @@
 			<td class="vers column-rating"<?php echo $style['rating']; ?>>
 				<div class="star-holder" title="<?php printf( _n( '(based on %s rating)', '(based on %s ratings)', $plugin['num_ratings'] ), number_format_i18n( $plugin['num_ratings'] ) ) ?>">
 					<div class="star star-rating" style="width: <?php echo esc_attr( str_replace( ',', '.', $plugin['rating'] ) ); ?>px"></div>
-					<?php
-						$color = get_user_option('admin_color');
-						if ( empty($color) || 'fresh' == $color )
-							$star_url = admin_url( 'images/gray-star.png?v=20110615' ); // 'Fresh' Gray star for list tables
-						else
-							$star_url = admin_url( 'images/star.png?v=20110615' ); // 'Classic' Blue star
-					?>
-					<div class="star star5"><img src="<?php echo $star_url; ?>" alt="<?php esc_attr_e( '5 stars' ) ?>" /></div>
-					<div class="star star4"><img src="<?php echo $star_url; ?>" alt="<?php esc_attr_e( '4 stars' ) ?>" /></div>
-					<div class="star star3"><img src="<?php echo $star_url; ?>" alt="<?php esc_attr_e( '3 stars' ) ?>" /></div>
-					<div class="star star2"><img src="<?php echo $star_url; ?>" alt="<?php esc_attr_e( '2 stars' ) ?>" /></div>
-					<div class="star star1"><img src="<?php echo $star_url; ?>" alt="<?php esc_attr_e( '1 star' ) ?>" /></div>
 				</div>
 			</td>
 			<td class="desc column-description"<?php echo $style['description']; ?>><?php echo $description, $author; ?></td>
Index: wp-admin/includes/update-core.php
===================================================================
--- wp-admin/includes/update-core.php	(revision 20730)
+++ wp-admin/includes/update-core.php	(working copy)
@@ -359,7 +359,9 @@
 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/fade-butt.png',
 'wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/separator.gif',
 // 3.4
+'wp-admin/images/gray-star.png',
 'wp-admin/images/logo-login.png',
+'wp-admin/images/star.png',
 'wp-admin/index-extra.php',
 'wp-admin/network/index-extra.php',
 'wp-admin/user/index-extra.php',
Index: wp-admin/css/wp-admin-rtl.dev.css
===================================================================
--- wp-admin/css/wp-admin-rtl.dev.css	(revision 20730)
+++ wp-admin/css/wp-admin-rtl.dev.css	(working copy)
@@ -2232,17 +2232,13 @@
 }
 
 /* plugin-install */
-div.star {
-	left: auto;
-	right: 0;
-	letter-spacing: 0;
+div.star-holder {
+	background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x bottom right;
 }
-
-.star img, div.star a, div.star a:hover, div.star a:visited {
-	right: auto;
-	left: 0;
+div.star-holder .star-rating {
+	background: url('../images/stars-rtl.png?ver=20120506.png') repeat-x top right;
+	float: right;
 }
-
 #plugin-information ul#sidemenu {
 	left: auto;
 	right: 0;
Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 20730)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -6999,51 +6999,24 @@
 }
 
 /* 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 {
 	font-weight: normal;
 	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;
Index: wp-admin/css/colors-classic.dev.css
===================================================================
--- wp-admin/css/colors-classic.dev.css	(revision 20730)
+++ wp-admin/css/colors-classic.dev.css	(working copy)
@@ -1883,20 +1883,6 @@
 }
 
 /* Install Plugins */
-.star-average,
-.star.star-rating {
-	background-color: #fc0;
-}
-
-div.star.select:hover {
-	background-color: #d00;
-}
-
-div.star img {
-	border-left: 1px solid #fff;
-	border-right: 1px solid #fff;
-}
-
 #plugin-information .fyi ul {
 	background-color: #eaf3fa;
 }
Index: wp-admin/css/colors-fresh.dev.css
===================================================================
--- wp-admin/css/colors-fresh.dev.css	(revision 20730)
+++ wp-admin/css/colors-fresh.dev.css	(working copy)
@@ -1497,25 +1497,6 @@
 }
 
 /* Install Plugins */
-.star-average,
-.star.star-rating {
-	background-color: #fc0;
-}
-
-div.star.select:hover {
-	background-color: #d00;
-}
-
-div.star img {
-	border-left: 1px solid #fff;
-	border-right: 1px solid #fff;
-}
-
-.widefat div.star img {
-	border-left: 1px solid #f9f9f9;
-	border-right: 1px solid #f9f9f9;
-}
-
 #plugin-information .fyi ul {
 	background-color: #eaf3fa;
 }
