order statuses

This commit is contained in:
James Koster 2013-01-22 12:51:06 +00:00
parent c41d96dba1
commit 8d26759abf
17 changed files with 20 additions and 19 deletions

File diff suppressed because one or more lines are too long

View File

@ -1006,37 +1006,38 @@ ul.wc_coupon_list_block {
text-align: center;
mark {
display:block;
height:12px;
width:16px;
height:14px;
width:14px;
text-indent: -999em;
margin:0 auto;
background: none;
background: #bbb;
background-repeat: no-repeat;
background-position: center;
opacity:0.5;
&:hover {
opacity:1;
}
-webkit-border-radius:100%;
border-radius:100%;
}
mark.pending {
background-image:url(../images/icons/pending.png);
}
mark.completed {
background-image:url(../images/icons/completed.png);
background-color: #21759b;
}
mark.on-hold {
background-image:url(../images/icons/on-hold.png);
width:15px;
height:14px;
background-color: #b86627;
}
mark.failed {
background-image:url(../images/icons/failed.png);
background-color: #b8a027;
}
mark.cancelled {
background-image:url(../images/icons/cancelled.png);
background-color: #b83227;
}
mark.processing {
background-image:url(../images/icons/st-processing.png);
background-color: #73a724;
}
mark.refunded {
background-image:url(../images/icons/refunded.png);
@ -2703,38 +2704,38 @@ table.bar_chart {
}
}
}
.widefat {
/*.widefat {
.column-order_status {
mark.pending {
background-image:url(../images/icons/pending@2x.png);
background-size: 15px 12px;
background-size: 8px 6px;
}
mark.completed {
background-image:url(../images/icons/completed@2x.png);
background-size: 15px 12px;
background-size: 8px 6px;
}
mark.on-hold {
background-image:url(../images/icons/on-hold@2x.png);
background-size: 13px 13px;
background-size: 8px 8px;
}
mark.failed {
background-image:url(../images/icons/failed@2x.png);
background-size: 15px 12px;
background-size: 8px 6px;
}
mark.cancelled {
background-image:url(../images/icons/cancelled@2x.png);
background-size: 15px 12px;
background-size: 8px 6px;
}
mark.processing {
background-image:url(../images/icons/st-processing@2x.png);
background-size: 14px 11px;
background-size: 8px 5px;
}
mark.refunded {
background-image:url(../images/icons/refunded@2x.png);
background-size: 15px 12px;
background-size: 8px 6px;
}
}
}
}*/
}
@import 'chosen.less';

Binary file not shown.

Before

Width:  |  Height:  |  Size: 393 B

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 B

After

Width:  |  Height:  |  Size: 392 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 415 B

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 489 B

After

Width:  |  Height:  |  Size: 199 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 652 B

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 497 B

After

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 803 B

After

Width:  |  Height:  |  Size: 667 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 216 B

After

Width:  |  Height:  |  Size: 207 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 254 B

After

Width:  |  Height:  |  Size: 254 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 435 B

After

Width:  |  Height:  |  Size: 221 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 635 B

After

Width:  |  Height:  |  Size: 449 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 192 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

After

Width:  |  Height:  |  Size: 322 B