From: Ian Weller Date: Wed, 16 Sep 2015 13:20:47 +0000 (-0400) Subject: topbar and dropdown edits X-Git-Tag: v1.0.0^2~58 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=87cafd1f23cc203c58254a5113f74db24079868d;p=WP-Themes%2Fwesternup.git topbar and dropdown edits --- 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; } }