]> git.0d.be Git - nanofun.git/blobdiff - nanofun.css
dynamically create touches
[nanofun.git] / nanofun.css
index e4e97e3b4b9a356b04cc42b244a7965f25b497d0..e819244a0da7c36ca10caf91ed189f6b32ec98dc 100644 (file)
@@ -27,7 +27,7 @@ div.nanotouch.loaded.playing {
   background: #6aff6a;
 }
 
-div.nanotouch input {
+div.nanotouch input[type=file] {
   position: absolute;
   top: 0;
   left: 0;
@@ -38,13 +38,22 @@ div.nanotouch input {
   cursor: pointer;
 }
 
+div.nanotouch input[type=range] {
+  position: absolute;
+  bottom: 0;
+  left: 0;
+  width: 100%;
+  padding: 0;
+  margin: 0;
+}
+
 div.nanotouch span.name {
   position: absolute;
 }
 
 div.nanotouch span.duration {
   position: absolute;
-  bottom: 1ex;
+  bottom: 2ex;
   right: 1ex;
 }