]> git.0d.be Git - nanofun.git/blobdiff - nanofun.css
ramp to values to avoid audio glitches
[nanofun.git] / nanofun.css
index 3f09e580881ceee488e358d41af24e2b6e15a86c..74227654a0a3cd90c1329f3b525282aa9427a24b 100644 (file)
@@ -59,6 +59,20 @@ 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;
+  bottom: 2ex;
+  z-index: 10000;
+}
+
 div.nanotouch span.name {
   position: absolute;
 }
@@ -99,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;
+}