mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
More consistent UI for indented checkboxes
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
70d95877d8
commit
d53a032402
|
@ -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>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue