mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 09:21:03 +01:00
10dfd2b856
git-svn-id: http://svn.automattic.com/wordpress/trunk@17150 1a063a9b-81f0-0310-95a4-ce76da25c4cd
41 lines
605 B
CSS
41 lines
605 B
CSS
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;
|
|
} |