Tweak admin styles. Closes #2354.

This commit is contained in:
Mike Jolley 2013-02-05 10:31:56 +00:00
parent 911e7f3f2b
commit 7c0b778497
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -900,6 +900,7 @@ ul.wc_coupon_list_block {
}
.woocommerce_order_items_wrapper {
margin: 0;
overflow: auto;
table.woocommerce_order_items {
width: 100%;
background: #fff;
@ -982,7 +983,7 @@ ul.wc_coupon_list_block {
padding: 1px 4px 1px 0;
border: 0;
input {
min-width: 100px;
min-width: 50px;
}
}
}