From 05e7ac9e60fb9747a35ca8b5adbdbb7a7bf4862a Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 18 Nov 2014 14:56:47 -0500 Subject: [PATCH] Navigation menu minor errors --- css/app.css | 8 ++++++-- scss/site/_structure.scss | 10 +++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/css/app.css b/css/app.css index f0a6dc7..50f12bc 100644 --- a/css/app.css +++ b/css/app.css @@ -5605,6 +5605,7 @@ div[role=main] { .top-bar-container { float: right; + width: 535px; /* background: $primary-color;*/ background: #6bb0e5; /* Old browsers */ @@ -5626,14 +5627,14 @@ div[role=main] { /* IE6-8 */ position: relative; margin-bottom: 0 !important; - width: 540px; + width: 535px; height: 65px; border-radius: 10px 0 0 0; z-index: 9; } nav.top-bar { height: 60px; - width: 555px; + width: 550px; float: right; border-radius: 10px 0 0 0; } @@ -5908,6 +5909,9 @@ article h2 { background: transparent; position: relative; } +.top-bar-section > ul { + margin-left: 20px; } + @media only screen and (min-width:40.063em) { footer.row { margin-top: 3.75rem; } } diff --git a/scss/site/_structure.scss b/scss/site/_structure.scss index a02b15d..051b6a4 100644 --- a/scss/site/_structure.scss +++ b/scss/site/_structure.scss @@ -57,6 +57,7 @@ div[role=main] { } .top-bar-container { float: right; + width: 535px; /* background: $primary-color;*/ background: rgb(107,176,229); /* Old browsers */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */ @@ -72,7 +73,7 @@ div[role=main] { position: relative; margin-bottom: 0 !important; - width: 540px; + width: 535px; height: 65px; border-radius: $glm-border-radius 0 0 0; z-index: 9; @@ -80,7 +81,7 @@ div[role=main] { } nav.top-bar { height: 60px; - width: 555px; + width: 550px; float: right; border-radius: $glm-border-radius 0 0 0; } @@ -100,7 +101,7 @@ nav.top-bar { font-size: 14px; position: absolute; left: 10px; - top: 20px; + top: 20px; text-transform: none; } #menu-menu-1 .glmWhoWeAreNav > a::before { @@ -376,6 +377,9 @@ article h2 { background:transparent; position: relative; } +.top-bar-section > ul { + margin-left: 20px; +} // Add some whitespace above the footer for medium-up screens @media #{$medium-up} { footer.row { -- 2.17.1