Index: wp-admin/css/wp-admin-rtl.dev.css
===================================================================
--- wp-admin/css/wp-admin-rtl.dev.css	(revision 20665)
+++ wp-admin/css/wp-admin-rtl.dev.css	(working copy)
@@ -42,6 +42,7 @@
 24.0 - Dead
 25.0 - TinyMCE tweaks
 26.0 - Full Overlay w/ Sidebar
+27.0 - Customize Loader
 
 
 ------------------------------------------------------------------------------*/
@@ -1619,7 +1620,26 @@
 	display: none;
 }
 
+/*------------------------------------------------------------------------------
+  27.0 - Customize Loader
+------------------------------------------------------------------------------*/
+.install-theme-info .theme-version,
+.install-theme-info .theme-install {
+	float: left;
+}
 
+.install-theme-info .theme-rating {
+	float: right;
+	background: url('../images/stars.png?ver=20120307') repeat-x bottom right;
+	width: 105px;
+	margin-right: -5px;
+}
+
+.install-theme-info .theme-rating div {
+	float: right;
+	background: url('../images/stars.png?ver=20120307') repeat-x top right;
+}
+
 /* MERGED */
 
 /* global */
Index: wp-admin/css/wp-admin.dev.css
===================================================================
--- wp-admin/css/wp-admin.dev.css	(revision 20665)
+++ wp-admin/css/wp-admin.dev.css	(working copy)
@@ -5338,6 +5338,7 @@
 	display: none;
 	padding: 45px 20px 15px;
 }
+
 .single-theme .install-theme-info {
 	padding-top: 15px;
 }
@@ -5375,6 +5376,7 @@
 	float: left;
 	background: url('../images/stars.png?ver=20120307') repeat-x bottom left;
 }
+
 .install-theme-info .theme-rating div {
 	background: url('../images/stars.png?ver=20120307') repeat-x top left;
 	height: 17px;
