diff options
| author | Teddy Wing | 2013-11-10 04:41:49 -0500 | 
|---|---|---|
| committer | Teddy Wing | 2013-11-10 04:41:49 -0500 | 
| commit | 5cd1a609f386959f402078587fe3f4ffb692c70f (patch) | |
| tree | 5e781cfb5d2735c4c020c3f2de69a4a265dee592 | |
| parent | 738d0e4cfd6906cceb0908670410325bf4417bc2 (diff) | |
| download | clip-play-5cd1a609f386959f402078587fe3f4ffb692c70f.tar.bz2 | |
Style URL input
| -rw-r--r-- | assets/css/application.css | 7 | ||||
| -rw-r--r-- | index.html | 2 | 
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 @@ -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> | 
