aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r--fatcat_scholar/templates/base.html18
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 {