Importers and Install themes thickbox fixes, props helenyhou, see #18198

git-svn-id: https://develop.svn.wordpress.org/trunk@18704 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-09-18 19:39:49 +00:00
parent ff6097e6ee
commit 2f8ab419ac
4 changed files with 18 additions and 4 deletions

View File

@@ -5028,7 +5028,15 @@ td.media-icon img {
display: block;
}
.import-system {font-size: 16px;}
.importers td {
padding-right: 14px;
}
.importers {
font-size: 16px;
width: auto;
}
#namediv table {
width: 100%;
}
@@ -7167,6 +7175,12 @@ h3 span {
padding: 20px 15px;
}
#theme-information .available-theme {
overflow: visible;
padding: 20px 15px;
width: 440px;
}
#theme-information .theme-preview-img {
float: left;
margin: 5px 25px 10px 15px;