Add 'Install now', 'Preview', and 'Details' links to theme install list items. fixes #20403.

git-svn-id: https://develop.svn.wordpress.org/trunk@20730 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-05-06 23:06:47 +00:00
parent 1cc8ff2de6
commit b379473aa4
3 changed files with 51 additions and 21 deletions

View File

@@ -5373,28 +5373,27 @@ body.full-overlay-active {
border: 1px solid #ccc;
}
.install-theme-info .theme-version {
.theme-details .theme-version {
margin: 15px 0;
float: right;
float: left;
}
.install-theme-info .theme-rating {
.theme-details .theme-rating {
margin: 14px 0;
width: 100px;
height: 17px;
float: left;
float: right;
background: url('../images/stars.png?ver=20120307') repeat-x bottom left;
}
.install-theme-info .theme-rating div {
.theme-details .theme-rating div {
background: url('../images/stars.png?ver=20120307') repeat-x top left;
height: 17px;
float: left;
}
.install-theme-info .theme-description {
margin-top: 34px;
padding-top: 1em;
.theme-details .theme-description {
float: left;
color: #777;
line-height: 20px;
}