summaryrefslogtreecommitdiff
path: root/src/ws/munia.css
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2020-07-12 18:24:43 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2020-07-12 18:24:43 +0200
commitf1f84c1c3873a89ad39cd6602023c2706d549ccf (patch)
tree2be3e85462844074f048f325553f0f90d983a187 /src/ws/munia.css
parente45746fdec973e08ff1621cf0c441a79ee71b6a4 (diff)
Add child indicator.
Diffstat (limited to 'src/ws/munia.css')
-rw-r--r--src/ws/munia.css24
1 files changed, 18 insertions, 6 deletions
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