Changes so the lists are printed out more nicely.
This commit is contained in:
@@ -38,16 +38,25 @@
|
||||
</div>
|
||||
<div class="col s12"></div>
|
||||
<div class="input-field col s12">
|
||||
<input placeholder="" id="video_files" type="text" class="validate">
|
||||
<label for="video_files">Video files</label>
|
||||
<!-- <input placeholder="" id="video_files" type="text" class="validate">
|
||||
<label for="video_files">Video files</label> -->
|
||||
<span id='video_files'>
|
||||
<label>Video files</label><br>
|
||||
</span>
|
||||
</div>
|
||||
<div class="input-field col s12">
|
||||
<input placeholder="" id="subtitles" type="text" class="validate">
|
||||
<label for="subtitles">Subtitles</label>
|
||||
<!-- <input placeholder="" id="subtitles" type="text" class="validate">
|
||||
<label for="subtitles">Subtitles</label> -->
|
||||
<span id='subtitles'>
|
||||
<label>Subtitles</label><br>
|
||||
</span>
|
||||
</div>
|
||||
<div class="input-field col s12">
|
||||
<input placeholder="" id="trash" type="text" class="validate">
|
||||
<label for="trash">Trash</label>
|
||||
<!-- <input placeholder="" id="trash" type="text" class="validate">
|
||||
<label for="trash">Trash</label> -->
|
||||
<span id='trash'>
|
||||
<label>Trash</label><br>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user