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

git-svn-id: http://svn.automattic.com/wordpress/trunk@17281 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2011-01-13 01:50:23 +00:00
parent d8c6938af1
commit 519449a9f9
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%;