From cbdc0d157d86f5014b8bbb6914ff77983ea5dea3 Mon Sep 17 00:00:00 2001 From: "J. Lewis Muir" Date: Sun, 6 Sep 2020 16:23:35 -0500 Subject: [PATCH] Improve client footer design --- client/src/css/partials/_header.scss | 42 +++++++++++----------------- client/src/index.php | 10 +++++-- 2 files changed, 23 insertions(+), 29 deletions(-) diff --git a/client/src/css/partials/_header.scss b/client/src/css/partials/_header.scss index 5ebeeb53e..11f473da1 100644 --- a/client/src/css/partials/_header.scss +++ b/client/src/css/partials/_header.scss @@ -148,44 +148,34 @@ background: $footer-background url('./stylesheets/images/ispyb_gs_medium.png') center center no-repeat; // background: $footer-background inline-image('ispyb_gs_medium.png') center center no-repeat; height: 200px; - background-position: 50% 85%; + background-position: 50% 60%; @media (max-width: $breakpoint-medium) { clear: both; } - .whatnow { + .bottom_bar { border-top: 1px solid #bbb; - font-size: 16px; + font-size: 12px; font-family: $page-header-font; - text-align: center; + display: block; + padding: 0.5%; + color: #222; + background: #eee; + transition: 0.3s ease-in-out; a { - display: block; - padding: 0.5%; - color: #222; - background: #eee; - transition: 0.3s ease-in-out; + text-decoration: none; + } - &:hover { - color: #000; - }; + .powered_by { + float: left; + width: 50%; } - } - a { - color: $footer-color; - text-decoration: none; - - &:hover { - color: $footer-hover-color; + .site { + margin-left: 50%; + text-align: right; } } - - p { - padding: 1%; - text-align: center; - color: $footer-color; - font-size: 10px; - } } diff --git a/client/src/index.php b/client/src/index.php index 8b07dd9d6..812a370a4 100644 --- a/client/src/index.php +++ b/client/src/index.php @@ -64,10 +64,14 @@