Place checkbox descriptions after checkboxes and labels, set italic for readability.

master
Leigh Morresi 5 years ago
parent 1ede5dc301
commit 83b51e6597

@ -26,34 +26,37 @@ the security implications caused by such an increase of attack surface.<p>
</div> </div>
</div> </div>
<p>An antivirus server helps fighting large scale virus spreading campaigns that leverage
e-mail for initial infection. Make sure that you have at least 1GB of memory for ClamAV to
load its signature database.</p>
<div class="form-check form-check-inline"> <div class="form-check form-check-inline">
<label class="form-check-label"> <label class="form-check-label">
<input class="form-check-input" type="checkbox" name="antivirus_enabled" value="clamav"> <input class="form-check-input" type="checkbox" name="antivirus_enabled" value="clamav">
Enable the antivirus service Enable the antivirus service
</label> </label>
<i>An antivirus server helps fighting large scale virus spreading campaigns that leverage
e-mail for initial infection. Make sure that you have at least 1GB of memory for ClamAV to
load its signature database.</i>
</div> </div>
<p>A Webdav server exposes a Dav interface over HTTP so that clients can store
contacts or calendars using the mail account.</p>
<div class="form-check form-check-inline"> <div class="form-check form-check-inline">
<label class="form-check-label"> <label class="form-check-label">
<input class="form-check-input" type="checkbox" name="webdav_enabled" value="radicale"> <input class="form-check-input" type="checkbox" name="webdav_enabled" value="radicale">
Enable the webdav service Enable the webdav service
</label> </label>
<i>A Webdav server exposes a Dav interface over HTTP so that clients can store
contacts or calendars using the mail account.</i>
</div> </div>
<p>Fetchmail allows to download mails over IMAP/POP3 and uploads it your Mailu mailbox.</p>
<div class="form-check form-check-inline"> <div class="form-check form-check-inline">
<label class="form-check-label"> <label class="form-check-label">
<input class="form-check-input" type="checkbox" name="fetchmail_enabled" value="true"> <input class="form-check-input" type="checkbox" name="fetchmail_enabled" value="true">
Enable fetchmail Enable fetchmail
</label> </label>
<i>Fetchmail allows to download mails over IMAP/POP3 and uploads it your Mailu mailbox.</i>
</div> </div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

@ -22,34 +22,37 @@ the security implications caused by such an increase of attack surface.<p>
</div> </div>
</div> </div>
<p>An antivirus server helps fighting large scale virus spreading campaigns that leverage
e-mail for initial infection. Make sure that you have at least 1GB of memory for ClamAV to
load its signature database.</p>
<div class="form-check form-check-inline"> <div class="form-check form-check-inline">
<label class="form-check-label"> <label class="form-check-label">
<input class="form-check-input" type="checkbox" name="antivirus_enabled" value="clamav"> <input class="form-check-input" type="checkbox" name="antivirus_enabled" value="clamav">
Enable the antivirus service Enable the antivirus service
</label> </label>
<i>An antivirus server helps fighting large scale virus spreading campaigns that leverage
e-mail for initial infection. Make sure that you have at least 1GB of memory for ClamAV to
load its signature database.</i>
</div> </div>
<p>A Webdav server exposes a Dav interface over HTTP so that clients can store
contacts or calendars using the mail account.</p>
<div class="form-check form-check-inline"> <div class="form-check form-check-inline">
<label class="form-check-label"> <label class="form-check-label">
<input class="form-check-input" type="checkbox" name="webdav_enabled" value="radicale"> <input class="form-check-input" type="checkbox" name="webdav_enabled" value="radicale">
Enable the webdav service Enable the webdav service
</label> </label>
<i>A Webdav server exposes a Dav interface over HTTP so that clients can store
contacts or calendars using the mail account.</i>
</div> </div>
<p>Fetchmail allows to download mails over IMAP/POP3 and uploads it your Mailu mailbox.</p>
<div class="form-check form-check-inline"> <div class="form-check form-check-inline">
<label class="form-check-label"> <label class="form-check-label">
<input class="form-check-input" type="checkbox" name="fetchmail_enabled" value="true"> <input class="form-check-input" type="checkbox" name="fetchmail_enabled" value="true">
Enable fetchmail Enable fetchmail
</label> </label>
<i>Fetchmail allows to download mails over IMAP/POP3 and uploads it your Mailu mailbox.</i>
</div> </div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

Loading…
Cancel
Save