/{pools,favgroups}/:id/order/edit: add blacklist controls.

This commit is contained in:
evazion
2017-07-11 20:28:48 -05:00
parent 638f7522dd
commit ed7b80c016
3 changed files with 6 additions and 1 deletions

View File

@@ -66,7 +66,8 @@ div#c-pool-orders, div#c-favorite-group-orders {
cursor: pointer;
margin-right: 20px;
margin-bottom: 20px;
width: 150px;
min-width: 150px;
min-height: 150px;
padding: 10px;
@include inline-block;
}