From 01ae25c1bf24c8d9f7721f49122a15bf522bdbb4 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 21 May 2020 14:23:31 -0700 Subject: search query improvements - wire up most of the filters and sort order - query sticks around in search box - crude error message (needs work) --- fatcat_scholar/templates/base.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index fffdadd..a9eedd4 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -58,6 +58,15 @@ .ui.card a:hover { opacity: 0.75; } + + .text-button { + border: none; + background-color: inherit; + padding: 0; + font-family: inherit; + cursor: pointer; + display: inline-block; + } {%- block title -%}scholar.archive.org{%- endblock %}
-