]> git.0d.be Git - nanofun.git/blobdiff - nanofun.css
add individual checkboxes for effects
[nanofun.git] / nanofun.css
index 846a3885005b443289ccfdbb33fb562847ce98a8..74227654a0a3cd90c1329f3b525282aa9427a24b 100644 (file)
@@ -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;
+}