diff --git a/ui/experiments/editor.html b/ui/experiments/editor.html index 9e84cd2e..ff6df8b3 100755 --- a/ui/experiments/editor.html +++ b/ui/experiments/editor.html @@ -8,6 +8,9 @@ details { margin: 1px; background: white; } +details { + width: 500px; +} details > div { margin: 10px; } @@ -18,10 +21,12 @@ summary { input[type=range] { width: 300px; } +/* XXX this is not live... input[type=range]:after { content: attr(value); color: black; } +*/ div > span:first-child { display: inline-block; width: 100px; @@ -44,6 +49,14 @@ input[type='range']::-webkit-slider-thumb { border-radius: 50%; } +.value { + display: inline-block; + width: 40px; + text-align: right; + margin-left: 5px; + margin-right: 5px; +} + @@ -51,11 +64,17 @@ input[type='range']::-webkit-slider-thumb {