adjusting top bar style for additional dropdown
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 Feb 2016 21:50:43 +0000 (16:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 Feb 2016 21:50:43 +0000 (16:50 -0500)
css/app.css
scss/_topbar.scss

index 931465f..2cc49ef 100644 (file)
@@ -6636,6 +6636,12 @@ header {
   min-width: 300px;
   -moz-column-count: 1; }
 
+.top-bar-section ul li:nth-child(4) ul.dropdown li ul.dropdown {
+  min-width: 300px;
+  -moz-column-count: 1;
+  left: 300px !important;
+  top: -5px; }
+
 .top-bar-section ul li:nth-child(1) ul.dropdown {
   -webkit-column-count: 1; }
 
index 3d67a39..9cf807e 100644 (file)
     min-width: 300px;
     -moz-column-count: 1;
 }
+.top-bar-section ul li:nth-child(4) ul.dropdown li ul.dropdown{
+    min-width: 300px;
+    -moz-column-count: 1;
+    left: 300px !important;
+    top: -5px;
+}
 .top-bar-section ul li:nth-child(1) ul.dropdown{
     -webkit-column-count: 1;
 }