Merge pull request #2003 from GeertDD/admin_thumbs
Proportional thumbnails for the admin products table
This commit is contained in:
commit
42cbd49905
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue