diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 18:05:11 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-21 18:05:11 -0800 |
commit | 2cf6b6fa740b9d4b456bca39e71790a7c468e58c (patch) | |
tree | 4516c1fff95efaa4535cc92e9cf85ecd4a17e411 /fatcat_scholar/templates/help.html | |
parent | 23a01235522bad77361a3d5d454e52f275868549 (diff) | |
download | fatcat-scholar-2cf6b6fa740b9d4b456bca39e71790a7c468e58c.tar.gz fatcat-scholar-2cf6b6fa740b9d4b456bca39e71790a7c468e58c.zip |
translation and accessibility tweaks
Diffstat (limited to 'fatcat_scholar/templates/help.html')
-rw-r--r-- | fatcat_scholar/templates/help.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fatcat_scholar/templates/help.html b/fatcat_scholar/templates/help.html index 1279bd2..59885d6 100644 --- a/fatcat_scholar/templates/help.html +++ b/fatcat_scholar/templates/help.html @@ -7,13 +7,13 @@ {% macro example_search_box(query) -%} <form class="" id="" action="{{ lang_prefix }}/search" method="get" role="search" aria-label="papers" itemprop="potentialAction" itemscope itemtype="https://schema.org/SearchAction"> - <meta itemprop="target" content="/search?q={q}"/> - <div class="ui form"> + <meta itemprop="target" content="/search?q={q}"/> + <div class="ui form"> <div class="ui action input large fluid"> - <input type="search" value="{{ query }}" name="q" aria-label="search metadata" required itemprop="query-input" style="border-radius: 0; border: 1px #999 solid;"> - <button class="ui green button" style="border-radius: 0; background-color: grey; font-size: 1.2rem;">{{ _("Try It") }}</button> - </div> + <input type="search" value="{{ query }}" name="q" aria-label="search metadata" required itemprop="query-input" style="border-radius: 0; border: 1px #999 solid;"> + <button class="ui button" style="border-radius: 0; background-color: #666; font-size: 1.2rem;">{{ _("Try It") }}</button> </div> + </div> </form> <br> {% endmacro %} |