summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorKawandeep Virdee2013-11-10 10:05:20 -0500
committerKawandeep Virdee2013-11-10 10:05:20 -0500
commit5e473cda53d8ce6938eb832a378365f2f8b8f591 (patch)
tree06b7a934eb8e2e89f28f0132141c351701f2f473 /index.html
parent11bbaefbced4241b01efd5c2a9fa42868316c298 (diff)
downloadclip-play-5e473cda53d8ce6938eb832a378365f2f8b8f591.tar.bz2
added remove button
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index ad0d87b..27d6463 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,7 @@
<header>
<h1>ClipPlay</h1>
</header>
-
+
<div role="main">
<div id="add-sample">
<input type="text" class="url-input js-sample-url" placeholder="http://www.youtube.com/watch?v=_JGaQ3g8WU4" />
@@ -49,7 +49,7 @@
<span class="clip-time js-time"></span>
</div>
</div>
-
+
<div class="selected-bar js-selected-bar"></div>
<div class="clip-line js-clip-line js-end-position">
@@ -62,6 +62,7 @@
<div>
<input type="text" class="key key-input js-keyboard-key" placeholder="a" />
</div>
+ <button type="button" class="button red js-remove-sample">-</button>
</div>
</script>