summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/css/application.css7
-rw-r--r--index.html2
2 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/application.css b/assets/css/application.css
index 4b3396b..369aa9b 100644
--- a/assets/css/application.css
+++ b/assets/css/application.css
@@ -16,6 +16,13 @@ header {
}
+.url-input {
+ width: 80%;
+ padding: 0.3em 0.4em;
+ font-size: 1.5em;
+}
+
+
#samples {
margin: 3em 2em;
} \ No newline at end of file
diff --git a/index.html b/index.html
index 0ea650c..fce6166 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@
<div role="main">
<div id="add-sample">
<form action="" method="get">
- <input type="text" class="js-sample-url" placeholder="Video URL" />
+ <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>
</form>
</div>