Fix plugin-install column hiding and widths. props PeteMall, fixes #16210.

git-svn-id: https://develop.svn.wordpress.org/trunk@17281 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-01-13 01:50:23 +00:00
parent 343b3c8a12
commit 4fcde740f1
4 changed files with 19 additions and 7 deletions

View File

@@ -4169,12 +4169,17 @@ td.post-title p, td.plugin-title p {
border-radius: 6px;
}
.plugin-install #description, .plugin-install-network #description {
width: 60%;
}
table .vers,
table .column-visible,
table .column-rating {
text-align: center;
text-align: left;
}
/* Scrollbar fix for bulk upgrade iframe */
body.iframe {
height: 98%;