From 14467757df40d1b80808cd6d41d60a92683599c8 Mon Sep 17 00:00:00 2001 From: Kris Date: Wed, 8 Apr 2020 17:29:13 -0400 Subject: [PATCH] UX: Adjust noscript footer nav --- .../stylesheets/common/base/crawler_layout.scss | 16 ++++++++++++++-- app/views/layouts/application.html.erb | 4 ++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/common/base/crawler_layout.scss b/app/assets/stylesheets/common/base/crawler_layout.scss index 61c12d2dbec..8f42f9ae0bd 100644 --- a/app/assets/stylesheets/common/base/crawler_layout.scss +++ b/app/assets/stylesheets/common/base/crawler_layout.scss @@ -32,11 +32,23 @@ body.crawler { } footer { - margin-top: 3em; - border-top: 1px solid $primary-low-mid; + margin-top: 4em; } } +.noscript-footer-nav { + clear: both; + margin-top: 4em; + a { + margin-right: 0.25em; + white-space: nowrap; + } +} + +#noscript-footer { + padding: 0 10px; +} + .crawler-topic-title { margin-top: 0.5em; } diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 22a29e19e43..f1984038e7d 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -73,7 +73,7 @@ <%= yield %> -