diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-15 20:02:53 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-15 20:15:04 +0100 |
commit | 299731a0cef7462dd8c17bde7ba1a4aeb6f211cd (patch) | |
tree | 1f16b69aac6fa3ffd7e92c7cba04c4ba2f2e256f /templates/default-layout.cassius | |
parent | 3ed9ec8ca70afb556f75d4e087043f4c67f50974 (diff) | |
download | bar-299731a0cef7462dd8c17bde7ba1a4aeb6f211cd.tar bar-299731a0cef7462dd8c17bde7ba1a4aeb6f211cd.tar.gz bar-299731a0cef7462dd8c17bde7ba1a4aeb6f211cd.tar.bz2 bar-299731a0cef7462dd8c17bde7ba1a4aeb6f211cd.tar.xz bar-299731a0cef7462dd8c17bde7ba1a4aeb6f211cd.zip |
Implement inventory ids
Diffstat (limited to 'templates/default-layout.cassius')
-rw-r--r-- | templates/default-layout.cassius | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index bd76a01..61a4046 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius | |||
@@ -31,6 +31,12 @@ | |||
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 | display: table-cell | ||
36 | text-align: left | ||
37 | padding: 0.25em | ||
38 | color: #aaa | ||
39 | font-family: monospace | ||
34 | .table .table .td, .table .table .tc, .table .table .th, .table .table .kind | 40 | .table .table .td, .table .table .tc, .table .table .th, .table .table .kind |
35 | padding: 0 | 41 | padding: 0 |
36 | table table td, table table th | 42 | table table td, table table th |
@@ -43,7 +49,7 @@ table table td, table table th | |||
43 | font-weight: bold | 49 | font-weight: bold |
44 | .formError | 50 | .formError |
45 | color: #800 | 51 | color: #800 |
46 | .printSuccess | 52 | .printSuccess, .insertSuccess |
47 | color: #080 | 53 | color: #080 |
48 | button | 54 | button |
49 | width: 6em | 55 | width: 6em |
@@ -94,3 +100,5 @@ label.checkbox | |||
94 | vertical-align: middle | 100 | vertical-align: middle |
95 | span | 101 | span |
96 | vertical-align: middle | 102 | vertical-align: middle |
103 | .itemH | ||
104 | display: table-cell \ No newline at end of file | ||