diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-15 21:39:15 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-15 21:39:15 +0100 |
commit | 3d828feba67f21ae62d1e6eb598a22ffaebf1174 (patch) | |
tree | f81437dab5090906362404b5df61aa5ab1f5203a /templates/default-layout.cassius | |
parent | 299731a0cef7462dd8c17bde7ba1a4aeb6f211cd (diff) | |
download | bar-3d828feba67f21ae62d1e6eb598a22ffaebf1174.tar bar-3d828feba67f21ae62d1e6eb598a22ffaebf1174.tar.gz bar-3d828feba67f21ae62d1e6eb598a22ffaebf1174.tar.bz2 bar-3d828feba67f21ae62d1e6eb598a22ffaebf1174.tar.xz bar-3d828feba67f21ae62d1e6eb598a22ffaebf1174.zip |
Better ids & warnings
Diffstat (limited to 'templates/default-layout.cassius')
-rw-r--r-- | templates/default-layout.cassius | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/templates/default-layout.cassius b/templates/default-layout.cassius index 61a4046..da76e28 100644 --- a/templates/default-layout.cassius +++ b/templates/default-layout.cassius | |||
@@ -32,11 +32,12 @@ | |||
32 | padding: 0.25em | 32 | padding: 0.25em |
33 | color: #aaa | 33 | color: #aaa |
34 | .itemId | 34 | .itemId |
35 | font-family: monospace | ||
36 | div.itemId | ||
35 | display: table-cell | 37 | display: table-cell |
36 | text-align: left | 38 | text-align: left |
37 | padding: 0.25em | 39 | padding: 0.25em |
38 | color: #aaa | 40 | color: #aaa |
39 | font-family: monospace | ||
40 | .table .table .td, .table .table .tc, .table .table .th, .table .table .kind | 41 | .table .table .td, .table .table .tc, .table .table .th, .table .table .kind |
41 | padding: 0 | 42 | padding: 0 |
42 | table table td, table table th | 43 | table table td, table table th |
@@ -47,10 +48,26 @@ table table td, table table th | |||
47 | padding: 0 | 48 | padding: 0 |
48 | text-align: center | 49 | text-align: center |
49 | font-weight: bold | 50 | font-weight: bold |
51 | li | ||
52 | margin: 0 0 0.5em 0 | ||
53 | li:last-child | ||
54 | margin: 0 | ||
50 | .formError | 55 | .formError |
51 | color: #800 | 56 | color: #800 |
52 | .printSuccess, .insertSuccess | 57 | .printSuccess, .insertSuccess |
53 | color: #080 | 58 | color: #080 |
59 | .insertAmbiguous | ||
60 | color: inherit | ||
61 | ul | ||
62 | list-style-type: none | ||
63 | li | ||
64 | display: inline | ||
65 | margin: 0 0 0 0 | ||
66 | padding: 0 0 0 0 | ||
67 | li::before | ||
68 | content: ", " | ||
69 | li:first-child::before | ||
70 | content: "" | ||
54 | button | 71 | button |
55 | width: 6em | 72 | width: 6em |
56 | display: inline-block | 73 | display: inline-block |