[BS5] add layout spacing

This commit is contained in:
FreddleSpl0it
2022-04-13 16:37:52 +02:00
parent e663f3db72
commit b19666f7e0
15 changed files with 321 additions and 314 deletions

View File

@@ -21,11 +21,11 @@
<legend>{{ lang.admin.add_forwarding_host }}</legend><hr />
<p class="text-muted">{{ lang.admin.forwarding_hosts_add_hint }}</p>
<form class="form" data-id="fwdhost" role="form" method="post">
<div>
<div class="mb-2">
<label for="fwdhost_hostname">{{ lang.admin.host }}</label>
<input class="form-control" id="fwdhost_hostname" name="hostname" placeholder="example.org" required>
</div>
<div>
<div class="mb-4">
<select data-width="200px" class="form-control" id="filter_spam" name="filter_spam" title="{{ lang.user.spamfilter }}" required>
<option value="1">{{ lang.admin.active }}</option>
<option value="0">{{ lang.admin.inactive }}</option>