Navigation menu minor errors
authorLaury GvR <laury@gaslightmedia.com>
Tue, 18 Nov 2014 19:56:47 +0000 (14:56 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Tue, 18 Nov 2014 19:56:47 +0000 (14:56 -0500)
css/app.css
scss/site/_structure.scss

index f0a6dc7..50f12bc 100644 (file)
@@ -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; } }
index a02b15d..051b6a4 100644 (file)
@@ -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 {