summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTeddy Wing2013-11-10 05:11:32 -0500
committerTeddy Wing2013-11-10 05:11:32 -0500
commit4c43e2c5785a5fd7cab85b19c62a0122cb60b3f0 (patch)
treee71de51be5e725a7e7c91200d818a85dc816765f /index.html
parent5cd1a609f386959f402078587fe3f4ffb692c70f (diff)
downloadclip-play-4c43e2c5785a5fd7cab85b19c62a0122cb60b3f0.tar.bz2
Style the '+' URL button
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index fce6166..9e54e9a 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@
<div id="add-sample">
<form action="" method="get">
<input type="text" class="url-input js-sample-url" placeholder="http://www.youtube.com/watch?v=_JGaQ3g8WU4" />
- <button type="button" class="js-create-sample">+</button>
+ <button type="button" class="button green large js-create-sample">+</button>
</form>
</div>