summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-16 13:26:12 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-16 13:26:12 +0100
commitc6e2f270644f6f4246aaffeff705d6f2269f3668 (patch)
treec70ee558acfc8351d952783db6b786c68b5fbfd3
parent57d594818c14652681dce54d324b6b76941b2f4e (diff)
downloadbar-c6e2f270644f6f4246aaffeff705d6f2269f3668.tar
bar-c6e2f270644f6f4246aaffeff705d6f2269f3668.tar.gz
bar-c6e2f270644f6f4246aaffeff705d6f2269f3668.tar.bz2
bar-c6e2f270644f6f4246aaffeff705d6f2269f3668.tar.xz
bar-c6e2f270644f6f4246aaffeff705d6f2269f3668.zip
Refactor CSS
-rw-r--r--templates/default-layout.cassius11
-rw-r--r--templates/inventoryListing.cassius13
2 files changed, 12 insertions, 12 deletions
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 @@
31 text-align: center 31 text-align: center
32 padding: 0.25em 32 padding: 0.25em
33 color: #aaa 33 color: #aaa
34.itemId
35 font-family: monospace
36div.itemId
37 display: table-cell
38 text-align: left
39 padding: 0.25em
40 color: #aaa
41.table .table .td, .table .table .tc, .table .table .th, .table .table .kind 34.table .table .td, .table .table .tc, .table .table .th, .table .table .kind
42 padding: 0 35 padding: 0
43table table td, table table th, .table table td, .table table th 36table 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
71button 64button
72 width: 6em 65 width: 6em
73 display: inline-block 66 display: inline-block
74.day hr
75 width: 2em
76 border: 1px solid #ddd
77 border-style: solid none solid none
78.sepBelow, .sepAbove 67.sepBelow, .sepAbove
79 border: 2px none #ddd 68 border: 2px none #ddd
80.sepBelow 69.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 @@
1.expired 1.expired
2 color: #800 2 color: #800
3 font-weight: bold \ No newline at end of file 3 font-weight: bold
4.itemId
5 font-family: monospace
6div.itemId
7 display: table-cell
8 text-align: left
9 padding: 0.25em
10 color: #aaa
11.day hr
12 width: 2em
13 border: 1px solid #ddd
14 border-style: solid none solid none