From 42036611cecd074207a3bc65cd4a0f54d7d527c9 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 17 Feb 2016 16:50:43 -0500 Subject: [PATCH] adjusting top bar style for additional dropdown --- css/app.css | 6 ++++++ scss/_topbar.scss | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/css/app.css b/css/app.css index 931465f..2cc49ef 100644 --- a/css/app.css +++ b/css/app.css @@ -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; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 3d67a39..9cf807e 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -436,6 +436,12 @@ 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; } -- 2.17.1