| 1 |
table.wp-list-table tbody tr td input[type="checkbox"] {margin-left: 8px;} |
| 2 |
table tr th {text-align: center;} |
| 3 |
|
| 4 |
td.name.column-name .description{ |
| 5 |
margin-left: 6px; |
| 6 |
font-weight: bold; |
| 7 |
font-size: 11px; |
| 8 |
font-family: sans-serif; |
| 9 |
margin-top: 6px; |
| 10 |
min-width: 280px; |
| 11 |
} |
| 12 |
th#_selection_ {width: 19px;} |
| 13 |
th#webSite {width: 250px;} |
| 14 |
th#readme, |
| 15 |
th#license {width: 66px;} |
| 16 |
th#id {width: 40px;} |
| 17 |
|
| 18 |
#packages-manager {padding-top: 10px;} |
| 19 |
|
| 20 |
.widefat {width: 99%;} |
| 21 |
|