Higher quality cover art images.

This commit is contained in:
Tim 2015-07-29 12:00:30 +02:00
commit 227e63cb50
4 changed files with 7 additions and 7 deletions

View file

@ -102,11 +102,11 @@
<div id="https_options">
<div class="form-group">
<label for="https_cert">HTTPS Cert</label>
<input type="text" id="https_cert" name="https_cert" value="${config['https_cert']}" size="30">
<input type="text" class="input-xxlarge" id="https_cert" name="https_cert" value="${config['https_cert']}">
</div>
<div class="form-group">
<label for="https_key">HTTPS Key</label>
<input type="text" id="https_key" name="https_key" value="${config['https_key']}" size="30">
<input type="text" class="input-xxlarge" id="https_key" name="https_key" value="${config['https_key']}">
</div>
</div>
</fieldset>