Merge pull request #2003 from GeertDD/admin_thumbs

Proportional thumbnails for the admin products table
This commit is contained in:
Mike Jolley 2012-12-17 13:11:41 -08:00
commit 42cbd49905
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -1141,12 +1141,12 @@ table.wp-list-table {
margin: 1px 2px; margin: 1px 2px;
} }
.column-thumb img { .column-thumb img {
padding: 2px;
margin: 0; margin: 0;
border: 1px solid #dfdfdf;
vertical-align: middle; vertical-align: middle;
width: 32px; width: auto;
height: 32px; height: auto;
max-width: 40px;
max-height: 40px;
} }
span.na { span.na {
color: #999; color: #999;