From 3d828feba67f21ae62d1e6eb598a22ffaebf1174 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 15 Mar 2017 21:39:15 +0100 Subject: Better ids & warnings --- templates/default-layout.cassius | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'templates') 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 @@ padding: 0.25em color: #aaa .itemId + font-family: monospace +div.itemId display: table-cell text-align: left padding: 0.25em color: #aaa - font-family: monospace .table .table .td, .table .table .tc, .table .table .th, .table .table .kind padding: 0 table table td, table table th @@ -47,10 +48,26 @@ table table td, table table th padding: 0 text-align: center font-weight: bold + li + margin: 0 0 0.5em 0 + li:last-child + margin: 0 .formError color: #800 .printSuccess, .insertSuccess color: #080 + .insertAmbiguous + color: inherit + ul + list-style-type: none + li + display: inline + margin: 0 0 0 0 + padding: 0 0 0 0 + li::before + content: ", " + li:first-child::before + content: "" button width: 6em display: inline-block -- cgit v1.2.3