diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 13:26:12 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-16 13:26:12 +0100 |
| commit | c6e2f270644f6f4246aaffeff705d6f2269f3668 (patch) | |
| tree | c70ee558acfc8351d952783db6b786c68b5fbfd3 | |
| parent | 57d594818c14652681dce54d324b6b76941b2f4e (diff) | |
| download | bar-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.cassius | 11 | ||||
| -rw-r--r-- | templates/inventoryListing.cassius | 13 |
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 | ||
| 36 | div.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 |
| 43 | table table td, table table th, .table table td, .table table th | 36 | 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 | |||
| 71 | button | 64 | button |
| 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 | ||
| 6 | div.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 | ||
