From e69b3e72053f8594f4194520869cb0b8b6aed1b4 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 24 May 2020 21:48:13 +0200 Subject: [PATCH] word edit: hierarchy navigation (parent and children) --- writer.plp | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/writer.plp b/writer.plp index 66dd2be..73f6b98 100644 --- a/writer.plp +++ b/writer.plp @@ -43,6 +43,18 @@ ul.popup { background: rgba(0, 0, 0, .8); border: 1px solid #CCC; } + +section { + position: absolute; + top: 7ex; + right: 1em; +} +section > ul { + margin-top: 1ex; +} +section > ul strong, section form { + line-height: 2; +}