From 2abafdbf646d7f7c9d2ef8a0598610361a11a82f Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Wed, 7 Mar 2018 17:27:32 +0000 Subject: [PATCH 1/2] added padding-top for system messages --- services/web/public/stylesheets/components/navbar.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/components/navbar.less b/services/web/public/stylesheets/components/navbar.less index 76153c43cf..3e31719685 100755 --- a/services/web/public/stylesheets/components/navbar.less +++ b/services/web/public/stylesheets/components/navbar.less @@ -22,7 +22,6 @@ } } - // Navbar heading // // Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy @@ -577,3 +576,7 @@ padding: @navbar-default-padding-v 0; } } + +.system-messages { + padding-top: @header-height; +} \ No newline at end of file From 5b51d190c7df9fe2b8ac035e7c49a471119af3b8 Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Thu, 8 Mar 2018 09:56:23 +0000 Subject: [PATCH 2/2] Update navbar.less --- services/web/public/stylesheets/components/navbar.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/web/public/stylesheets/components/navbar.less b/services/web/public/stylesheets/components/navbar.less index 3e31719685..a25727412c 100755 --- a/services/web/public/stylesheets/components/navbar.less +++ b/services/web/public/stylesheets/components/navbar.less @@ -579,4 +579,7 @@ .system-messages { padding-top: @header-height; -} \ No newline at end of file + position: absolute; + width: 100%; + z-index: 1; +}