From bb49193ead94cf35ea755340e23c4929fdd4105d Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 10 May 2012 19:37:16 +0000 Subject: [PATCH] Use stars-rtl.png for RTL start support in the theme installer. Props helenyhou, ocean90. fixes #20583 git-svn-id: https://develop.svn.wordpress.org/trunk@20763 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/wp-admin-rtl.dev.css | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/wp-admin/css/wp-admin-rtl.dev.css b/wp-admin/css/wp-admin-rtl.dev.css index bc11d259e8..00c7c3ff77 100644 --- a/wp-admin/css/wp-admin-rtl.dev.css +++ b/wp-admin/css/wp-admin-rtl.dev.css @@ -1694,18 +1694,6 @@ table .column-rating { 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 */ @@ -2434,17 +2422,18 @@ h3.tb { } /* theme-install */ -div.star { - left:auto; - right: 0; +.theme-details .theme-version { + float: right; } -.star img, -div.star a, -div.star a:hover, -div.star a:visited { - right: auto; - left: 0; +.theme-details .theme-rating { + float: left; + background: url('../images/stars-rtl.png?ver=20120307') repeat-x bottom right; +} + +.theme-details .theme-rating div { + background: url('../images/stars-rtl.png?ver=20120307') repeat-x top right; + float: right; } .feature-filter .feature-group {