classier css

This commit is contained in:
ablwr 2014-07-06 16:06:57 -04:00
parent 79fdbff5d3
commit 97448b0290
2 changed files with 52 additions and 46 deletions

View File

@ -3,7 +3,10 @@
<body> <body>
<link href ="stylesheets/css/bootstrap.css" rel="stylesheet"> <link href ="stylesheets/css/bootstrap.css" rel="stylesheet">
<link href ="stylesheets/css/bootstrap-responsive.css" rel="stylesheet"> <link href ="stylesheets/css/bootstrap-responsive.css" rel="stylesheet">
<div class="container">
<h1>ffmprovisor</h1>
<p> <p>
<div class="form-group">
<form action="/" method="POST"> <form action="/" method="POST">
Video format: Video format:
<select name="input[video_format]"> <select name="input[video_format]">
@ -17,17 +20,17 @@
<br /><br /> <br /><br />
Video output: <input type="text" name="input[video_output]"> Video output: <input type="text" name="input[video_output]">
<br /><br /> <br /><br />
<button type="submit" class="btn">Submit</button> <button type="submit" class="btn btn-primary btn-lg">Submit</button>
</form> </form>
<br />
<br />
<br /> <br />
Command: <textarea rows="1" cols="75" action="output"> Command: <textarea rows="1" cols="75" action="output">
<%= @output %> <%= @output %>
</textarea> </textarea>
</div>
</p> </p>
</div>
</body> </body>
</html> </html>

View File

@ -3,7 +3,10 @@
<body> <body>
<link href ="stylesheets/css/bootstrap.css" rel="stylesheet"> <link href ="stylesheets/css/bootstrap.css" rel="stylesheet">
<link href ="stylesheets/css/bootstrap-responsive.css" rel="stylesheet"> <link href ="stylesheets/css/bootstrap-responsive.css" rel="stylesheet">
<div class="container">
<h1>ffmprovisor</h1>
<p> <p>
<div class="form-group">
<form action="/" method="POST"> <form action="/" method="POST">
Video format: Video format:
<select name="input[video_format]"> <select name="input[video_format]">
@ -17,17 +20,17 @@
<br /><br /> <br /><br />
Video output: <input type="text" name="input[video_output]"> Video output: <input type="text" name="input[video_output]">
<br /><br /> <br /><br />
<button type="submit" class="btn">Submit</button> <button type="submit" class="btn btn-primary btn-lg">Submit</button>
</form> </form>
<br />
<br />
<br /> <br />
Command: <textarea rows="1" cols="75" action="output"> Command: <textarea rows="1" cols="75" action="output">
<%= @output %> <%= @output %>
</textarea> </textarea>
</div>
</p> </p>
</div>
</body> </body>
</html> </html>