Tweaked styling for global search query form to include curved edges in accordance with the latest styling.

This commit is contained in:
Matt Scott 2023-02-20 14:52:01 -05:00
parent 32c53cf2a1
commit 3ee63aca8c

View File

@ -44,15 +44,21 @@
<!-- /.callout --> <!-- /.callout -->
<div class="form-group"> <div class="form-group">
<div class="input-group"> <div class="input-group">
<label for="txtQuery" class="input-group-text">Search Query</label> <div class="input-group-prepend">
<label id="txtQuery" class="input-group-text">
Search Query
</label>
</div>
<input type="text" id="txtQuery" name="q" class="form-control" <input type="text" id="txtQuery" name="q" class="form-control"
value="{{ query }}" value="{{ query }}"
placeholder="Enter search query..."> placeholder="Enter search query...">
<button type="submit" class="btn btn-flat btn-success" title="Execute Query"> <div class="input-group-append">
<i class="fa fa-search"></i> <button type="submit" class="btn btn-success" title="Execute Query">
<i class="fa-solid fa-search"></i>
</button> </button>
</div> </div>
</div> </div>
</div>
<!-- /.form-group --> <!-- /.form-group -->
<div class="callout callout-warning"> <div class="callout callout-warning">
<p>The * character can be used in your keyword as a wildcard character and the ? <p>The * character can be used in your keyword as a wildcard character and the ?