From f09571d5f46da6ca29daea155f15de624724c43b Mon Sep 17 00:00:00 2001 From: Mark Eaton Date: Wed, 3 Mar 2021 17:13:01 -0500 Subject: [PATCH] move alert to top of page; improve html & add urls to nav-by-jumbotron --- groups/new-homepage-3/homepage3-js-css.html | 31 ++++++------- groups/new-homepage-3/homepage3-template.html | 45 ++++++++++++------- 2 files changed, 42 insertions(+), 34 deletions(-) diff --git a/groups/new-homepage-3/homepage3-js-css.html b/groups/new-homepage-3/homepage3-js-css.html index 4117351..28652f3 100644 --- a/groups/new-homepage-3/homepage3-js-css.html +++ b/groups/new-homepage-3/homepage3-js-css.html @@ -4,6 +4,20 @@ body { color: #111; } +/* style alert */ + +#corona-alert { + text-align: center; + background-color: #faf870; + margin-bottom: -10px; + padding: 5px; +} + +#corona-alert-text { + color: #111; + font-size: 1.2em; +} + /* style navbar */ .navbar-default { @@ -25,23 +39,6 @@ body { margin-left: 16px; } -/* style dismissible alert */ - -#covid-alert { - text-align: center; - margin-bottom: 25px !important; - font-size: 1.5em; -} - -#covid-alert a { - color: #6c4a00; - text-decoration: underline; -} - -#x { - margin-top: 7px; -} - /* style jumbotron */ .onesearch-jumbotron { diff --git a/groups/new-homepage-3/homepage3-template.html b/groups/new-homepage-3/homepage3-template.html index 92bd994..d72e576 100644 --- a/groups/new-homepage-3/homepage3-template.html +++ b/groups/new-homepage-3/homepage3-template.html @@ -2,7 +2,14 @@