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
This commit is contained in:
Ryan Boren 2012-05-10 19:37:16 +00:00
parent 5b4edeb721
commit bb49193ead
1 changed files with 10 additions and 21 deletions

View File

@ -1694,18 +1694,6 @@ table .column-rating {
float: left; 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 */ /* MERGED */
/* global */ /* global */
@ -2434,17 +2422,18 @@ h3.tb {
} }
/* theme-install */ /* theme-install */
div.star { .theme-details .theme-version {
left:auto; float: right;
right: 0;
} }
.star img, .theme-details .theme-rating {
div.star a, float: left;
div.star a:hover, background: url('../images/stars-rtl.png?ver=20120307') repeat-x bottom right;
div.star a:visited { }
right: auto;
left: 0; .theme-details .theme-rating div {
background: url('../images/stars-rtl.png?ver=20120307') repeat-x top right;
float: right;
} }
.feature-filter .feature-group { .feature-filter .feature-group {