mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
Adjust the position of auto-add-player checkbox
This commit is contained in:
parent
72bf7d084b
commit
64d8b44a13
@ -31,6 +31,12 @@
|
||||
<span class="glyphicon glyphicon-pencil form-control-feedback"></span>
|
||||
</div>
|
||||
|
||||
<div class="checkbox icheck" style="margin-top: 0;">
|
||||
<label for="keep">
|
||||
<input id="add-player" type="checkbox"> {{ trans('auth.register.auto-add-player') }}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-8">
|
||||
<div class="form-group has-feedback">
|
||||
@ -44,12 +50,6 @@
|
||||
<!-- /.col -->
|
||||
</div>
|
||||
|
||||
<div class="checkbox icheck" style="margin-top: 0;">
|
||||
<label for="keep">
|
||||
<input id="add-player" type="checkbox"> {{ trans('auth.register.auto-add-player') }}
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div id="msg" class="callout hide"></div>
|
||||
|
||||
<div class="row">
|
||||
|
Loading…
Reference in New Issue
Block a user