mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
classier css
This commit is contained in:
parent
79fdbff5d3
commit
97448b0290
@ -3,7 +3,10 @@
|
||||
<body>
|
||||
<link href ="stylesheets/css/bootstrap.css" rel="stylesheet">
|
||||
<link href ="stylesheets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<div class="container">
|
||||
<h1>ffmprovisor</h1>
|
||||
<p>
|
||||
<div class="form-group">
|
||||
<form action="/" method="POST">
|
||||
Video format:
|
||||
<select name="input[video_format]">
|
||||
@ -17,17 +20,17 @@
|
||||
<br /><br />
|
||||
Video output: <input type="text" name="input[video_output]">
|
||||
<br /><br />
|
||||
<button type="submit" class="btn">Submit</button>
|
||||
<button type="submit" class="btn btn-primary btn-lg">Submit</button>
|
||||
|
||||
</form>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
Command: <textarea rows="1" cols="75" action="output">
|
||||
<%= @output %>
|
||||
</textarea>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
@ -3,7 +3,10 @@
|
||||
<body>
|
||||
<link href ="stylesheets/css/bootstrap.css" rel="stylesheet">
|
||||
<link href ="stylesheets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
<div class="container">
|
||||
<h1>ffmprovisor</h1>
|
||||
<p>
|
||||
<div class="form-group">
|
||||
<form action="/" method="POST">
|
||||
Video format:
|
||||
<select name="input[video_format]">
|
||||
@ -17,17 +20,17 @@
|
||||
<br /><br />
|
||||
Video output: <input type="text" name="input[video_output]">
|
||||
<br /><br />
|
||||
<button type="submit" class="btn">Submit</button>
|
||||
<button type="submit" class="btn btn-primary btn-lg">Submit</button>
|
||||
|
||||
</form>
|
||||
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
Command: <textarea rows="1" cols="75" action="output">
|
||||
<%= @output %>
|
||||
</textarea>
|
||||
</div>
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user