From 9ab023c1cd13c867f393907cb50ea20b0e4c630b Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 13 Jan 2021 18:10:15 -0800 Subject: serp: replace thumbnails with vertical buttons --- fatcat_scholar/templates/base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'fatcat_scholar/templates/base.html') diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 595b8c9..268d97a 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -35,6 +35,16 @@ nav.ui.inverted.menu .item:before { background: none; } nav.ui.menu { border-radius: 0; } + .ui.button.serp_button { + border-radius: 0; + margin-bottom: 0.3em; + text-align: left; + } + + .ui.blue.button.serp_button { + background-color: #2224c7ad; + } + @media only screen and (max-width: 767px) { .mobile-hide { display: none !important; } } -- cgit v1.2.3