From 0d31404e538bc3ed60dfa78a8d9df757f98b82c3 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 17 Oct 2020 10:25:59 +0200 Subject: report: Move remarks into
element Hide them by default --- lulua/data/report/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'lulua/data/report/style.css') diff --git a/lulua/data/report/style.css b/lulua/data/report/style.css index da2787f..f62fcef 100644 --- a/lulua/data/report/style.css +++ b/lulua/data/report/style.css @@ -232,6 +232,14 @@ dl.colorcodes .finger.thumb::before { .layer.fourth:before { content: "тни"; } -p.remark { - font-size: 0.9em; +details.remarks { + font-size: 0.8em; + margin: -1em 0; +} +details[open].remarks { + margin-bottom: 1em; +} +details.remarks summary { + list-style-type: "+"; + cursor: pointer; } -- cgit v1.2.3