Theme browsing UX improvements. see #20403.

* On manage/install themes pages, moved author under theme name.
* On manage themes page, moved version number to details.

git-svn-id: https://develop.svn.wordpress.org/trunk@20414 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-04-10 00:15:13 +00:00
parent 6139fac4d0
commit 98f37d532d
3 changed files with 40 additions and 30 deletions

View File

@@ -4304,7 +4304,15 @@ h3.available-themes {
}
.available-theme h3 {
margin: 15px 0 5px;
margin: 15px 0 0;
}
.available-theme .theme-author {
line-height: 18px;
}
.available-theme .action-links {
margin-top: 10px;
}
#current-theme {