fix build
: weird modal and button margins
This commit is contained in:
parent
ef9f937be6
commit
40bacdcd4f
1 changed files with 15 additions and 13 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
@section('content-header')
|
||||
<img src="[icon]" alt="logo" style="float:left;width:30px;height:30px;border-radius:3px;margin-right:5px;"/>
|
||||
<button class="btn btn-gray-alt pull-right" style="padding: 5px 10px; margin-right: 7px" data-toggle="modal" data-target="#extensionConfigModal"><i class="bx bx-slider"></i></button>
|
||||
<button class="btn btn-gray-alt pull-right" style="padding: 5px 10px; margin-left: 7px" data-toggle="modal" data-target="#extensionConfigModal"><i class="bx bx-slider"></i></button>
|
||||
<!--[web] <a href="[website]" target="_blank"><button class="btn btn-gray-alt pull-right" style="padding: 5px 10px"><i class="bx [webicon]"></i></button></a> [web]-->
|
||||
<h1 ext-title>[name]<tag mg-left blue>[version]</tag></h1>
|
||||
@endsection
|
||||
|
@ -15,19 +15,21 @@
|
|||
<div class="modal fade" id="extensionConfigModal" tabindex="-1" role="dialog">
|
||||
<form action="/admin/extensions/blueprint/config" method="POST" autocomplete="off">
|
||||
<div class="modal-dialog" role="document">
|
||||
<div class="modal-header">
|
||||
<p>hello</p>
|
||||
</div>
|
||||
<div class="modal-content">
|
||||
<p>hello</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<p class="text-danger small text-left">hope you like living on the edge because this isn't production-ready yet</p>
|
||||
{!! csrf_field() !!}
|
||||
<input type="hidden" name="_identifier" value="[id]">
|
||||
<input type="hidden" name="_method" value="PATCH">
|
||||
<button type="button" class="btn btn-default btn-sm pull-left" data-dismiss="modal">Cancel</button>
|
||||
<button type="submit" class="btn btn-success btn-sm">Create</button>
|
||||
<div class="modal-header">
|
||||
<p>hello</p>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<p>hello</p>
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<p class="text-danger small text-left">hope you like living on the edge because this isn't production-ready yet</p>
|
||||
{!! csrf_field() !!}
|
||||
<input type="hidden" name="_identifier" value="[id]">
|
||||
<input type="hidden" name="_method" value="PATCH">
|
||||
<button type="button" class="btn btn-default btn-sm pull-left" data-dismiss="modal">Cancel</button>
|
||||
<button type="submit" class="btn btn-success btn-sm">Create</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue