More consistent UI for indented checkboxes

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-16 21:07:03 +01:00
parent 70d95877d8
commit d53a032402

View file

@ -106,7 +106,7 @@
{{ trans('general.location') }} {{ trans('general.location') }}
</label> </label>
<label class="form-control" style="margin-left: 20px;"> <label class="form-control" style="margin-left: 25px;">
{{ Form::checkbox('location_address', '1', '1') }} {{ Form::checkbox('location_address', '1', '1') }}
{{ trans('general.address') }} {{ trans('general.address') }}
</label> </label>
@ -116,9 +116,9 @@
{{ trans('admin/hardware/form.default_location') }} {{ trans('admin/hardware/form.default_location') }}
</label> </label>
<label class="form-control" style="margin-left: 20px;"> <label class="form-control" style="margin-left: 25px;">
{{ Form::checkbox('rtd_location_address', '1', '1') }} {{ Form::checkbox('rtd_location_address', '1', '1') }}
- {{ trans('general.address') }} {{ trans('general.address') }}
</label> </label>
<label class="form-control"> <label class="form-control">
@ -181,9 +181,9 @@
{{ trans('general.notes') }} {{ trans('general.notes') }}
</label> </label>
<label class="form-control"> <label class="form-control" style="margin-left: 25px;">
{{ Form::checkbox('url', '1', '1') }} {{ Form::checkbox('url', '1', '1') }}
- {{ trans('general.url') }} {{ trans('general.url') }}
</label> </label>