Skip to content

Commit 15a21ea

Browse files
committed
Make search button less obnoxious
1 parent 2a2dc44 commit 15a21ea

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pgcommitfest/commitfest/templates/base.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,13 @@
5555
</li>
5656
</ul>
5757
<div class="navbar-actions d-flex gap-2 align-items-center">
58-
<form method="GET" action="/search/" class="d-flex gap-1">
59-
<input type="text" class="form-control" name="searchterm" placeholder="Email Message-ID or keywords" style="width: 250px;">
60-
<button type="submit" class="btn btn-outline-light">Search</button>
58+
<form method="GET" action="/search/">
59+
<div class="input-group" style="width: 300px;">
60+
<input type="text" class="form-control" name="searchterm" placeholder="Email Message-ID or keywords">
61+
<button type="submit" class="btn btn-secondary">
62+
<i class="bi bi-search"></i>
63+
</button>
64+
</div>
6165
</form>
6266
<a class="btn btn-primary" href="https://github.com/postgres/pgcommitfest" target="_blank"><img class="github-logo" src="/media/commitfest/github-mark.svg"/> Contribute</a>
6367
</div>

0 commit comments

Comments
 (0)