diff options
Diffstat (limited to 'templates')
-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 |