|
@@ -7,7 +7,7 @@
|
|
|
min-width: 100px;
|
|
|
}
|
|
|
</style>
|
|
|
-<form id="mcp-client-messages-filters" method="GET" action="{{ route('mcp.client_messages') }}" class="row align-items-end" v-cloak>
|
|
|
+<form id="mcp-client-messages-filters" method="GET" action="{{ route('mcp.client_messages') }}" class="row align-items-start" v-cloak>
|
|
|
<!-- DATE -->
|
|
|
<div class="col-md-2">
|
|
|
<div class="form-group">
|
|
@@ -53,10 +53,12 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="col-md-2">
|
|
|
- <div class="form-group d-flex">
|
|
|
+ <div class="form-group">
|
|
|
<label> </label>
|
|
|
- <button type="submit" v-on:click.prevent="doSubmit()" class="btn btn-primary btn-sm mr-2 mw-100px">Apply Filters</button>
|
|
|
- <a v-on:click.prevent="fastLoad('{{route('mcp.client_messages')}}')" href="#" class="btn btn-danger btn-sm text-white mw-100px">Clear Filters</a>
|
|
|
+ <div class="d-flex">
|
|
|
+ <button type="submit" v-on:click.prevent="doSubmit()" class="w-50 btn btn-primary btn-sm mr-2 mw-100px">Apply Filters</button>
|
|
|
+ <a v-on:click.prevent="fastLoad('{{route('mcp.client_messages')}}')" href="#" class="w-50 btn btn-danger btn-sm text-white mw-100px">Clear Filters</a>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</form>
|