From 87cafd1f23cc203c58254a5113f74db24079868d Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Wed, 16 Sep 2015 09:20:47 -0400 Subject: [PATCH] topbar and dropdown edits --- css/app.css | 4 ++-- scss/_topbar.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index bf3ae88..a33947b 100644 --- a/css/app.css +++ b/css/app.css @@ -6889,7 +6889,7 @@ h4 { white-space: pre-wrap; text-align: left; } .top-bar-section ul.top-bar-menu li .dropdown li:not(.has-form):not(.active) { - padding: 12px 0 12px 5px; } + padding: 12px 0 0 10px; } .top-bar-section ul.top-bar-menu li .dropdown li:not(.has-form):not(.active) > a:not(.button) { line-height: 1.2; padding: 0; @@ -6912,7 +6912,7 @@ h4 { left: auto !important; float: right !important; } .top-bar-section li.has-dropdown.not-click:hover > .dropdown { - width: 550px; } + width: 510px; } .top-bar-section > ul > li:before { content: "|"; position: absolute; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 378fd4d..b8d07b4 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -180,7 +180,7 @@ text-align: left; } &:not(.has-form):not(.active) { - padding: 12px 0 12px 5px; + padding: 12px 0 0 10px; & > a:not(.button) { line-height: 1.2; padding: 0; @@ -304,7 +304,7 @@ } li.has-dropdown.not-click:hover { & > .dropdown { - width: 550px; + width: 510px; } } -- 2.17.1