mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Add files missing in [17149]. see #15984.
git-svn-id: https://develop.svn.wordpress.org/trunk@17150 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
41
wp-admin/css/theme-install-rtl.dev.css
Normal file
41
wp-admin/css/theme-install-rtl.dev.css
Normal file
@@ -0,0 +1,41 @@
|
||||
div.star {
|
||||
left:auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.star img, div.star a, div.star a:hover, div.star a:visited {
|
||||
right: auto;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.theme-listing .theme-item h3 {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
#theme-information .theme-preview-img {
|
||||
float: right;
|
||||
margin: 5px 15px 10px 25px;
|
||||
}
|
||||
|
||||
#theme-information .action-button #cancel {
|
||||
float: right;
|
||||
}
|
||||
|
||||
#theme-information .action-button #install {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.feature-filter .feature-group {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.feature-filter .feature-name {
|
||||
float: right;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.feature-filter .feature-group li {
|
||||
float: right;
|
||||
padding-right: 0;
|
||||
padding-left: 25px;
|
||||
}
|
||||
Reference in New Issue
Block a user