mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +00:00
Tweaked styling for global search query form to include curved edges in accordance with the latest styling.
This commit is contained in:
parent
32c53cf2a1
commit
3ee63aca8c
@ -44,13 +44,19 @@
|
||||
<!-- /.callout -->
|
||||
<div class="form-group">
|
||||
<div class="input-group">
|
||||
<label for="txtQuery" class="input-group-text">Search Query</label>
|
||||
<input type="text" id="txtQuery" name="q" class="form-control"
|
||||
value="{{ query }}"
|
||||
placeholder="Enter search query...">
|
||||
<button type="submit" class="btn btn-flat btn-success" title="Execute Query">
|
||||
<i class="fa fa-search"></i>
|
||||
</button>
|
||||
<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"
|
||||
value="{{ query }}"
|
||||
placeholder="Enter search query...">
|
||||
<div class="input-group-append">
|
||||
<button type="submit" class="btn btn-success" title="Execute Query">
|
||||
<i class="fa-solid fa-search"></i>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /.form-group -->
|
||||
|
Loading…
Reference in New Issue
Block a user