product column widths in admin. closes #2841

This commit is contained in:
James Koster 2013-03-28 17:56:48 +00:00
parent 4cef348370
commit 91c45f0732
3 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1174,9 +1174,6 @@ table.wp-list-table {
.column-product_cat, .column-product_tag {
width: 11% !important;
}
.column-sku, .column-product_cat, .column-product_tag, .column-is_in_stock, .column-price, .column-product_date {
width: 9%;
}
.column-featured, .column-product_type {
width: 46px;
text-align: left !important;

View File

@ -180,6 +180,7 @@ Yes you can! Join in on our [GitHub repository](http://github.com/woothemes/wooc
* Fix - Ensure API Request URL scheme is not relative to the current page.
* Tweak - UX - Placeholder fades out on focus
* Tweak - UX - Only display validation result on required fields
* Tweak - Product column widths in admin
* Localisation - NZ States
= 2.0.5 - 26/03/2013 =