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;
|
||||
}
|
||||
.column-thumb img {
|
||||
padding: 2px;
|
||||
margin: 0;
|
||||
border: 1px solid #dfdfdf;
|
||||
vertical-align: middle;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 40px;
|
||||
max-height: 40px;
|
||||
}
|
||||
span.na {
|
||||
color: #999;
|
||||
|
|
Loading…
Reference in New Issue