diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-15 03:15:56 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-19 19:49:39 -0800 |
commit | d0c6b6745f2206c3b4107fbe3d1905b4910c3ba8 (patch) | |
tree | ddc7d5386106af7576800d54065efc24f780468f /fatcat_scholar/templates/base.html | |
parent | a24615d3d3ee3f0d4a523e3c8055be32093ff65e (diff) | |
download | fatcat-scholar-d0c6b6745f2206c3b4107fbe3d1905b4910c3ba8.tar.gz fatcat-scholar-d0c6b6745f2206c3b4107fbe3d1905b4910c3ba8.zip |
progress on modals; restyle buttons
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index 1cc9e86..6af387d 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -37,17 +37,26 @@ .ui.button.serp-button { border-radius: 0; - margin-bottom: 0.3em; + margin-bottom: 0.4em; text-align: left; } .ui.blue.button.serp-button { - background-color: #2224c7ad; + background-color: #6b6ebb; } .ui.labeled.icon.button.serp-button { - padding-left: 3.5em!important; + padding-left: 3.0em!important; padding-right: 1em!important; + min-width: 12em; + max-width: 15em; + box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3); + } + + .action-bar { + display: flex; + justify-content: center; + column-gap: 0.3em; } @media only screen and (max-width: 767px) { @@ -56,9 +65,6 @@ @media only screen and (min-width: 768px) { .mobile-only { display: none !important; } } - @media only screen and (max-width: 991px) and (min-width: 768px) { - .ui.container { width: 820px; } - } @media only screen and (max-width: 991px) { .tablet-hide { display: none !important; } .ui.grid>[class*="fourteen wide"].column.serp-column { |