aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-02-28 17:54:00 -0800
committerBryan Newbold <bnewbold@robocracy.org>2019-02-28 17:54:00 -0800
commit4dcda9c925f54a3a08d40a18dea3d7fd9829084b (patch)
tree075fd3232571dc1acf53676f15be64e8b624690f
parentae7f5d5e724b78c1cc48e466aba07f0830c460ac (diff)
downloadfatcat-4dcda9c925f54a3a08d40a18dea3d7fd9829084b.tar.gz
fatcat-4dcda9c925f54a3a08d40a18dea3d7fd9829084b.zip
emphasize search box (base template)
-rw-r--r--python/fatcat_web/templates/base.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/fatcat_web/templates/base.html b/python/fatcat_web/templates/base.html
index 43e33f6a..00ea3df2 100644
--- a/python/fatcat_web/templates/base.html
+++ b/python/fatcat_web/templates/base.html
@@ -25,11 +25,11 @@
<a href="/about" class="item">About</a>
<a href="https://guide.{{ config.FATCAT_DOMAIN }}/" class="item">Guide</a>
<div class="right menu">
- <div class="item">
+ <div class="item" style="padding: 0;">
<form class="" role="search" action="/release/search" method="get">
<div class="ui transparent inverted icon input">
- <i class="search icon"></i>
- <input type="text" placeholder="Search..." name="q" aria-label="generic entity search">
+ <i class="search icon" style="padding-right: 2em;"></i>
+ <input type="text" placeholder="Search Papers..." name="q" aria-label="generic entity search" style="border: 1px solid #777 !important; padding: 5px !important; width: 15em;">
</div>
</form>
</div>