From c6e2f270644f6f4246aaffeff705d6f2269f3668 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 16 Mar 2017 13:26:12 +0100 Subject: Refactor CSS --- templates/default-layout.cassius | 11 ----------- templates/inventoryListing.cassius | 13 ++++++++++++- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'templates') diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index bc64e8e..c622901 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius @@ -31,13 +31,6 @@ text-align: center padding: 0.25em color: #aaa -.itemId - font-family: monospace -div.itemId - display: table-cell - text-align: left - padding: 0.25em - color: #aaa .table .table .td, .table .table .tc, .table .table .th, .table .table .kind padding: 0 table table td, table table th, .table table td, .table table th @@ -71,10 +64,6 @@ table table td, table table th, .table table td, .table table th button width: 6em display: inline-block -.day hr - width: 2em - border: 1px solid #ddd - border-style: solid none solid none .sepBelow, .sepAbove border: 2px none #ddd .sepBelow diff --git a/templates/inventoryListing.cassius b/templates/inventoryListing.cassius index 9a7459e..2f49bc7 100644 --- a/templates/inventoryListing.cassius +++ b/templates/inventoryListing.cassius @@ -1,3 +1,14 @@ .expired color: #800 - font-weight: bold \ No newline at end of file + font-weight: bold +.itemId + font-family: monospace +div.itemId + display: table-cell + text-align: left + padding: 0.25em + color: #aaa +.day hr + width: 2em + border: 1px solid #ddd + border-style: solid none solid none -- cgit v1.2.3