From f1f84c1c3873a89ad39cd6602023c2706d549ccf Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 12 Jul 2020 18:24:43 +0200 Subject: Add child indicator. --- src/ws/munia.css | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'src/ws/munia.css') diff --git a/src/ws/munia.css b/src/ws/munia.css index 2cd6c55..75321ec 100644 --- a/src/ws/munia.css +++ b/src/ws/munia.css @@ -52,16 +52,28 @@ body { } -.node .id +.node .annotation { - float: left; - font-size: 0.8em; vertical-align: text-top; - opacity: 0.6; - min-width: 2.8em; - display: inline-block; + display: inline-box; + float: left; pointer-events: none; padding-right: 0.3px; + min-width: 2.8em; + margin-top: -0.5em; +} + +.node .id +{ + font-size: 0.8em; + opacity: 0.6; +} + +.node .children_indicator +{ + clear: both; + font-size: 0.8em; + opacity: 0.6; } .node .title -- cgit v1.2.3