summaryrefslogtreecommitdiff
path: root/jthanio
diff options
context:
space:
mode:
authorJonathan DeMasi <jon.demasi@colorado.edu>2020-03-05 16:52:10 -0700
committerJonathan DeMasi <jon.demasi@colorado.edu>2020-03-05 16:52:10 -0700
commit603e3913d6d163c65a42e07812e8ba3a213a2e93 (patch)
treefa43924c2556aa9e0c396869e85139026209512f /jthanio
parent520c0a0b6b39732382387b8610f8910f8657cf7a (diff)
downloadjthanio-603e3913d6d163c65a42e07812e8ba3a213a2e93.tar
jthanio-603e3913d6d163c65a42e07812e8ba3a213a2e93.tar.gz
jthanio-603e3913d6d163c65a42e07812e8ba3a213a2e93.tar.bz2
jthanio-603e3913d6d163c65a42e07812e8ba3a213a2e93.tar.lz
jthanio-603e3913d6d163c65a42e07812e8ba3a213a2e93.tar.xz
jthanio-603e3913d6d163c65a42e07812e8ba3a213a2e93.tar.zst
jthanio-603e3913d6d163c65a42e07812e8ba3a213a2e93.zip
changes to search
Diffstat (limited to 'jthanio')
-rw-r--r--jthanio/templates/search.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/jthanio/templates/search.html b/jthanio/templates/search.html
index 746f191..2de6973 100644
--- a/jthanio/templates/search.html
+++ b/jthanio/templates/search.html
@@ -3,12 +3,12 @@
<h5 class="card-header">Search</h5>
<div class="card-body">
<div class="input-group">
- <form action="{% url 'search' %}" method="get">
- <input type="text" class="form-control" placeholder="Search for..." name="query"{% if search_query %} value="{{ search_query }}"{% endif %}>
+ <form class="form-inline my-2 my-lg-0" action="{% url 'search' %}" method="get">
+ <input type="text" class="form-control mr-sm-2 btn-sm" placeholder="Search for..." name="query"{% if search_query %} value="{{ search_query }}"{% endif %}>
<span class="input-group-btn">
- <input type="submit" value="Search" class="btn btn-secondary">
+ <input type="submit" value="Search" class="btn btn-secondary my-2 my-sm-0">
</form>
</span>
</div>
</div>
- </div> \ No newline at end of file
+ </div>