mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user