Changes so the lists are printed out more nicely.

This commit is contained in:
Kevin Midboe
2017-04-13 13:27:14 +02:00
parent 4971433c18
commit d73597d7f1
2 changed files with 47 additions and 16 deletions

View File

@@ -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>