Fix styling for the plugins screen

git-svn-id: https://develop.svn.wordpress.org/trunk@11422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-05-21 09:40:11 +00:00
parent 02930f69d6
commit 01d5ecf991
7 changed files with 40 additions and 27 deletions

View File

@@ -71,19 +71,32 @@ select option {
padding: 7px 0;
}
.plugins td,
.plugins th {
.widefat .plugins td,
.widefat .plugins th {
border-bottom: 0 none;
}
.plugins .inactive td,
.plugins .inactive th,
.plugins .active td,
.plugins .active th {
border-top-style: solid;
border-top-width: 1px;
padding: 4px 7px 0;
}
.plugins .second td,
.plugins .second th {
border-bottom-style: solid;
border-bottom-width: 1px;
border-top: 0 none;
padding: 0 7px 4px;
}
.plugins-php .widefat tfoot th,
.plugins-php .widefat tfoot td {
border-top-style: solid;
border-top-width: 1px;
}
.import-system {
font-size: 16px;
}