Tweaked the col-md to use offset
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
868615d5e7
commit
85c0ddf475
1 changed files with 1 additions and 2 deletions
|
@ -84,8 +84,7 @@
|
||||||
|
|
||||||
<!-- Update actual location -->
|
<!-- Update actual location -->
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-md-3"></div>
|
<div class="col-md-9 col-md-offset-3">
|
||||||
<div class="col-md-9">
|
|
||||||
<label class="form-control">
|
<label class="form-control">
|
||||||
{{ Form::radio('update_real_loc', '1', old('update_real_loc'), ['checked'=> 'checked', 'aria-label'=>'update_real_loc']) }}
|
{{ Form::radio('update_real_loc', '1', old('update_real_loc'), ['checked'=> 'checked', 'aria-label'=>'update_real_loc']) }}
|
||||||
{{ trans('admin/hardware/form.asset_location_update_default_current') }}
|
{{ trans('admin/hardware/form.asset_location_update_default_current') }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue