Improve presentation when there are no available themes. Props solarissmoke, garyc40. fixes #16196

git-svn-id: https://develop.svn.wordpress.org/trunk@17303 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2011-01-15 00:35:29 +00:00
parent 72d78d9075
commit 5844e953a8
4 changed files with 31 additions and 14 deletions

View File

@@ -3580,6 +3580,10 @@ span.imgedit-scale-warn {
16.0 - Themes
------------------------------------------------------------------------------*/
.theme-install-php .tablenav {
height:auto;
}
table#availablethemes {
border-spacing: 0;
border-width: 1px 0;
@@ -3588,6 +3592,11 @@ table#availablethemes {
width: 100%;
}
table#availablethemes .no-items td{
border-width:0;
padding:5px;
}
td.available-theme {
vertical-align: top;
width: 240px;