From ef83dba4a83e23e38b67ee31b79e79c9e25a003d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 21 Apr 2017 16:03:11 -0400 Subject: display orders per product, download as csv --- public/app.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'public/app.css') diff --git a/public/app.css b/public/app.css index 726f747..324dbc4 100644 --- a/public/app.css +++ b/public/app.css @@ -22,3 +22,32 @@ a { text-decoration: underline; } +.loading { + margin: 10px; +} +.notfound { + margin: 10px; + color: #888; +} + +select { + margin: 10px; +} + +.orderList { + border-top: 1px solid #ddd; + padding: 10px; +} +.orderList > a { + display: inline-block; +} +.orderList > div { + clear: left; + padding: 10px; + padding-left: 0; +} +.orderList > div > div { + float: left; + padding-right: 10px; + min-width: 150px; +} \ No newline at end of file -- cgit v1.2.3-70-g09d2