diff --git a/web/app/components/buy-orders/buy-orders.css b/web/app/components/buy-orders/buy-orders.css new file mode 100644 index 00000000..d76f0485 --- /dev/null +++ b/web/app/components/buy-orders/buy-orders.css @@ -0,0 +1,12 @@ +.table-fixed-heading { + margin-bottom:0px; +} + +.buy-order-table th,.buy-order-table td { + width:25%; +} + +.buy-order-data { + max-height:200px; + overflow-y:scroll; +} \ No newline at end of file diff --git a/web/app/components/buy-orders/buy-orders.html b/web/app/components/buy-orders/buy-orders.html index aff8fd27..d3e7502f 100644 --- a/web/app/components/buy-orders/buy-orders.html +++ b/web/app/components/buy-orders/buy-orders.html @@ -1,20 +1,25 @@ -
| Price | -{{currencyOne}} | -{{currencyTwo}} | -Sum({{currencyTwo}}) | +Price | +{{currencyOne}} | +{{currencyTwo}} | +Sum({{currencyTwo}}) |
|---|
| {{buyOrder.price}} | -{{buyOrder.currencyOneAmount}} | -{{buyOrder.currencyTwoAmount}} | -{{buyOrder.sum}} | +{{buyOrder.price}} | +{{buyOrder.currencyOneAmount}} | +{{buyOrder.currencyTwoAmount}} | +{{buyOrder.sum}} |