From 1501a09f44f09aea60c82f57bf83db014ea340c1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 28 Jan 2016 09:41:25 -0500 Subject: [PATCH] testing dropdown link width reduction --- css/app.css | 3 +++ scss/_topbar.scss | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index 9a3279e..40927ef 100644 --- a/css/app.css +++ b/css/app.css @@ -6621,6 +6621,9 @@ header { #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown { margin-left: 5px; } +#headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a { + width: 55%; } + .top-bar-section li:not(.has-form) a:not(.button) { background: none; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 9bfe02f..46dc6c0 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -245,9 +245,11 @@ #headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown{ margin-left: 5px; } -ul#menu-menu-2 > li:not(.has-form) a:not(.button){ +#headerLinks > ul#menu-top-menu > li.menu-item > ul.dropdown > li > a{ + width: 55%; } + .top-bar-section li:not(.has-form) a:not(.button){ background: none; } -- 2.17.1