X-Git-Url: https://git.0d.be/?p=nanofun.git;a=blobdiff_plain;f=nanofun.css;h=74227654a0a3cd90c1329f3b525282aa9427a24b;hp=846a3885005b443289ccfdbb33fb562847ce98a8;hb=58f26c6b8c49f608f077a1eb71e99849bab3309a;hpb=c3a1faa97b66bd28f67806e1a86bbfbbc0d7f044 diff --git a/nanofun.css b/nanofun.css index 846a388..7422765 100644 --- a/nanofun.css +++ b/nanofun.css @@ -59,6 +59,13 @@ div.nanotouch input[type=range] { margin: 0; } +div.nanotouch .effects { + position: absolute; + left: 0; + bottom: 5ex; + z-index: 10000; +} + div.nanotouch .loop { position: absolute; left: 0; @@ -106,3 +113,16 @@ form label { #devices div.on { background: #6aff6a; } + +form fieldset { + padding: 0; + border: 0; + margin: 0; + margin-top: 1em; +} + +form fieldset legend { + font-weight: bold; + margin: 0; + padding-left: 0; +}