From 72b9f29c057eb45d022b9bbc1562d7b84ccc165b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 28 Mar 2017 12:51:25 +0200 Subject: Running low --- templates/inventoryListing.cassius | 7 +++++++ templates/inventoryListing.hamlet | 5 +++++ 2 files changed, 12 insertions(+) (limited to 'templates') diff --git a/templates/inventoryListing.cassius b/templates/inventoryListing.cassius index 225de5d..1da6e13 100644 --- a/templates/inventoryListing.cassius +++ b/templates/inventoryListing.cassius @@ -18,3 +18,10 @@ div.itemId width: 2em border: 1px solid #ddd border-style: solid none solid none +.status + padding: 0 + margin: 0 + list-style-type: none +.status li + padding: 0 + margin: 0 \ No newline at end of file diff --git a/templates/inventoryListing.hamlet b/templates/inventoryListing.hamlet index 797bd81..cc1c9ce 100644 --- a/templates/inventoryListing.hamlet +++ b/templates/inventoryListing.hamlet @@ -6,6 +6,7 @@
Bought
Expires
Opened +
Status
Actions $if isJust (preview insertForm =<< formState) $with Just InsertForm{..} <- formState @@ -51,6 +52,10 @@