mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Use stars-rtl.png for RTL start support in the theme installer. Props helenyhou, ocean90. fixes #20583
git-svn-id: http://core.svn.wordpress.org/trunk@20763 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e12aedf713
commit
2cfd8210e7
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user