product column widths in admin. closes #2841
This commit is contained in:
parent
4cef348370
commit
91c45f0732
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Reference in New Issue