ipsec: same same but different; closes #6973

In portait mode the __ml looks odd as the form-inline
is broken off to avoid wide form layouts so we use __mr
on the button div instead.
This commit is contained in:
Franco Fichtner 2024-02-09 11:04:45 +01:00
parent 66b50c3d51
commit 03ffdf511d

View File

@ -229,7 +229,7 @@
<hr/>
</div>
<div class="col-md-12 form-inline __mb">
<div class="form-group">
<div class="form-group __mr">
<button class="btn btn-primary" id="reconfigureAct"
data-endpoint="/api/ipsec/service/reconfigure"
data-label="{{ lang._('Apply') }}"
@ -237,7 +237,7 @@
type="button"
></button>
</div>
<div class="form-group __ml" style="vertical-align: sub">
<div class="form-group" style="vertical-align: sub">
<input name="enable" class="pending" type="checkbox" id="enable"/>
<label for="enable"><strong>{{ lang._('Enable IPsec') }}</strong></label>
</div>